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