From e290f5fb45ccbcad3a9260dcd3d0329d34993750 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:33:44 +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 eaf9ee9..4802c30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg", imageAlt: "Luxury gym workout area"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=1", imageAlt: "Luxury gym workout area"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg", imageAlt: "Professional weight training room"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=1", imageAlt: "Professional weight training room"}, { imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-with-towel-her-shoulders-open-water-bottle-gym_1153-4182.jpg", imageAlt: "Athlete working out intense"}, { @@ -102,7 +102,7 @@ export default function LandingPage() { features={[ { title: "Strength Training", description: "Pro-grade plates and isolated equipment for muscle isolation.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg", imageAlt: "personal training session gym"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=2", imageAlt: "personal training session gym"}, items: [ { icon: Zap, @@ -118,7 +118,7 @@ export default function LandingPage() { }, { title: "Recovery Suite", description: "Steam rooms and stretching zones for optimal muscle recovery.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg", imageAlt: "personal training session gym"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=2", imageAlt: "personal training session gym"}, items: [ { icon: Zap, -- 2.49.1