12 Commits

Author SHA1 Message Date
ab399b3c32 Update src/app/styles/variables.css 2026-02-20 10:52:25 +00:00
5616111f61 Update src/app/page.tsx 2026-02-20 10:52:24 +00:00
c163e38dd4 Merge version_5 into main
Merge version_5 into main
2026-02-20 10:42:59 +00:00
390341f7a5 Update src/app/page.tsx 2026-02-20 10:42:55 +00:00
a126208ff0 Update src/app/layout.tsx 2026-02-20 10:42:54 +00:00
a7a3b3457b Merge version_4 into main
Merge version_4 into main
2026-02-20 10:36:31 +00:00
333651705f Update src/app/page.tsx 2026-02-20 10:36:27 +00:00
080b9e9fe6 Merge version_3 into main
Merge version_3 into main
2026-02-20 10:14:37 +00:00
7aaeb09dad Update src/app/page.tsx 2026-02-20 10:14:33 +00:00
e627f90a87 Merge version_2 into main
Merge version_2 into main
2026-02-20 10:07:58 +00:00
280885b8f7 Update src/app/page.tsx 2026-02-20 10:07:54 +00:00
6492e43c46 Merge version_1 into main
Merge version_1 into main
2026-02-20 09:56:33 +00:00
3 changed files with 23 additions and 23 deletions

View File

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

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -254,9 +254,9 @@ export default function FitCoachPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Newsletter"
title="Ready to Transform Your Fitness Journey?"
description="Subscribe to our newsletter for exclusive training tips, nutrition advice, and member-only promotions. Join our community of successful fitness transformations."
tag="Free Workout Plan"
title="Get Your Free 7-Day Home Workout Plan"
description="Download our complete beginner-friendly workout program with video demonstrations, nutrition tips, and progress tracking templates. Start your transformation today!"
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -264,9 +264,9 @@ export default function FitCoachPage() {
imageAlt="Modern gym facility"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Join Community"
termsText="We respect your privacy. Unsubscribe anytime. By joining, you agree to receive emails about fitness tips and exclusive offers."
inputPlaceholder="Enter your email for instant access"
buttonText="Get Free Plan"
termsText="Instant download. No spam, unsubscribe anytime. Join 2,500+ members getting results with our proven training methods."
/>
</div>
@@ -283,4 +283,4 @@ export default function FitCoachPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #159c49;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #159c49;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);