From 64bdc4d74f039dda1fca7b3a49ed76c8c23ff8fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:02:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d7507b..2fd200a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,25 +57,25 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed K.", handle: "@ahmedgym", testimonial: "Hardcore gym, perfect equipment and atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024358.jpg", imageAlt: "gym workout intense dark lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024358.jpg?_wi=1", imageAlt: "gym workout intense dark lighting"}, { name: "Sara M.", handle: "@saramfit", testimonial: "Best gym in the area, great trainers.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfrxf7IaI5IGdmuTnGS2Svufgy/uploaded-1778684450165-j8e3j0ss.png", imageAlt: "gym workout intense dark lighting"}, { name: "John Doe", handle: "@johndoe", testimonial: "Intense environment for serious bodybuilding.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/working-out-gym-concept-with-kettlebells_23-2149307768.jpg", imageAlt: "gym workout intense dark lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-out-gym-concept-with-kettlebells_23-2149307768.jpg?_wi=1", imageAlt: "gym workout intense dark lighting"}, { name: "Mike L.", handle: "@mikegains", testimonial: "The only place I go for real gains.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-crossfit-athlete-doing-exercise-with-barbell-crossfit-sport-healthy-lifestyle-concept_58466-12020.jpg", imageAlt: "gym workout intense dark lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-crossfit-athlete-doing-exercise-with-barbell-crossfit-sport-healthy-lifestyle-concept_58466-12020.jpg?_wi=1", imageAlt: "gym workout intense dark lighting"}, { name: "Elena V.", handle: "@elenafit", testimonial: "Great community and top-tier coaches.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "gym workout intense dark lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=1", imageAlt: "gym workout intense dark lighting"}, ]} buttons={[ { text: "Start Training", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024358.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024358.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/professional-bmx-rider-protective-helmet-getting-ready-jump-skatepark-indoors_613910-20931.jpg", alt: "Pro athlete portrait"}, @@ -122,7 +122,7 @@ export default function LandingPage() { { title: "Expert Guidance", description: "Supportive staff and expert advice for your goals."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/working-out-gym-concept-with-kettlebells_23-2149307768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/working-out-gym-concept-with-kettlebells_23-2149307768.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -133,10 +133,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strength Training", description: "Heavy duty racks and platforms for serious lifting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-crossfit-athlete-doing-exercise-with-barbell-crossfit-sport-healthy-lifestyle-concept_58466-12020.jpg", buttonIcon: Dumbbell, + title: "Strength Training", description: "Heavy duty racks and platforms for serious lifting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-crossfit-athlete-doing-exercise-with-barbell-crossfit-sport-healthy-lifestyle-concept_58466-12020.jpg?_wi=2", buttonIcon: Dumbbell, }, { - title: "Cardio Zone", description: "Top-tier machines for stamina and endurance.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", buttonIcon: Zap, + title: "Cardio Zone", description: "Top-tier machines for stamina and endurance.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=2", buttonIcon: Zap, }, { title: "Guided Recovery", description: "Dedicated spaces for mobility and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-sportsman-gym-make-yoga-sport-exercises_171337-19761.jpg", buttonIcon: Heart,