From 2d024fff18e6ef612e9e856e62e5fc22fe3cf5b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:05:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5438dcf..95dbf6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function BistrotGautte() { tagIcon={UtensilsCrossed} title="Produits frais, cuisine maison et ambiance chaleureuse" description="Bienvenue au Bistrot Gautté" - subdescription="Saint-Gilles-Croix-de-Vie, Vendée" + subdescription="Saint-Gilles-Croix-de-Vie, Vendée. Fermé le mercredi et le lundi." icon={Heart} imageSrc="http://img.b2bpic.net/free-photo/romantic-date-happy-couple-love-cafe-their-date-looking-each-other-smiling_8353-6655.jpg" imageAlt="Intérieur chaleureux du Bistrot Gautté" @@ -193,7 +193,7 @@ export default function BistrotGautte() { { label: "6 Rue Gautté, 85800 Saint-Gilles-Croix-de-Vie", href: "https://maps.google.com" }, { label: "Téléphone: 09 81 42 13 81", href: "tel:+33981421381" }, { label: "Horaires: Mar-Dim 12h-14h, 19h-22h", href: "#" }, - { label: "Fermé le lundi", href: "#" } + { label: "Fermé le mercredi et le lundi", href: "#" } ] }, { -- 2.49.1