From 48f948eede43ecdfbca04d2ec71104c95c285efe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:47:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70bc716..d654fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg?_wi=1", imageAlt: "Cycling apparel", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg?_wi=1", imageAlt: "Cycling clothing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg?_wi=2", imageAlt: "Cycling gear", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg?_wi=2", imageAlt: "Cycling kit", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-air-into-bicycle-tire-with-air-pump_1170-2444.jpg?_wi=3", imageAlt: "Road cycling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg?_wi=3", imageAlt: "Premium apparel", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { id: "p3", name: "Aero Socks", price: "€18,00", - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749617.jpg?_wi=4", }, { id: "p4", -- 2.49.1