From 82600b435388a78331c6d3268b645411288df633 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:47:28 +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 ab05528..16baa42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imageAlt="FitPulse gym facilities and equipment" imagePosition="right" buttons={[ - { text: "Claim Free Trial", href: "contact" }, + { text: "Start Free Trial Today", href: "contact" }, { text: "Tour Facility", href: "classes" } ]} mediaAnimation="slide-up" @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file