From c2b2e8290c30b4ced29e9ae66e1e3c05198952be Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:21:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db8d80d..336fb8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Apple, Bike, Crown, Dumbbell, Facebook, Footprints, Instagram, Key, Linkedin, MessageCircle, Sparkles, Users, Zap, BoxingGloves } from "lucide-react"; +import { Apple, Bike, Crown, Dumbbell, Facebook, Footprints, Instagram, Key, Linkedin, MessageCircle, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -75,7 +75,7 @@ export default function LandingPage() { { title: "Personal Training", description: "Customized one-on-one coaching programs designed to maximize your results and reach specific fitness goals.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-helping-fit-man-gym_23-2149740140.jpg", imageAlt: "Personal trainer coaching a client" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-training-weightlifting-gym_23-2149278063.jpg", imageAlt: "Female personal trainer assisting client" }] }, { title: "Aerobics Classes", description: "High-energy cardio sessions for all fitness levels, promoting endurance, flexibility, and overall well-being in a fun group setting.", icon: Dumbbell, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-14561.jpg", imageAlt: "Group aerobics class" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270244.jpg", imageAlt: "Indoor cycling class" }] }, { title: "Indoor Cycling", description: "Performance-focused cycling workouts designed to boost stamina, burn calories, and improve cardiovascular health.", icon: Bike, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-doing-crossfit-workout_23-2149080514.jpg", imageAlt: "Indoor cycling class" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-her-client-using-dumbbell_23-2148795230.jpg", imageAlt: "Personal trainer coaching a client" }] }, - { title: "Kickboxing", description: "Unleash your inner strength with training that builds endurance, improves coordination, and teaches self-discipline.", icon: BoxingGloves, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-tai-chi_23-2149960102.jpg", imageAlt: "Kickboxing training session" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-pair-boxing-gloves_23-2150367613.jpg", imageAlt: "Hands wrapped for kickboxing" }] }, + { title: "Kickboxing", description: "Unleash your inner strength with training that builds endurance, improves coordination, and teaches self-discipline.", icon: Dumbbell, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-tai-chi_23-2149960102.jpg", imageAlt: "Kickboxing training session" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-pair-boxing-gloves_23-2150367613.jpg", imageAlt: "Hands wrapped for kickboxing" }] }, { title: "Nutrition Consulting", description: "Personalized nutrition plans and expert wellness guidance to complement your training and support your health goals.", icon: Apple, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358959.jpg", imageAlt: "Nutritionist consulting client" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-green-apples-with-sweet-pastries-dark-grey-surface-fruit-sweet-biscuit-sugar-cookies-pie_140725-74729.jpg", imageAlt: "Healthy food selection" }] }, { title: "Youth Fitness Programs", description: "Fun and structured fitness programs designed to instill healthy habits and promote physical development in younger members.", icon: Footprints, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/running-girls-having-fun-park_1301-7603.jpg", imageAlt: "Group of children in youth fitness class" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-starting-line-full-shot_23-2149731287.jpg", imageAlt: "Instructor with teenagers in youth fitness" }] }, { title: "Private Lessons", description: "Exclusive coaching sessions tailored to individual needs, offering focused attention to accelerate your progress.", icon: Key, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-women-using-computer-with-green-screen-desk-team-people-talking-while-they-work-with-mock-up-background-isolated-template-computer-display-chroma-key-copy-space_482257-37201.jpg", imageAlt: "Personal trainer in private lesson" }, { imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165180.jpg", imageAlt: "Client and trainer reviewing workout plan" }] }