From dfce122d783f7834d1f5086b6f2f022c5e2f7ca0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:43:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} /> -- 2.49.1