Update src/app/page.tsx

This commit is contained in:
2026-02-07 21:19:28 +00:00
parent 35a16b01d1
commit b6f755f213

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="sparkles-gradient"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="inset-glow"
secondaryButtonStyle="layered"
@@ -32,7 +32,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Services", id: "services" },
{ name: "Results", id: "metrics" },
{ name: "Contact", id: "contact" }
]}
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Expert personal training designed for real results. Whether you're starting your fitness journey or pushing toward your peak, our science-backed methods deliver measurable transformation in 90 days."
tag="Personal Training Excellence"
tagIcon={Zap}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "aurora" }}
kpis={[
{ value: "500+", label: "Clients Transformed" },
{ value: "89%", label: "Goal Achievement Rate" },