Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-03 10:18:01 +00:00

View File

@@ -1,16 +1,16 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Dumbbell, FileText, Zap, Heart, Star, Instagram, Facebook, Linkedin } from 'lucide-react';
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Dumbbell, FileText, Zap, Heart, Star, Instagram, Facebook, Linkedin } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,11 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Programs", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Started", href: "contact" }}
brandName="FitCoach Pro"
@@ -50,7 +50,7 @@ export default function LandingPage() {
imageAlt="Professional personal trainer in action"
buttons={[
{ text: "Start Free Consultation", href: "contact" },
{ text: "Explore Programs", href: "pricing" }
{ text: "Explore Programs", href: "pricing" },
]}
/>
</div>
@@ -60,9 +60,7 @@ export default function LandingPage() {
tag="About Me"
title="Dedicated to your fitness success. Whether you're an athlete seeking peak performance or a senior focused on longevity and health, I provide personalized coaching that meets you where you are."
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#services" }
]}
buttons={[{ text: "Learn More", href: "services" }]}
/>
</div>
@@ -72,31 +70,39 @@ export default function LandingPage() {
{
title: "1-on-1 Personal Training", description: "Customized workouts designed specifically for your body, goals, and experience level. Real-time coaching and form correction for maximum results.", icon: Dumbbell,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "One-on-one training session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=2", imageAlt: "Professional coaching environment" }
]
{
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "One-on-one training session"},
{
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=2", imageAlt: "Professional coaching environment"},
],
},
{
title: "Premade Training Programs", description: "Structured, progressive programs for strength, endurance, flexibility, and wellness. Perfect for those who prefer structured guidance and tracking.", icon: FileText,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=1", imageAlt: "Training program templates" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "Workout tracking and progress" }
]
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=1", imageAlt: "Training program templates"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "Workout tracking and progress"},
],
},
{
title: "Athletic Performance Training", description: "Sport-specific coaching designed to enhance athletic performance, increase speed, power, and agility. Ideal for competitive athletes of all levels.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-27141.jpg", imageAlt: "Athlete training techniques" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=2", imageAlt: "Performance metrics and tracking" }
]
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-27141.jpg", imageAlt: "Athlete training techniques"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=2", imageAlt: "Performance metrics and tracking"},
],
},
{
title: "Senior Fitness & Longevity", description: "Gentle, effective training focused on mobility, strength, balance, and functional fitness. Build strength and independence while reducing fall risk.", icon: Heart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-people-training-using-fit-ball-with-personal-trainer-sport-center_839833-32821.jpg", imageAlt: "Senior fitness training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=3", imageAlt: "Longevity-focused exercises" }
]
}
{
imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-people-training-using-fit-ball-with-personal-trainer-sport-center_839833-32821.jpg", imageAlt: "Senior fitness training"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=3", imageAlt: "Longevity-focused exercises"},
],
},
]}
animationType="slide-up"
title="Comprehensive Training Services"
@@ -112,21 +118,25 @@ export default function LandingPage() {
plans={[
{
id: "single-session", badge: "Getting Started", price: "$75", subtitle: "Perfect for trying 1-on-1 training", buttons: [{ text: "Book Session", href: "contact" }],
features: ["Single 60-minute session", "Personalized workout design", "Form coaching and corrections", "Fitness assessment included"]
features: [
"Single 60-minute session", "Personalized workout design", "Form coaching and corrections", "Fitness assessment included"],
},
{
id: "monthly-package", badge: "Most Popular", badgeIcon: Star,
price: "$299", subtitle: "Best value for dedicated training", buttons: [{ text: "Get Started", href: "contact" }],
features: ["4 one-on-one sessions per month", "Progressive program design", "Weekly check-ins and adjustments", "Nutritional guidance basics", "Direct messaging support"]
features: [
"4 one-on-one sessions per month", "Progressive program design", "Weekly check-ins and adjustments", "Nutritional guidance basics", "Direct messaging support"],
},
{
id: "premade-programs", badge: "Self-Directed", price: "$49", subtitle: "Comprehensive digital training plans", buttons: [{ text: "Browse Programs", href: "contact" }],
features: ["12-week structured program", "Video demonstrations included", "Customizable for your equipment", "Progress tracking worksheet", "Email support"]
features: [
"12-week structured program", "Video demonstrations included", "Customizable for your equipment", "Progress tracking worksheet", "Email support"],
},
{
id: "athlete-program", badge: "Elite Training", price: "$499", subtitle: "Advanced performance coaching", buttons: [{ text: "Schedule Consultation", href: "contact" }],
features: ["8 premium 1-on-1 sessions monthly", "Sport-specific performance plan", "Video analysis of technique", "Injury prevention strategies", "Priority scheduling and support"]
}
features: [
"8 premium 1-on-1 sessions monthly", "Sport-specific performance plan", "Video analysis of technique", "Injury prevention strategies", "Priority scheduling and support"],
},
]}
animationType="slide-up"
title="Flexible Pricing Options"
@@ -141,17 +151,13 @@ export default function LandingPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Competitive Runner", testimonial: "Working with my coach has transformed my running performance. The personalized training plan improved my 5K time by 2 minutes and eliminated my chronic knee issues. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Johnson"
},
id: "1", name: "Marcus Johnson", role: "Competitive Runner", testimonial: "Working with my coach has transformed my running performance. The personalized training plan improved my 5K time by 2 minutes and eliminated my chronic knee issues. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Johnson"},
{
id: "2", name: "Sarah Chen", role: "Busy Professional", testimonial: "I was intimidated by gyms until I started 1-on-1 training. My coach made me feel confident and supported. I've never felt stronger and the personalized approach fits my hectic schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Chen"
},
id: "2", name: "Sarah Chen", role: "Busy Professional", testimonial: "I was intimidated by gyms until I started 1-on-1 training. My coach made me feel confident and supported. I've never felt stronger and the personalized approach fits my hectic schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Chen"},
{
id: "3", name: "Robert Williams", role: "Age 68, Longevity Focus", testimonial: "At 68, I thought my fitness days were behind me. This program has given me back my independence and confidence. I'm stronger, more balanced, and my family says I have more energy than I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-bathrobe_329181-7824.jpg", imageAlt: "Robert Williams"
},
id: "3", name: "Robert Williams", role: "Age 68, Longevity Focus", testimonial: "At 68, I thought my fitness days were behind me. This program has given me back my independence and confidence. I'm stronger, more balanced, and my family says I have more energy than I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-bathrobe_329181-7824.jpg", imageAlt: "Robert Williams"},
{
id: "4", name: "Jessica Martinez", role: "College Athlete", testimonial: "The athletic performance coaching helped me increase my vertical jump by 4 inches and my agility improved dramatically. My coaches noticed the difference immediately. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"
}
id: "4", name: "Jessica Martinez", role: "College Athlete", testimonial: "The athletic performance coaching helped me increase my vertical jump by 4 inches and my agility improved dramatically. My coaches noticed the difference immediately. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"},
]}
animationType="slide-up"
title="Client Success Stories"
@@ -168,11 +174,9 @@ export default function LandingPage() {
tag="Impact"
metrics={[
{
id: "1", value: "500+", description: "Clients trained across all ages and fitness levels, from competitive athletes to seniors seeking longevity and wellness."
},
id: "1", value: "500+", description: "Clients trained across all ages and fitness levels, from competitive athletes to seniors seeking longevity and wellness."},
{
id: "2", value: "95%", description: "Client retention and satisfaction rate. Our personalized approach ensures sustainable results and long-term partnerships."
}
id: "2", value: "95%", description: "Client retention and satisfaction rate. Our personalized approach ensures sustainable results and long-term partnerships."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -186,7 +190,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[
{ text: "Schedule Consultation", href: "mailto:contact@fitcoachpro.com" },
{ text: "View Programs", href: "pricing" }
{ text: "View Programs", href: "pricing" },
]}
useInvertedBackground={false}
/>
@@ -199,7 +203,7 @@ export default function LandingPage() {
socialLinks={[
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
]}
/>
</div>