Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-10 13:12:15 +00:00

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" }