Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-10 13:12:16 +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" }