24 Commits

Author SHA1 Message Date
52627500a7 Update src/app/page.tsx 2026-02-20 11:20:07 +00:00
217f5242aa Update src/app/layout.tsx 2026-02-20 11:20:06 +00:00
eb4bd8cd96 Merge version_14 into main
Merge version_14 into main
2026-02-20 11:14:01 +00:00
bc83a41cf7 Update src/app/page.tsx 2026-02-20 11:13:57 +00:00
ce38d4c5fd Merge version_13 into main
Merge version_13 into main
2026-02-20 11:11:49 +00:00
3a4b65761c Update src/app/page.tsx 2026-02-20 11:11:45 +00:00
44b7c22a5d Update src/app/layout.tsx 2026-02-20 11:11:44 +00:00
8fbbbb444d Merge version_12 into main
Merge version_12 into main
2026-02-20 11:09:24 +00:00
152e336f93 Update src/app/page.tsx 2026-02-20 11:09:20 +00:00
752a1e28d0 Merge version_11 into main
Merge version_11 into main
2026-02-20 11:07:36 +00:00
61b7f2f5dc Update src/app/page.tsx 2026-02-20 11:07:32 +00:00
73ba3446fb Merge version_10 into main
Merge version_10 into main
2026-02-20 11:05:17 +00:00
c847b8bedf Update src/app/page.tsx 2026-02-20 11:05:13 +00:00
10dde80159 Merge version_9 into main
Merge version_9 into main
2026-02-20 11:03:25 +00:00
5bac238988 Update src/app/page.tsx 2026-02-20 11:03:21 +00:00
babd0072a7 Update src/app/layout.tsx 2026-02-20 11:03:20 +00:00
4dc7390d49 Merge version_8 into main
Merge version_8 into main
2026-02-20 11:00:44 +00:00
a9bb96353f Update src/app/styles/variables.css 2026-02-20 11:00:40 +00:00
afcae12018 Merge version_7 into main
Merge version_7 into main
2026-02-20 10:54:40 +00:00
6f5fdd3c45 Update src/app/styles/variables.css 2026-02-20 10:54:36 +00:00
7e412f768c Merge version_6 into main
Merge version_6 into main
2026-02-20 10:52:29 +00:00
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
3 changed files with 22 additions and 20 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';
@@ -64,6 +64,9 @@ export default function FitCoachPage() {
]}
autoplayDelay={4000}
showDimOverlay={true}
logoClassName="!text-white"
descriptionClassName="!text-white"
buttonTextClassName="!text-white"
/>
</div>
@@ -252,14 +255,14 @@ export default function FitCoachPage() {
/>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" style={{ backgroundColor: "#000000" }}>
<ContactSplit
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}
useInvertedBackground={true}
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
imageAlt="Modern gym facility"
mediaAnimation="slide-up"
@@ -267,7 +270,6 @@ export default function FitCoachPage() {
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."
containerClassName="bg-red-500"
/>
</div>
@@ -284,4 +286,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: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #ff8c42;;
--secondary-cta: #1a1a1a;;
--accent: #ff8c42;;
--background-accent: #4d2600;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #159c49;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #ff8c42;;
--secondary-cta: #1a1a1a;;
--accent: #ff8c42;;
--background-accent: #4d2600;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);