From 500f293442259ef9eb57e6e6edcee07a4252febb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:10:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4d24c9..7905b27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Mardi : 12h-14h / 19h-21h", "Mercredi : 12h-15h / 18h-21h30", "Jeudi : 12h-14h / 19h-21h", "Vendredi : 12h-14h / 19h-21h", "Samedi : 12h-14h / 19h-21h", "Dimanche : 12h-14h / 18h30-20h30", "Fermé le Lundi" + "Mardi : 12h-14h / ", "Mercredi : 12h-15h / 18h-21h30", "Jeudi : 12h-14h / 19h-21h", "Vendredi : 12h-14h / 19h-21h", "Samedi : 12h-14h / 19h-21h", "Dimanche : 12h-14h / 18h30-20h30", "Fermé le Lundi" ]} title="Nos Horaires" description="Nous avons hâte de vous recevoir." -- 2.49.1