diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb3fb0..8acc007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,24 +91,15 @@ export default function LandingPage() {
- Fermé Fermé' - }, - { - title: "Lundi", description: 'Fermé Fermé' - }, - { title: "Mardi", description: "07:15–12:15
15:00–19:30" }, - { title: "Mercredi", description: "07:15–12:15
15:00–19:30" }, - { title: "Jeudi", description: "07:15–12:15
15:00–19:30" }, - { title: "Vendredi", description: "07:15–12:15
15:00–19:30" }, - { title: "Samedi", description: "08:00–12:15
15:00–18:30" } + metrics={[ + { icon: XCircle, label: "Lundi", value: "Fermé" }, + { icon: Clock, label: "Mardi - Vendredi", value: "07:15–12:15 / 15:00–19:30" }, + { icon: Clock, label: "Samedi", value: "08:00–12:15 / 15:00–18:30" }, + { icon: XCircle, label: "Dimanche", value: "Fermé" } ]} - animationType="slide-up" - textboxLayout="default" + metricsAnimation="slide-up" useInvertedBackground={false} />
@@ -148,7 +139,7 @@ export default function LandingPage() {