Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 07:49:22 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}