Update src/app/page.tsx
This commit is contained in:
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="FITCITY"
|
||||
description="Transform your body, improve your posture, and master your nutrition. Personalized training for locals who want real results."
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "noise" }}
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
@@ -78,6 +78,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,6 +139,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user