Update src/app/page.tsx

This commit is contained in:
2026-04-03 23:40:43 +00:00
parent c69f4594f6
commit 8bb2749a4f

View File

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