From d223febfefce63e65d766d8225d8c3e64a8041e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:27:16 +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 b25ca4e..aa8dec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,10 +105,10 @@ export default function LandingPage() { title: "Plomberie", description: "Installation, dépannage et rénovation de réseaux de plomberie pour résidentiels et professionnels.", icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg", imageAlt: "Installation plomberie moderne" + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=1", imageAlt: "Installation plomberie moderne" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg", imageAlt: "Rénovation salle de bain" + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=2", imageAlt: "Rénovation salle de bain" } ] }, @@ -116,10 +116,10 @@ export default function LandingPage() { title: "Chauffage", description: "Installation, entretien et remplacement de systèmes de chauffage performants et économes.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", imageAlt: "Système de chauffage professionnel" + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg?_wi=1", imageAlt: "Système de chauffage professionnel" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", imageAlt: "Installation chaudière moderne" + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg?_wi=2", imageAlt: "Installation chaudière moderne" } ] }, @@ -127,10 +127,10 @@ export default function LandingPage() { title: "Ventilation", description: "VMC et systèmes de ventilation pour une meilleure qualité d'air intérieur.", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Système de ventilation VMC" + imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=1", imageAlt: "Système de ventilation VMC" }, { - imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Installation ventilation bâtiment" + imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=2", imageAlt: "Installation ventilation bâtiment" } ] }, @@ -138,10 +138,10 @@ export default function LandingPage() { title: "Réseaux & Tuyauterie", description: "Réseaux eau, gaz et tuyauterie industrielle pour tous types de projets.", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-130.jpg", imageAlt: "Réseaux d'eau professionnels" + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-130.jpg?_wi=1", imageAlt: "Réseaux d'eau professionnels" }, { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-130.jpg", imageAlt: "Tuyauterie industrielle" + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-130.jpg?_wi=2", imageAlt: "Tuyauterie industrielle" } ] } -- 2.49.1