From 65476b18f695abfad0138275dc7c2f2d9bd9896b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 593eba2..21c1058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,19 +79,19 @@ export default function LandingPage() { imageAlt: "Premium Sport Display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg?_wi=1", imageAlt: "Elite Athletic Gear", }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275239.jpg?_wi=1", imageAlt: "Pro Jersey Collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sport-composition_23-2149006366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-sport-composition_23-2149006366.jpg?_wi=1", imageAlt: "Professional Equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg?_wi=1", imageAlt: "Gym Strength Gear", }, ]} @@ -112,25 +112,25 @@ export default function LandingPage() { id: "p1", name: "Elite Pro Runners", price: "149€", - imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg?_wi=2", }, { id: "p2", name: "Madrid Legacy Jersey", price: "89€", - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275239.jpg?_wi=2", }, { id: "p3", name: "Carbon Tennis Master", price: "210€", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sport-composition_23-2149006366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-sport-composition_23-2149006366.jpg?_wi=2", }, { id: "p4", name: "Pro Strength Kit", price: "350€", - imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg?_wi=2", }, { id: "p5", -- 2.49.1