Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bac238988 | |||
| babd0072a7 | |||
| 4dc7390d49 | |||
| a9bb96353f | |||
| afcae12018 | |||
| 6f5fdd3c45 | |||
| 7e412f768c | |||
| ab399b3c32 | |||
| 5616111f61 | |||
| c163e38dd4 |
@@ -1409,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -258,7 +258,7 @@ export default function FitCoachPage() {
|
||||
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" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
||||
imageAlt="Modern gym facility"
|
||||
@@ -267,7 +267,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 +283,4 @@ export default function FitCoachPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user