Merge version_2 into main #5

Open
development wants to merge 3 commits from version_2 into main
Showing only changes of commit 4226b8e04e - Show all commits

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>