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", }, ]}