Update src/app/page.tsx

This commit is contained in:
2026-04-07 17:03:05 +00:00
parent c329f82036
commit e46affb28e

View File

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