diff --git a/src/app/page.tsx b/src/app/page.tsx index 31935e0..61705a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="FITLIFE" description="Transform your body and mind with personalized fitness coaching, nutrition guidance, and wellness programs designed for sustainable results." buttons={[ - { text: "Start Free Trial", href: "contact" }, + { text: "Get Your Plan Free", href: "contact" }, { text: "Learn More", href: "about" } ]} slides={[ @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file