Update src/app/page.tsx

This commit is contained in:
2026-03-04 02:57:25 +00:00
parent dd9b6b5432
commit 1782a395bb

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Reserve", id: "reserve" },
{ name: "Products", id: "/products" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Agadir Bay, Agadir 80000"
@@ -211,10 +211,11 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#" },
{ label: "Home", href: "/" },
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#reviews" }
{ label: "Reviews", href: "#reviews" },
{ label: "Products", href: "/products" }
]
},
{