From 3dfb9a08a0b23b9b34eea91d0ed222c8ff7b51b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:39:09 +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 4d4a865..d273282 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,12 +60,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913675.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-home_23-2149144823.jpg?_wi=1", imageAlt: "Dumbbell training", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { 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", + 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", }, ]} -- 2.49.1