From d5208182a7fbf400a9cbb25772b91d77008f8abd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:30:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) 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() {