Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:47:28 +00:00
parent de24e5d054
commit 82600b4353

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}