From f1f6edd29895ab0b7027d19dc901cf728afd6d67 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:13:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ac6aa0..fb02e03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,11 +80,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189336.jpg?_wi=1", imageAlt: "Modern factory floor with automated inventory system", }, { - imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg?_wi=1", imageAlt: "Digital dashboard displaying real-time inventory analytics", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { button: { text: "Choisir le Plan Pro", }, - imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189336.jpg?_wi=2", imageAlt: "Distribution warehouse building interior and large storage area with goods on the shelf", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { button: { text: "Nous Contacter", }, - imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg?_wi=2", imageAlt: "Distribution warehouse building interior and large storage area with goods on the shelf", }, ]} -- 2.49.1