diff --git a/src/app/page.tsx b/src/app/page.tsx index e99b9bd..b1b35cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Explore Resources", href: "#resources" }, { text: "Join the Community", href: "#contact" }, ]} - buttonAnimation="none" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149057416.jpg" imageAlt="Modern AI dashboard interface" mediaAnimation="slide-up" @@ -86,7 +86,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "#resources" }, { text: "Explore Opportunities", href: "#products" }, ]} - buttonAnimation="none" + buttonAnimation="slide-up" /> @@ -133,7 +133,7 @@ export default function LandingPage() { }, ]} buttons={[{ text: "View All Resources", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -164,7 +164,7 @@ export default function LandingPage() { }, ]} buttons={[{ text: "Shop All Products", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -223,7 +223,7 @@ export default function LandingPage() { speed={40} showCard={true} buttons={[{ text: "Join Community", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -238,7 +238,7 @@ export default function LandingPage() { { text: "Get Instant Access", href: "#" }, { text: "Learn More", href: "#" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} />