Compare commits
28 Commits
version_13
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| d16ac030de | |||
| 45010f66b3 | |||
| 7d914990bc | |||
| 28eb8c40d6 | |||
| 8613a14a2d | |||
| 72543acda9 | |||
| d547942a22 | |||
| 6ce18e417b | |||
| 14568bb9d3 | |||
| 6b4aaf476e | |||
| 42479a3662 | |||
| 35f457c170 | |||
| 95337b21b8 | |||
| 9b6dfb468b | |||
| 4164fa3ae6 | |||
| c0b74f1036 | |||
| 429ad22535 | |||
| f8fa7f6959 | |||
| 0bc5113b07 | |||
| 68390bdd38 | |||
| fa58be5b8a | |||
| 48ae5ca3d8 | |||
| d06e58e90e | |||
| 52627500a7 | |||
| 217f5242aa | |||
| eb4bd8cd96 | |||
| bc83a41cf7 | |||
| ce38d4c5fd |
@@ -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 (
|
||||
@@ -97,7 +97,7 @@ export default function FitCoachPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=1", imageAlt: "Cardio training"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -108,7 +108,7 @@ export default function FitCoachPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=2", imageAlt: "Strength building"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -119,7 +119,7 @@ export default function FitCoachPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Wellness approach"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function FitCoachPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=2", imageAlt: "Recovery nutrition"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -212,56 +212,62 @@ 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" style={{ backgroundColor: "#ffffff" }}>
|
||||
<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: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
||||
imageAlt="Modern gym facility"
|
||||
|
||||
Reference in New Issue
Block a user