7 Commits

Author SHA1 Message Date
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
2 changed files with 10 additions and 9 deletions

View File

@@ -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="See changes in 12 weeks. Transform your body and mind with expert personal coaching. Get measurable results with our data-driven approach." 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,10 @@ 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."
containerClassName="bg-red-500"
/> />
</div> </div>