From 1db09c455707fda2637adad4f0705514b26fc6df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:39:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03cbb51..fd923f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { description="Experience professional-grade fitness training from the comfort of your living room with our expert-led sessions." buttons={[{ text: "Start Free Trial", href: "#contact" }]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913675.jpg", imageAlt: "Yoga morning" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-home_23-2149144823.jpg", imageAlt: "Dumbbell training" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913675.jpg?_wi=1", imageAlt: "Yoga morning" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-home_23-2149144823.jpg?_wi=1", imageAlt: "Dumbbell training" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blue-eyed-plus-size-young-woman-sports-clothes-lying-yoga-mat-front-open-laptop-relaxing-after-physical-exercises_343059-2049.jpg", imageAlt: "Virtual class" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-stretching-mat_23-2149144772.jpg", imageAlt: "Pilates training" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_52683-161153.jpg", imageAlt: "HIIT workout" }, @@ -70,8 +70,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Convenience", title: "Anywhere", subtitle: "Space-Saving Workouts", description: "No home gym? No problem. Our workouts fit in any small space.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-sports-equipment-yellow-background_169016-16710.jpg", imageAlt: "Flat lay composition with sports equipment on yellow background" }, - { tag: "Expertise", title: "Guidance", subtitle: "Pro Coaching", description: "Work with world-class trainers for real, measurable results.", imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913675.jpg", imageAlt: "Flat lay composition with sports equipment on yellow background" }, - { tag: "Flexibility", title: "Timing", subtitle: "Workouts on Demand", description: "Available 24/7 so you can train whenever you have a gap in your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-home_23-2149144823.jpg", imageAlt: "Flat lay composition with sports equipment on yellow background" } + { tag: "Expertise", title: "Guidance", subtitle: "Pro Coaching", description: "Work with world-class trainers for real, measurable results.", imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913675.jpg?_wi=2", imageAlt: "Flat lay composition with sports equipment on yellow background" }, + { tag: "Flexibility", title: "Timing", subtitle: "Workouts on Demand", description: "Available 24/7 so you can train whenever you have a gap in your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-home_23-2149144823.jpg?_wi=2", imageAlt: "Flat lay composition with sports equipment on yellow background" } ]} title="All-in-One Home Fitness" description="Everything you need to stay active without leaving the house." -- 2.49.1