Update src/app/page.tsx
This commit is contained in:
@@ -29,9 +29,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Magnolia"
|
brandName="Magnolia"
|
||||||
button={{
|
navItems={[
|
||||||
text: "Order Now", href: "contact"
|
{ name: "Home", id: "hero" },
|
||||||
}}
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Services", id: "features" },
|
||||||
|
{ name: "Products", id: "products" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user