Update src/app/page.tsx

This commit is contained in:
2026-04-02 16:32:28 +00:00
parent 82116ea089
commit 4e1b4667d7

View File

@@ -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" }}