5 Commits

Author SHA1 Message Date
8af52a41f0 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:53:10 +00:00
0f4248cb84 Update src/app/page.tsx 2026-03-11 07:53:06 +00:00
7c1f1f2fe2 Merge version_2 into main
Merge version_2 into main
2026-03-11 07:49:21 +00:00
89fbc8fea9 Update src/app/page.tsx 2026-03-11 07:49:17 +00:00
b82bd41a97 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:46:45 +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" }
]}
@@ -129,7 +129,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Demander un RDV", href: "#contact" }
{ text: "Voir Nos Tarifs & Disponibilités", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}