Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-11 19:16:58 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="FITLIFE"
description="Transform your body and mind with personalized fitness coaching, nutrition guidance, and wellness programs designed for sustainable results."
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "Get Your Plan Free", href: "contact" },
{ text: "Learn More", href: "about" }
]}
slides={[
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}