From 63397f3cb1efd4a6d1487798acbde3a575cbff66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:45:44 +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 a41aa8e..aba7907 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plombier professionnel au travail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Intervention d'urgence en plomberie" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", imageAlt: "Installation de tuyauterie professionnelle" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Intervention d'urgence en plomberie" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=1", imageAlt: "Installation de tuyauterie professionnelle" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -81,29 +81,29 @@ export default function LandingPage() { { title: "Dépannage d'urgence", description: "Intervention rapide 24h/24 pour vos fuites et blocages", icon: AlertCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Service d'urgence" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Réparation d'urgence" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "Service d'urgence" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3", imageAlt: "Réparation d'urgence" } ] }, { title: "Installation et rénovation", description: "Installation complète de tuyauterie et équipements sanitaires", icon: Hammer, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", imageAlt: "Installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", imageAlt: "Rénovation" } + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=2", imageAlt: "Installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=3", imageAlt: "Rénovation" } ] }, { title: "Entretien régulier", description: "Maintenance préventive de vos installations sanitaires", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Entretien" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", imageAlt: "Maintenance" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=4", imageAlt: "Entretien" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=4", imageAlt: "Maintenance" } ] }, { title: "Détection de fuites", description: "Localisation précise des fuites avec équipement moderne", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Détection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Diagnostic" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=5", imageAlt: "Détection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=6", imageAlt: "Diagnostic" } ] } ]}