5 Commits

Author SHA1 Message Date
062d1eaead Update src/app/page.tsx 2026-01-06 16:29:57 +00:00
c5dc063080 Update src/app/page.tsx 2026-01-06 16:27:34 +00:00
34d024db90 Update src/app/layout.tsx 2026-01-06 16:27:33 +00:00
04c7924b91 Update src/app/page.tsx 2026-01-06 16:25:13 +00:00
f7201dc31e Update src/app/layout.tsx 2026-01-06 16:25:12 +00:00

View File

@@ -30,17 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleMinimal <NavbarStyleMinimal
brandName="PrimeProperties" brandName="PrimeProperties"
navItems={[ button={{
{ text: "View Properties", href: "#properties"
name: "Properties", id: "properties" }}
}, buttonClassName="font-semibold tracking-wide"
{
name: "Why Invest", id: "why-invest"
},
{
name: "Contact", id: "contact"
}
]}
/> />
</div> </div>