Update src/app/page.tsx

This commit is contained in:
2026-03-06 13:29:23 +00:00
parent 907a2c6628
commit 44e82391dc

View File

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