Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-02 18:45:49 +00:00

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
]} ]}
slides={[ 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/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/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", imageAlt: "Installation de tuyauterie professionnelle" } { 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} autoplayDelay={5000}
showDimOverlay={true} 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, title: "Dépannage d'urgence", description: "Intervention rapide 24h/24 pour vos fuites et blocages", icon: AlertCircle,
mediaItems: [ 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?_wi=2", 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=3", imageAlt: "Réparation d'urgence" }
] ]
}, },
{ {
title: "Installation et rénovation", description: "Installation complète de tuyauterie et équipements sanitaires", icon: Hammer, title: "Installation et rénovation", description: "Installation complète de tuyauterie et équipements sanitaires", icon: Hammer,
mediaItems: [ 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?_wi=2", 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=3", imageAlt: "Rénovation" }
] ]
}, },
{ {
title: "Entretien régulier", description: "Maintenance préventive de vos installations sanitaires", icon: Wrench, title: "Entretien régulier", description: "Maintenance préventive de vos installations sanitaires", icon: Wrench,
mediaItems: [ 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/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", imageAlt: "Maintenance" } { 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, title: "Détection de fuites", description: "Localisation précise des fuites avec équipement moderne", icon: Droplets,
mediaItems: [ 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?_wi=5", 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=6", imageAlt: "Diagnostic" }
] ]
} }
]} ]}