Update src/app/page.tsx

This commit is contained in:
2026-06-03 10:05:28 +00:00
parent 7d3beed654
commit e2968a1582

View File

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