From 98f8802acc821d7e989850a982b9ef5a946d3a83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:13:26 +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 8c5b689..bf8d9aa 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 / ", "Mercredi : 12h-15h / 18h-21h30", "Jeudi :12h-15h 18h30-21h30 ", "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-15h / 18h30-21h30 ", "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