Update src/app/page.tsx

This commit is contained in:
2026-01-06 16:29:57 +00:00
parent c5dc063080
commit 062d1eaead

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
title="Premium Properties in Premium Locations" 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" tag="NEW LISTINGS ADDED THIS WEEK"
tagIcon={Sparkles} tagIcon={Sparkles}
buttons={[ buttons={[
@@ -267,7 +267,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 +334,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>