Update src/app/page.tsx

This commit is contained in:
2026-03-23 02:47:24 +00:00
parent 308c5adff3
commit 75fa2a96c2

View File

@@ -21,11 +21,11 @@ export default function HomePage() {
<NavbarStyleApple
brandName="La Parrilla"
navItems={[
{ name: "Accueil", href: "/" },
{ name: "Menu", href: "/menu" },
{ name: "À propos", href: "/about" },
{ name: "Avis Clients", href: "/testimonials" },
{ name: "Contact", href: "/contact" }
{ name: "Accueil", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "À propos", id: "/about" },
{ name: "Avis Clients", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
/>
</div>