Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:23:06 +00:00
parent 1879682ffe
commit 4093b46dd6

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Adaptive personal training designed for people living with chronic illnesses. Build strength, improve mobility, and reclaim your wellness journey with expert trainers who understand your unique needs." description="Adaptive personal training designed for people living with chronic illnesses. Build strength, improve mobility, and reclaim your wellness journey with expert trainers who understand your unique needs."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Start Your Journey", href: "contact" }, { text: "Get Free Assessment", href: "contact" },
{ text: "Learn More", href: "about" }, { text: "Learn More", href: "about" },
]} ]}
layoutOrder="default" layoutOrder="default"