From 48233f5418165ca3ee6d0e9e665fa62efc75a8ea Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 20:21:55 +0000 Subject: [PATCH] Bob AI: remove all items from the top header navigation menu except --- src/components/Layout.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f71fb15..f340a84 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,10 +7,6 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Accueil", - "href": "#hero" - }, { "name": "La Carte", "href": "#features" @@ -18,18 +14,6 @@ export default function Layout() { { "name": "Réservation", "href": "#contact" - }, - { - "name": "Avis", - "href": "#testimonials" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Pricing", - "href": "#pricing" } ]; -- 2.49.1