feat: add scroll animation and fix TypeScript type error in useInView hook
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user