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