From 56d786e3fe8fe4c87a423e86a6535e14cecb00a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:32:53 +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 21fe74c..c7bee5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=1", imageAlt: "Professional weight training room", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=2", imageAlt: "personal training session gym", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024288.jpg?_wi=2", imageAlt: "personal training session gym", }, ]}