Update src/app/page.tsx

This commit is contained in:
2026-03-02 18:45:44 +00:00
parent 1cfde073b3
commit 63397f3cb1

View File

@@ -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" }
]
}
]}