diff --git a/src/app/page.tsx b/src/app/page.tsx index c783190..cddadaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Disponible 24h/24 et 7j/7 pour urgences et réparations. Service rapide, prix honnêtes, plombier local de confiance à Anjou." tag="⭐ 4,9 étoiles sur Google" tagIcon={Star} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "📞 Appeler maintenant", href: "tel:514-355-1333" }, { text: "📋 Demander une soumission", href: "#contact" } @@ -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?_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" } + 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" } }, { 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?_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" } + 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" } }, { 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?_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" } + 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" } }, { 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?_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" } + 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" } } ]} showStepNumbers={true} @@ -267,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file