From 65116a1c13d9c9c174c299fc18658f12e68aee26 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 16:23:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aeb5c5..804f063 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,19 +82,19 @@ export default function LandingPage() { id: "p1", name: "Pro League Jersey", price: "850 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=1", }, { id: "p2", name: "Athletic Training Shorts", price: "350 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=1", }, { id: "p3", name: "Performance Football Socks", price: "300 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=1", }, ]} title="New Arrivals" @@ -113,7 +113,7 @@ export default function LandingPage() { name: "Ahmed M.", handle: "@ahmed", testimonial: "Excellent quality jerseys, just like the real deal.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=1", }, { id: "2", @@ -141,7 +141,7 @@ export default function LandingPage() { name: "Layla F.", handle: "@layla", testimonial: "Best kits in town, fast delivery and great fit.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=2", }, ]} title="What Our Athletes Say" @@ -188,28 +188,28 @@ export default function LandingPage() { name: "Classic White Tee", price: "450 EGP", variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=2", }, { id: "b2", name: "Training Bibs", price: "200 EGP", variant: "Training", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=2", }, { id: "b3", name: "Windbreaker", price: "900 EGP", variant: "Outerwear", - imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=2", }, { id: "b4", name: "Pro Socks (Black)", price: "300 EGP", variant: "Accessories", - imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=3", }, ]} />