Update src/app/page.tsx

This commit is contained in:
2026-06-03 10:04:24 +00:00
parent 9c7df0e9ac
commit 933f18196f

View File

@@ -52,7 +52,10 @@ export default function LandingPage() {
bottomLeftText="Train like an Alpha" bottomLeftText="Train like an Alpha"
bottomRightText="info@alphafitness.com" bottomRightText="info@alphafitness.com"
button={{ button={{
text: "Join Now", href: "#contact"}} text: "Join Now", href: "#contact", icon: ArrowRight,
iconPosition: 'right',
iconClassName: "bg-red-500 rounded-full p-1"
}}
/> />
</div> </div>
@@ -312,4 +315,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }