Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user