Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab399b3c32 | |||
| 5616111f61 | |||
| c163e38dd4 | |||
| 390341f7a5 | |||
| a126208ff0 | |||
| a7a3b3457b | |||
| 333651705f | |||
| 080b9e9fe6 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -46,7 +46,7 @@ export default function FitCoachPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="FITCOACH"
|
logoText="FITCOACH"
|
||||||
description="Transform Your Body in 12 Weeks with expert personal coaching. See measurable changes through our proven, data-driven approach to fitness."
|
description="Transform your body and mind with expert personal coaching. Achieve your fitness goals with customized training programs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Journey", href: "#contact" },
|
{ text: "Start Your Journey", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
@@ -254,9 +254,9 @@ export default function FitCoachPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Newsletter"
|
tag="Free Workout Plan"
|
||||||
title="Ready to Transform Your Fitness Journey?"
|
title="Get Your Free 7-Day Home Workout Plan"
|
||||||
description="Subscribe to our newsletter for exclusive training tips, nutrition advice, and member-only promotions. Join our community of successful fitness transformations."
|
description="Download our complete beginner-friendly workout program with video demonstrations, nutrition tips, and progress tracking templates. Start your transformation today!"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -264,9 +264,9 @@ export default function FitCoachPage() {
|
|||||||
imageAlt="Modern gym facility"
|
imageAlt="Modern gym facility"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email for instant access"
|
||||||
buttonText="Join Community"
|
buttonText="Get Free Plan"
|
||||||
termsText="We respect your privacy. Unsubscribe anytime. By joining, you agree to receive emails about fitness tips and exclusive offers."
|
termsText="Instant download. No spam, unsubscribe anytime. Join 2,500+ members getting results with our proven training methods."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #ffffff;;
|
||||||
--card: #ffffff;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #120a00e6;;
|
||||||
--primary-cta: #159c49;;
|
--primary-cta: #ff8c42;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #159c49;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #a8e8ba;; */
|
--background-accent: #c4c4c4;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #ffffff;;
|
||||||
--card: #ffffff;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #120a00e6;;
|
||||||
--primary-cta: #159c49;;
|
--primary-cta: #ff8c42;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #159c49;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #a8e8ba;;
|
--background-accent: #c4c4c4;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user