Update src/app/page.tsx

This commit is contained in:
2026-01-12 15:45:05 +00:00
parent e7b5e7ab44
commit bbdad399a3

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Bean Haven"
navItems={[[
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },