Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 08:47:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}