Update src/app/page.tsx

This commit is contained in:
2026-03-10 16:04:22 +00:00
parent c7a9e62ad2
commit 459e514cb0

View File

@@ -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"
/>
</div>
@@ -146,7 +146,7 @@ export default function LandingPage() {
buttons={[
{ text: "Check My Eligibility", onClick: handleEligibilityCheck }
]}
buttonAnimation="blur-reveal"
buttonAnimation="slide-up"
/>
</div>
@@ -214,7 +214,7 @@ export default function LandingPage() {
buttons={[
{ text: "Become a Member", onClick: handleJoinClick }
]}
buttonAnimation="blur-reveal"
buttonAnimation="slide-up"
/>
</div>