From 38bd45ac500ff504fe5b610bd3a88901e8d46e1a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:09:53 +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 cddadaf..847d13f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,23 +97,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Débouchage de drains", description: "Débouchage rapide et efficace des éviers, toilettes, et drains principaux. Équipement moderne pour résoudre vos problèmes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148118497.jpg", imageAlt: "drain cleaning service professional equipment" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148118497.jpg", imageAlt: "drain cleaning service professional equipment" } + title: "Débouchage de drains", description: "Débouchage rapide et efficace des éviers, toilettes, et drains principaux. Équipement moderne pour résoudre vos problèmes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148118497.jpg?_wi=1", imageAlt: "drain cleaning service professional equipment" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148118497.jpg?_wi=2", imageAlt: "drain cleaning service professional equipment" } }, { id: 2, - title: "Réparation de fuites", description: "Détection et réparation professionnelle de fuites d'eau. Intervention rapide pour éviter les dégâts d'eau majeurs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-kitchen-sink_53876-146184.jpg", imageAlt: "water leak detection professional plumber" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-kitchen-sink_53876-146184.jpg", imageAlt: "water leak detection professional plumber" } + title: "Réparation de fuites", description: "Détection et réparation professionnelle de fuites d'eau. Intervention rapide pour éviter les dégâts d'eau majeurs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-kitchen-sink_53876-146184.jpg?_wi=1", imageAlt: "water leak detection professional plumber" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-kitchen-sink_53876-146184.jpg?_wi=2", imageAlt: "water leak detection professional plumber" } }, { id: 3, - title: "Installation plomberie", description: "Installation complète de lavabos, toilettes, douches. Travail professionnel et conforme aux normes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "plumber installing bathroom fixtures professional" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "plumber installing bathroom fixtures professional" } + title: "Installation plomberie", description: "Installation complète de lavabos, toilettes, douches. Travail professionnel et conforme aux normes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=1", imageAlt: "plumber installing bathroom fixtures professional" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=2", imageAlt: "plumber installing bathroom fixtures professional" } }, { id: 4, - title: "Chauffe-eau", description: "Réparation et remplacement de chauffe-eau. Service professionnel pour eau chaude fiable année-rond.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "water heater installation repair service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "water heater installation repair service" } + title: "Chauffe-eau", description: "Réparation et remplacement de chauffe-eau. Service professionnel pour eau chaude fiable année-rond.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "water heater installation repair service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "water heater installation repair service" } } ]} showStepNumbers={true}