From 44e82391dcbd837b4223b035a676eec532b86aba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96b4a51..ec0ac9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { id: "basic", badge: "Intervention Standard", badgeIcon: Wrench, price: "À partir de 80€", subtitle: "Pour interventions courantes", buttons: [ { text: "Appeler", href: "tel:+33668642789" }, - { text: "Devis gratuit" } + { text: "Demander un devis" } ], features: [ "Diagnostic gratuit", "Travail professionnel", "Matériel fourni", "Garantie satisfaction" @@ -161,7 +161,7 @@ export default function LandingPage() { id: "pro", badge: "Installation Complexe", badgeIcon: Droplet, price: "Sur devis", subtitle: "Pour installations complètes", buttons: [ { text: "Appeler", href: "tel:+33668642789" }, - { text: "Demander devis" } + { text: "Demander un devis" } ], features: [ "Étude de faisabilité", "Conseil personnalisé", "Installation complète", "Suivi après-vente" @@ -171,7 +171,7 @@ export default function LandingPage() { id: "emergency", badge: "Service d'Urgence", badgeIcon: AlertCircle, price: "Tarifs d'urgence", subtitle: "24h/24, 7j/7", buttons: [ { text: "Appeler immédiatement", href: "tel:+33668642789" }, - { text: "Contact d'urgence" } + { text: "Demander un devis" } ], features: [ "Intervention rapide", "Disponibilité 24/7", "Dépannage immédiat", "Solutions d'urgence"