48 Commits

Author SHA1 Message Date
14568bb9d3 Update src/app/page.tsx 2026-02-20 11:41:11 +00:00
6b4aaf476e Update src/app/layout.tsx 2026-02-20 11:41:10 +00:00
42479a3662 Merge version_19 into main
Merge version_19 into main
2026-02-20 11:33:14 +00:00
35f457c170 Update src/app/page.tsx 2026-02-20 11:33:10 +00:00
95337b21b8 Update src/app/layout.tsx 2026-02-20 11:33:09 +00:00
9b6dfb468b Merge version_18 into main
Merge version_18 into main
2026-02-20 11:31:23 +00:00
4164fa3ae6 Update src/app/page.tsx 2026-02-20 11:31:19 +00:00
c0b74f1036 Merge version_18 into main
Merge version_18 into main
2026-02-20 11:30:39 +00:00
429ad22535 Update src/app/page.tsx 2026-02-20 11:30:35 +00:00
f8fa7f6959 Merge version_17 into main
Merge version_17 into main
2026-02-20 11:28:12 +00:00
0bc5113b07 Update src/app/page.tsx 2026-02-20 11:28:07 +00:00
68390bdd38 Merge version_17 into main
Merge version_17 into main
2026-02-20 11:26:10 +00:00
fa58be5b8a Update src/app/page.tsx 2026-02-20 11:26:06 +00:00
48ae5ca3d8 Update src/app/layout.tsx 2026-02-20 11:26:05 +00:00
d06e58e90e Merge version_16 into main
Merge version_16 into main
2026-02-20 11:20:11 +00:00
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
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 53 additions and 44 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';
@@ -8,10 +8,10 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Apple, Dumbbell, Heart, Zap } from "lucide-react";
import { Apple, Dumbbell, Heart, Zap, Quote } from "lucide-react";
export default function FitCoachPage() {
return (
@@ -64,6 +64,9 @@ export default function FitCoachPage() {
]}
autoplayDelay={4000}
showDimOverlay={true}
logoClassName="!text-white"
descriptionClassName="!text-white"
buttonTextClassName="!text-white"
/>
</div>
@@ -209,64 +212,70 @@ export default function FitCoachPage() {
},
{
id: "4", name: "Emily Rodriguez", role: "Wellness Coach", imageSrc: "https://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "5", name: "David Anderson", role: "Performance Coach", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg?_wi=1", imageAlt: "David Anderson"
}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="gap-[100px]"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="Success Stories from Our Clients"
description="Real transformations from dedicated members"
tag="Testimonials"
<TestimonialCardSix
testimonials={[
{
id: "1", name: "David Martinez", role: "Business Owner", company: "Tech Solutions Inc", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "David Martinez"
id: "1", name: "David Martinez", handle: "Business Owner, Tech Solutions Inc", testimonial: "FitCoach transformed my life. The personalized approach and expert coaching helped me lose 30 pounds and gain confidence in just 4 months.", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "David Martinez"
},
{
id: "2", name: "Jennifer Liu", role: "Marketing Manager", company: "Creative Agency", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/endurance-workout-fitness-concept-happy-motivated-woman-with-sweat-face-program-equipment-training-session-smiling-delighted-pushing-weight-with-legs-as-using-leg-press_197531-30391.jpg", imageAlt: "Jennifer Liu"
id: "2", name: "Jennifer Liu", handle: "Marketing Manager, Creative Agency", testimonial: "The nutrition guidance combined with strength training gave me incredible results. I feel stronger and more energized than ever before.", imageSrc: "https://img.b2bpic.net/free-photo/endurance-workout-fitness-concept-happy-motivated-woman-with-sweat-face-program-equipment-training-session-smiling-delighted-pushing-weight-with-legs-as-using-leg-press_197531-30391.jpg", imageAlt: "Jennifer Liu"
},
{
id: "3", name: "Robert Thompson", role: "Attorney", company: "Law Firm Partners", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/afro-american-sportsman-getting-ready-training_342744-655.jpg", imageAlt: "Robert Thompson"
id: "3", name: "Robert Thompson", handle: "Attorney, Law Firm Partners", testimonial: "As a busy professional, I needed flexible coaching. FitCoach delivered exactly what I needed with results I can actually see and feel.", imageSrc: "https://img.b2bpic.net/free-photo/afro-american-sportsman-getting-ready-training_342744-655.jpg", imageAlt: "Robert Thompson"
},
{
id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/rear-view-athletic-woman-showing-heart-shape-sunset_637285-9284.jpg", imageAlt: "Amanda Foster"
id: "4", name: "Amanda Foster", handle: "Healthcare Professional, Medical Center", testimonial: "Their holistic approach to fitness and wellness helped me achieve my goals without compromise. Highly recommend to anyone serious about change.", imageSrc: "https://img.b2bpic.net/free-photo/rear-view-athletic-woman-showing-heart-shape-sunset_637285-9284.jpg", imageAlt: "Amanda Foster"
},
{
id: "5", name: "Michael Chen", handle: "Entrepreneur, Tech Startup", testimonial: "The accountability and expert guidance kept me motivated. I've never felt this fit and confident in my life.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Michael Chen"
},
{
id: "6", name: "Sarah Johnson", handle: "Designer, Creative Studio", testimonial: "FitCoach's personalized approach made all the difference. The coaches genuinely care about your success and it shows in every session.", imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg", imageAlt: "Sarah Johnson"
},
{
id: "7", name: "James Martinez", handle: "Sales Executive, Enterprise Corp", testimonial: "The results speak for themselves. In 3 months, I've transformed my body and my mindset. This is the real deal.", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg?_wi=2", imageAlt: "James Martinez"
},
{
id: "8", name: "Lisa Anderson", handle: "Manager, Retail Company", testimonial: "I was skeptical at first, but the expert guidance and supportive community made the journey enjoyable and sustainable.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-of-a-confident-woman_23-2149260622.jpg", imageAlt: "Lisa Anderson"
}
]}
kpiItems={[
{ value: "2,500+", label: "Transformations Completed" },
{ value: "98%", label: "Goal Achievement Rate" },
{ value: "12 weeks", label: "Average Results Timeline" }
]}
animationType="slide-up"
title="Success Stories from Our Clients"
description="Real transformations from dedicated members"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" style={{ backgroundColor: "#000000" }}>
<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}
useInvertedBackground={true}
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
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 +292,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);