Update src/app/page.tsx

This commit is contained in:
2026-01-29 16:40:09 +00:00
parent dcd23268d1
commit b2af63fb05

View File

@@ -29,9 +29,10 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Morn Ing"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Products", id: "/products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}