From 9ffaf36a563e94b701279562d568693f7b509e0f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:16:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8229d2c..0cbeac1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@alexfit", testimonial: "The best gym I've ever trained at. The coaches are incredibly knowledgeable and supportive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=1", imageAlt: "professional fitness gym interior modern", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Amazing facility and community. Pro Ultimate Gym helped me crush my fitness goals in months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg?_wi=1", imageAlt: "professional fitness gym interior modern", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@dsmith", testimonial: "The equipment quality and gym culture are unmatched. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg?_wi=1", imageAlt: "professional fitness gym interior modern", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sarahlee", testimonial: "Finally found a gym where I feel comfortable pushing my limits. Thank you, Pro Ultimate!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1", imageAlt: "professional fitness gym interior modern", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "The personal training sessions have been transformative for my performance. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg?_wi=1", imageAlt: "professional fitness gym interior modern", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=2" imageAlt="Professional gym facility" avatars={[ { @@ -150,7 +150,7 @@ export default function LandingPage() { title: "Access Open", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg?_wi=2" imageAlt="Gym training scene" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -256,7 +256,7 @@ export default function LandingPage() { handle: "@alex", testimonial: "Changed my life!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg?_wi=2", }, { id: "t2", @@ -264,7 +264,7 @@ export default function LandingPage() { handle: "@maria", testimonial: "Best gym in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=2", }, { id: "t3", @@ -272,7 +272,7 @@ export default function LandingPage() { handle: "@david", testimonial: "Great community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg?_wi=2", }, { id: "t4", @@ -329,7 +329,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=3", imageAlt: "Smiling afro american sports man with arms folded looking at camera", }, ]} -- 2.49.1