Merge version_10 into main

Merge version_10 into main
This commit was merged in pull request #13.
This commit is contained in:
2026-01-06 16:15:24 +00:00

View File

@@ -30,17 +30,24 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleMinimal
brandName="PrimeProperties"
button={{
text: "View Properties", href: "#properties"
}}
buttonClassName="font-semibold tracking-wide"
navItems={[
{
name: "Properties", id: "properties"
},
{
name: "Why Invest", id: "why-invest"
},
{
name: "Contact", id: "contact"
}
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Premium Properties in Premium Locations"
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. "
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing."
tag="NEW LISTINGS ADDED THIS WEEK"
tagIcon={Sparkles}
buttons={[
@@ -267,7 +274,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="PrimeProperties"
columns={[
{
title: "Properties", items: [
@@ -335,7 +341,6 @@ export default function LandingPage() {
}
]}
copyrightText="© 2025 PrimeProperties. All rights reserved. Licensed & Regulated Real Estate Broker."
logoTextClassName="text-2xl font-light tracking-wide"
/>
</div>
</ThemeProvider>