Add text to bouncing arrow

This commit is contained in:
Austin Chen 2021-12-17 22:38:34 -08:00
parent 86c2ff4605
commit c3c2e55590

View File

@ -67,13 +67,16 @@ function Hero() {
</div>
</div>
</div>
<div className="absolute bottom-12 w-full">
<div
className="absolute bottom-12 w-full text-white animate-bounce cursor-pointer"
onClick={scrollToAbout}
>
<div className="text-center">Learn more</div>
<ArrowDownIcon
className="text-white mx-auto cursor-pointer animate-bounce"
className="mx-auto "
width={32}
height={32}
onClick={scrollToAbout}
/>
></ArrowDownIcon>
</div>
</div>
</main>