Merge version_4 into main #5
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Catalog", id: "#catalog" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Catalog", id: "catalog" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumina Interiors"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
|
||||
Reference in New Issue
Block a user