From e46affb28ec6b8014d3f343679e06cb908546697 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:03:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53db1c4..48f9c19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,27 +62,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-basketball-player-posing-with-copy-space_23-2148432545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-basketball-player-posing-with-copy-space_23-2148432545.jpg?_wi=1", imageAlt: "Football drill action", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-residential-security-fence_58702-13301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-residential-security-fence_58702-13301.jpg?_wi=1", imageAlt: "Football in net", }, { - imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-222.jpg?_wi=1", imageAlt: "Athlete training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-basketball-player-posing-with-copy-space_23-2148432545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-basketball-player-posing-with-copy-space_23-2148432545.jpg?_wi=2", imageAlt: "Football drill action", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-residential-security-fence_58702-13301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-residential-security-fence_58702-13301.jpg?_wi=2", imageAlt: "Football in net", }, { - imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-222.jpg?_wi=2", imageAlt: "Athlete training", }, ]} -- 2.49.1