From f9038f77b925ae8f1a5b7aa5e8ebeac2a2cd1698 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:17:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eab6b9e..4e1ea1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,21 +54,21 @@ export default function LandingPage() { testimonials={[ { name: "Alex Johnson", 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", imageAlt: "professional fitness gym interior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"}, { name: "Maria Garcia", 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", imageAlt: "professional fitness gym interior modern"}, + 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"}, { name: "David Smith", 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", imageAlt: "professional fitness gym interior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"}, { name: "Sarah Lee", 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", imageAlt: "professional fitness gym interior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"}, { name: "John Doe", 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", imageAlt: "professional fitness gym interior modern"}, + 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={[ { @@ -99,7 +99,7 @@ export default function LandingPage() { { value: "24/7", 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" @@ -165,13 +165,13 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alex Johnson", 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", name: "Maria G", 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", name: "David S", 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", name: "Sarah L", handle: "@sarah", testimonial: "Love the classes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-bicycle-doing-cardio-workout-gym_169016-46924.jpg"}, -- 2.49.1