Update src/app/page.tsx

This commit is contained in:
2026-01-12 16:12:28 +00:00
parent ae8adfa9b3
commit 5256ff922f

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