From 161b0b41897406e06232b54675cc9546081a08de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 02:23:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 005a0aa..c4a2936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153023.jpg?_wi=1", imageAlt: "urban football action street photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827385.jpg?_wi=1", imageAlt: "football boots detail neon accents", }, { @@ -103,19 +103,19 @@ export default function LandingPage() { id: "p1", name: "Neon Strike Jersey", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-concept_23-2147827730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-concept_23-2147827730.jpg?_wi=1", }, { id: "p2", name: "GripTech Pro Gloves", price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913658.jpg?_wi=1", }, { id: "p3", name: "Aero Carbon Guards", price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-crop-top-wearing-red-boxing-helmet_114579-80053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-crop-top-wearing-red-boxing-helmet_114579-80053.jpg?_wi=1", }, { id: "p4", @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "The gear holds up under the toughest conditions. And looks sick.", tag: "Pro Choice", avatarSrc: "http://img.b2bpic.net/free-photo/man-shorts-blue-sport-jersey-studio_613910-10666.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153023.jpg?_wi=2", imageAlt: "young football player portrait", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Finally, professional quality at a price I can actually afford.", tag: "Street Star", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-63725.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827385.jpg?_wi=2", imageAlt: "young football player portrait", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Grip is unreal. Best gloves in the league, hands down.", tag: "Keeper", avatarSrc: "http://img.b2bpic.net/free-photo/young-goalkeeper-soccer-man-isolated-academy-soccer-team_1150-14659.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-concept_23-2147827730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-concept_23-2147827730.jpg?_wi=2", imageAlt: "young football player portrait", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "Recommended Sportz to all my players. Quality you can trust.", tag: "Coach", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-gym-composition-with-sport-elements_23-2147913658.jpg?_wi=2", imageAlt: "young football player portrait", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "The jersey fits perfectly and the neon pop is unbeatable.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/blond-teenager-boy-dressed-jeans-plays-with-soccer-ball-grey-background_613910-11956.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-crop-top-wearing-red-boxing-helmet_114579-80053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-crop-top-wearing-red-boxing-helmet_114579-80053.jpg?_wi=2", imageAlt: "young football player portrait", }, ]} -- 2.49.1