Update src/app/page.tsx

This commit is contained in:
2026-04-10 07:04:34 +00:00
parent 067ebc2fa4
commit 45fae36a6c

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Properties", id: "/properties" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
brandName="Elite Estate"
brandName="AoneValuer "
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>