Update src/app/page.tsx

This commit is contained in:
2026-01-20 14:53:46 +00:00
parent 4af32de627
commit 1bf315e1be

View File

@@ -28,14 +28,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandedName="BogCoder" brandName="Magnolia"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Arrangements", id: "products" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" }
]}
button={{ button={{
text: "Order Now", href: "contact" text: "Order Now", href: "contact"
}} }}