Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 08:47:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

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