From b379d77422a7932da3d2115a4e2aace2304093f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:02:07 +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 db65c4e..ea392f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,10 +65,10 @@ export default function LandingPage() { title: "Plomberie Sanitaire", description: "Installation et réparation d'installations sanitaires complètes pour votre maison ou commerce.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Plomberie sanitaire" + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Plomberie sanitaire" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Installation plomberie" + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2", imageAlt: "Installation plomberie" }, ], }, @@ -76,10 +76,10 @@ export default function LandingPage() { title: "Chauffage Central", description: "Systèmes de chauffage central efficaces pour le confort thermique toute l'année.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-radiator_181624-22126.jpg", imageAlt: "Chauffage central" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-radiator_181624-22126.jpg?_wi=1", imageAlt: "Chauffage central" }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-radiator_181624-22126.jpg", imageAlt: "Radiateur chauffage" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-radiator_181624-22126.jpg?_wi=2", imageAlt: "Radiateur chauffage" }, ], }, @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Chauffe-eau Solaire", description: "Solutions écologiques et économiques pour chauffer votre eau avec l'énergie solaire.", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", imageAlt: "Chauffe-eau solaire" + imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg?_wi=1", imageAlt: "Chauffe-eau solaire" }, { - imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", imageAlt: "Panneau solaire installation" + imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg?_wi=2", imageAlt: "Panneau solaire installation" }, ], }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Hammam Beldi", description: "Installation complète de bains marocains traditionnels avec expertise authentique.", icon: Waves, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg", imageAlt: "Hammam beldi" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg?_wi=1", imageAlt: "Hammam beldi" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg", imageAlt: "Installation hammam" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg?_wi=2", imageAlt: "Installation hammam" }, ], }, @@ -109,10 +109,10 @@ export default function LandingPage() { title: "Piscines", description: "Conception et installation de piscines sur mesure pour votre jardin.", icon: Waves, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg", imageAlt: "Piscine installation" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg?_wi=1", imageAlt: "Piscine installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg", imageAlt: "Piscine moderne" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg?_wi=2", imageAlt: "Piscine moderne" }, ], }, -- 2.49.1