diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8acc007..56e9468 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -91,15 +91,26 @@ export default function LandingPage() {
-
Fermé Fermé',
+ cardClassName: "bg-gray-50 dark:bg-gray-800"
+ },
+ {
+ title: "Lundi", description: 'Fermé Fermé',
+ cardClassName: "bg-gray-50 dark:bg-gray-800"
+ },
+ { 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 +150,7 @@ export default function LandingPage() {