Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="sparkles-gradient"
|
background="aurora"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="inset-glow"
|
primaryButtonStyle="inset-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "features" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Results", id: "metrics" },
|
{ name: "Results", id: "metrics" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ 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."
|
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"
|
tag="Personal Training Excellence"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "aurora" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "500+", label: "Clients Transformed" },
|
{ value: "500+", label: "Clients Transformed" },
|
||||||
{ value: "89%", label: "Goal Achievement Rate" },
|
{ value: "89%", label: "Goal Achievement Rate" },
|
||||||
|
|||||||
Reference in New Issue
Block a user