Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user