From f6a3fc2c57582d4f28be0ebd07bef2e8b2753933 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:32:10 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) 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() {