From 6d07e88df5794116f418b095033d921465e629fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d63b9ca..abbaba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Appeler", href: "tel:0767364411"}} + text: "Appeler", href: "tel:0767364411" + }} animateOnLoad={true} /> @@ -44,7 +45,7 @@ export default function LandingPage() { @@ -145,15 +156,20 @@ export default function LandingPage() { animationType="blur-reveal" metrics={[ { - id: "1", title: "Contact Facile", subtitle: "Appelez ou remplissez le formulaire", category: "Étape 1", value: "07 67 36 44 11"}, + id: "1", title: "Contact Facile", subtitle: "Appelez ou remplissez le formulaire", category: "Étape 1", value: "07 67 36 44 11" + }, { - id: "2", title: "Diagnostic Clair", subtitle: "Analyse professionnelle de votre problème", category: "Étape 2", value: "Gratuit"}, + id: "2", title: "Diagnostic Clair", subtitle: "Analyse professionnelle de votre problème", category: "Étape 2", value: "Gratuit" + }, { - id: "3", title: "Devis Transparent", subtitle: "Tarif clair sans surprise", category: "Étape 3", value: "Détaillé"}, + id: "3", title: "Devis Transparent", subtitle: "Tarif clair sans surprise", category: "Étape 3", value: "Détaillé" + }, { - id: "4", title: "Intervention Soignée", subtitle: "Exécution professionnelle du travail", category: "Étape 4", value: "Garantie"}, + id: "4", title: "Intervention Soignée", subtitle: "Exécution professionnelle du travail", category: "Étape 4", value: "Garantie" + }, { - id: "5", title: "Suivi Client", subtitle: "Conseils et assistance après intervention", category: "Étape 5", value: "Premium"}, + id: "5", title: "Suivi Client", subtitle: "Conseils et assistance après intervention", category: "Étape 5", value: "Premium" + }, ]} /> -- 2.49.1