From 89fbc8fea9cdf41bf3ff743b8ba00c955492ba9b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:49:17 +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 7643b66..f8aa1a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,8 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" metrics={[ - { id: "rating", value: "4.4/5", description: "⭐ Évaluation Google" }, - { id: "years", value: "+15 ans", description: "Expérience professionnelle" }, + { id: "rating", value: "4.4/5", description: "⭐ Satisfait 98% des patients" }, + { id: "years", value: "+15 ans", description: "Équipe certifiée" }, { id: "location", value: "Marseille 13", description: "📍 Clinique locale" }, { id: "hours", value: "Ouvert", description: "Jusqu'à 20h00" } ]} @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1