diff --git a/src/app/page.tsx b/src/app/page.tsx index 8acc007..fbb3fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,15 +91,24 @@ 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" } ]} - metricsAnimation="slide-up" + animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} />
@@ -139,7 +148,7 @@ export default function LandingPage() {