diff --git a/src/app/page.tsx b/src/app/page.tsx index ac262b2..45e8749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { description="Explore our collection of powerful AI agents ready to assist with your tasks" tag="Browse Agents" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" @@ -153,7 +153,7 @@ export default function LandingPage() { description="Everything you need to discover and test AI agents efficiently" tag="Powerful Tools" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} gridVariant="three-columns-all-equal-width" @@ -193,7 +193,7 @@ export default function LandingPage() { description="Organizations worldwide use AgentHub to discover and integrate AI agents into their workflows." tag="Our Community" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} speed={40} @@ -213,7 +213,7 @@ export default function LandingPage() { description="Real feedback from developers, researchers, and content creators using AgentHub daily." tag="User Reviews" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} animationType="slide-up" @@ -268,7 +268,7 @@ export default function LandingPage() { description="Get answers to common questions about using AgentHub." tag="Help Center" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" @@ -315,7 +315,7 @@ export default function LandingPage() { title="Ready to Explore AI Agents?" description="Subscribe to our newsletter for the latest agents, tips, and updates. Be the first to know about new discoveries." tagIcon={Rocket} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} mediaAnimation="slide-up"