Update src/app/page.tsx
This commit is contained in:
@@ -30,10 +30,17 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="PrimeProperties"
|
brandName="PrimeProperties"
|
||||||
button={{
|
navItems={[
|
||||||
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>
|
||||||
|
|
||||||
@@ -267,7 +274,6 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="PrimeProperties"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Properties", items: [
|
title: "Properties", items: [
|
||||||
@@ -335,7 +341,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 PrimeProperties. All rights reserved. Licensed & Regulated Real Estate Broker."
|
copyrightText="© 2025 PrimeProperties. All rights reserved. Licensed & Regulated Real Estate Broker."
|
||||||
logoTextClassName="text-2xl font-light tracking-wide"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user