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