Update src/app/page.tsx

This commit is contained in:
2026-03-11 04:45:59 +00:00
parent 4d2c26771d
commit 45c9242843

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="FitClub"
description="Unleash your strength and transform your body at FitClub. Join hundreds of members achieving their fitness goals with state-of-the-art equipment, expert coaching, and an energetic community."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Start Your Journey", href: "contact" },
{ text: "View Programs", href: "features" }