diff --git a/src/app/page.tsx b/src/app/page.tsx index 210fb8d..4ca503d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { { text: "Join the League", onClick: handleJoinClick }, { text: "See How It Works", href: "#how-it-works" } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" /> @@ -146,7 +146,7 @@ export default function LandingPage() { buttons={[ { text: "Check My Eligibility", onClick: handleEligibilityCheck } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" /> @@ -214,7 +214,7 @@ export default function LandingPage() { buttons={[ { text: "Become a Member", onClick: handleJoinClick } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" />