From 88fd8ae693190ab7204dfcdee27bfdf1f296dbf9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 20:23:28 +0000 Subject: [PATCH] Switch to version 7: modified src/components/Layout.tsx --- src/components/Layout.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f340a84..f71fb15 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,6 +7,10 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ + { + "name": "Accueil", + "href": "#hero" + }, { "name": "La Carte", "href": "#features" @@ -14,6 +18,18 @@ export default function Layout() { { "name": "Réservation", "href": "#contact" + }, + { + "name": "Avis", + "href": "#testimonials" + }, + { + "name": "About", + "href": "#about" + }, + { + "name": "Pricing", + "href": "#pricing" } ];