diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d44fca1..e88baa2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file 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