From 15be3e717e016df47b373e7d1e0f85bd3006127c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:19:45 +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 f5d20c2..b4fb9cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,16 +68,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Dépannage Plomberie Urgence", author: "24h/24 disponible", description: "Intervention rapide pour fuites, ruptures et urgences. Nous arrivons en moins d'1 heure.", tags: ["Urgent", "Rapide"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg", imageAlt: "Intervention d'urgence plomberie"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=1", imageAlt: "Intervention d'urgence plomberie"}, { id: "2", title: "Réparation de Fuites", author: "Détection professionnelle", description: "Localisation et réparation des fuites d'eau. Diagnostic gratuit et transparent.", tags: ["Économie", "Professionnel"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg", imageAlt: "Réparation fuite d'eau"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-tools_181624-25928.jpg?_wi=2", imageAlt: "Réparation fuite d'eau"}, { id: "3", title: "Débouchage Canalisation", author: "Méthodes efficaces", description: "Débouchage tuyaux, éviers et toilettes. Équipement professionnel haute technologie.", tags: ["Efficace", "Rapide"], imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg", imageAlt: "Débouchage canalisation"}, { id: "4", title: "Rénovation Salle de Bain", author: "Design moderne", description: "Installation complète plomberie, carrelage et équipements salle de bain.", tags: ["Design", "Qualité"], - imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Rénovation salle de bain moderne"}, + imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=1", imageAlt: "Rénovation salle de bain moderne"}, { id: "5", title: "Installation Plomberie", author: "Neuf et rénovation", description: "Installation cuisine, salle de bain, chauffage. Conformité aux normes.", tags: ["Installation", "Conforme"], imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Installation plomberie cuisine"}, @@ -124,7 +124,7 @@ export default function LandingPage() { mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg" + imageSrc="http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=2" imageAlt="Équipe professionnelle ECO PRO SERVICE" /> -- 2.49.1