From 1a0514367d4649503936e2aa9e2bde12da038541 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:16:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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