Merge version_1 into main #3
@@ -28,11 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Spaces", id: "#spaces" },
|
||||
{ name: "Tenants", id: "#tenants" },
|
||||
{ name: "Gallery", id: "#gallery" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Spaces", id: "spaces" },
|
||||
{ name: "Tenants", id: "tenants" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Kelly Building"
|
||||
button={{ text: "Schedule a Tour", href: "#contact" }}
|
||||
|
||||
Reference in New Issue
Block a user