Update src/app/page.tsx

This commit is contained in:
2026-03-10 13:12:11 +00:00
parent 8995626856
commit 3a7079f5f9

View File

@@ -64,9 +64,10 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Waffle Factory"
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "hero" },
{ name: "Menu", id: "products" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
@@ -263,7 +264,7 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#home" },
{ label: "Home", href: "#hero" },
{ label: "Menu", href: "#products" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" }