Compare commits

...

1 Commits
main ... bouncy

Author SHA1 Message Date
Austin Chen
c3c2e55590 Add text to bouncing arrow 2021-12-17 22:38:34 -08:00

View File

@ -67,13 +67,16 @@ function Hero() {
</div> </div>
</div> </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 <ArrowDownIcon
className="text-white mx-auto cursor-pointer animate-bounce" className="mx-auto "
width={32} width={32}
height={32} height={32}
onClick={scrollToAbout} ></ArrowDownIcon>
/>
</div> </div>
</div> </div>
</main> </main>