From 2fc29eca6b788a9ade9377a48e0cf0ac85ef6703 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 20:03:55 +0000 Subject: [PATCH 1/2] Bob AI: Remove phone number and keep only menu tab in layout --- src/components/Layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 508088f..8a10c18 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -38,11 +38,8 @@ export default function Layout() {
-- 2.49.1 From 84c8936f78acb8599450c1565c323adc5c6e6893 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 20:05:00 +0000 Subject: [PATCH 2/2] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 101 +++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8a10c18..5d2e35b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -38,68 +38,69 @@ export default function Layout() { + logo="Bienvenue" + ctaButton={{ text: "Réserver une table", href: "#contact" }} + navItems={navItems} + />
+ ]} + leftText="© 2024 La Basse Cour. Tous droits réservés." + rightText="Mentions légales" + /> ); -} +} \ No newline at end of file -- 2.49.1