Update src/app/page.tsx

This commit is contained in:
2026-01-20 14:57:48 +00:00
parent 1bf315e1be
commit 4226b8e04e

View File

@@ -29,9 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Magnolia"
button={{
text: "Order Now", href: "contact"
}}
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" }
]}
/>
</div>