Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 08:47:34 +00:00
Showing only changes of commit 82600b4353 - Show all commits

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
imageAlt="FitPulse gym facilities and equipment" imageAlt="FitPulse gym facilities and equipment"
imagePosition="right" imagePosition="right"
buttons={[ buttons={[
{ text: "Claim Free Trial", href: "contact" }, { text: "Start Free Trial Today", href: "contact" },
{ text: "Tour Facility", href: "classes" } { text: "Tour Facility", href: "classes" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }