From 6c730110f09acf221affdaf3bc2017be98c59447 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 20:09:21 +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 dd70663..9e58c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-running_1098-116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-running_1098-116.jpg?_wi=1", imageAlt: "Male athlete wearing compression shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-street_23-2148213181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-street_23-2148213181.jpg?_wi=1", imageAlt: "Female athlete wearing compression shirt", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-running_1098-116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-running_1098-116.jpg?_wi=2", imageAlt: "athlete stretching close up", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-street_23-2148213181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-street_23-2148213181.jpg?_wi=2", imageAlt: "athlete stretching close up", }, { -- 2.49.1