Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:02:09 +00:00
parent 75d7879cc8
commit 3d02d8a2ee

View File

@@ -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>