Switch to version 7: modified src/components/Layout.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user