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