feat: add scroll animation and fix TypeScript type error in useInView hook

This commit is contained in:
2025-09-12 19:17:29 +02:00
parent daa6702d9b
commit eb4b3c10b2
3 changed files with 4 additions and 4 deletions

View File

@@ -51,10 +51,10 @@ export function HomeHero() {
>
Building the infrastructure where AI agents can live, communicate, and evolve with complete sovereignty.
</motion.p>
<div className="absolute bottom-24 right-0 flex items-center gap-x-2 text-2xl font-medium text-[#2F3178] lg:text-2xl">
<a href="#about" className="absolute bottom-24 right-0 flex items-center gap-x-2 text-2xl font-medium text-[#2F3178] lg:text-3xl animate-bounce-y">
<span>scroll</span>
<ChevronDoubleDownIcon className="h-6 w-6" />
</div>
</a>
</div>
</div>
</div>