From 31c4bef2f07954111216a274c7e10be7f82c6051 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:18:35 +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 082958e..be42427 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { description="Experience the ultimate football tournament across North America. Get the full schedule, venue information, and stay updated with live match data." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg?_wi=1", imageAlt: "football stadium night lights", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg?_wi=1", imageAlt: "soccer ball on grass", }, { - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg?_wi=1", imageAlt: "stadium crowd cheering", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg?_wi=2", imageAlt: "stadium architecture exterior", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg?_wi=2", imageAlt: "stadium architecture exterior", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg?_wi=2", imageAlt: "stadium architecture exterior", }, ]}