From 8bb2749a4f3dfdf2a76174f27d82bef25b0d9833 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:40:43 +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 5cef78b..2a43091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg?_wi=1", imageAlt: "Soccer player striking ball", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { imageAlt: "Stadium floodlights", }, { - imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=1", imageAlt: "Jersey texture", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { title: "Breathable Technology", description: "Advanced sweat-wicking fabrics that keep you cool under pressure.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=2", imageAlt: "Tech fabric detail", }, items: [ @@ -162,7 +162,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg?_wi=2", imageAlt: "soccer player striking ball pitch", }, ]}