Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-06 22:07:00 +00:00

View File

@@ -7,10 +7,10 @@ import TextAbout from '@/components/sections/about/TextAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Heart, TrendingUp, Zap, Users, Target, Award, Star, Dumbbell, Bell, Lock, MessageCircle, Apple, Calendar, FileText, Settings, Instagram, Facebook, Linkedin } from 'lucide-react';
import { Sparkles, Heart, TrendingUp, Zap, Users, Target, Award, Star, Dumbbell, Bell, Lock, MessageCircle, Apple, Calendar, FileText, Settings, Instagram, Facebook, Linkedin, MapPin, Mail, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-training-with-dumbbells_23-2149734707.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AacuuDnMkt5BvNZuFLyW2QrCdF/uploaded-1772834771441-4qcjzg8j.jpg"
imageAlt="Professional fitness coach training client"
mediaAnimation="slide-up"
imagePosition="right"
@@ -182,19 +182,30 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Working with FitCoach completely transformed my life. I went from sedentary to running a half-marathon in 6 months. The personalized approach and constant support made all the difference. I'm stronger, healthier, and more confident than ever before."
rating={5}
author="Sarah Mitchell, Marketing Executive"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23277.jpg", alt: "Sarah Mitchell" },
{ src: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", alt: "Client testimonial" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-sportswoman_171337-10026.jpg", alt: "Happy client" },
{ src: "http://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3051.jpg", alt: "Transformation client" }
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Marketing Executive", testimonial: "Working with FitCoach completely transformed my life. I went from sedentary to running a half-marathon in 6 months. The personalized approach and constant support made all the difference. I'm stronger, healthier, and more confident than ever before.", imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23277.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Marcus Johnson", role: "Software Engineer", testimonial: "I was skeptical about personal training until I met the FitCoach team. They transformed not just my body, but my entire lifestyle. I've lost 30 pounds and gained incredible strength and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", imageAlt: "Marcus Johnson"
},
{
id: "3", name: "Emma Rodriguez", role: "Small Business Owner", testimonial: "As a busy entrepreneur, I needed flexible coaching. FitCoach's online program gave me the structure and support I needed to stay consistent. My energy levels are through the roof!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-sportswoman_171337-10026.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "David Chen", role: "Finance Manager", testimonial: "The nutrition guidance combined with personalized training plans made all the difference. I achieved my fitness goals faster than I thought possible. Highly recommend FitCoach!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3051.jpg", imageAlt: "David Chen"
}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
title="Client Success Stories"
description="Real transformations from real people who trusted FitCoach with their fitness journey"
tag="Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
@@ -204,16 +215,16 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
title="Ready to Transform?"
description="Schedule your free consultation today. Let's discuss your goals and create a personalized plan to get you results."
description="Schedule your free consultation today. Let's discuss your goals and create a personalized plan to get you results. Reach out using the form or contact information below."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/fitness-man_23-2148138055.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AacuuDnMkt5BvNZuFLyW2QrCdF/uploaded-1772834771441-4qcjzg8j.jpg"
imageAlt="Fitness coach consultation"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Schedule Consultation"
termsText="We respect your privacy. You'll receive your personalized coaching plan via email within 24 hours."
termsText="We respect your privacy. You'll receive your personalized coaching plan via email within 24 hours.\n\nHours: Monday-Friday 6am-8pm | Saturday-Sunday 7am-6pm\nEmail: hello@fitcoach.com | Phone: +1 (555) 123-4567\nLocation: Downtown Fitness Studio, 123 Main Street, Your City"
/>
</div>