From 44dc622d30f0efa431d9b6974307f48cf20cb257 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:43:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb247b7..ab05528 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: "Start Your Journey", href: "contact" }, + { text: "Claim Free Trial", href: "contact" }, { text: "Tour Facility", href: "classes" } ]} mediaAnimation="slide-up" -- 2.49.1