From 75569102ce003e9ed5c5aca5e4a8a05c3d21b6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:30:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56e9468..fbb3fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,12 +96,10 @@ export default function LandingPage() { description="Découvrez nos horaires pour planifier votre visite et profitez de nos services de pressing." features={[ { - title: "Dimanche", description: 'Fermé Fermé', - cardClassName: "bg-gray-50 dark:bg-gray-800" + title: "Dimanche", description: 'Fermé Fermé' }, { - title: "Lundi", description: 'Fermé Fermé', - cardClassName: "bg-gray-50 dark:bg-gray-800" + 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" },