Switch to version 7: modified src/components/Layout.tsx

This commit is contained in:
2026-06-20 20:23:28 +00:00
parent 277bf4c537
commit 88fd8ae693

View File

@@ -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"
}
];