Merge version_8_1781986874606 into main #8

Merged
bender merged 1 commits from version_8_1781986874606 into main 2026-06-20 20:22:36 +00:00

View File

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