2 Commits

Author SHA1 Message Date
6f76860de0 Update src/app/page.tsx 2026-01-06 14:11:48 +00:00
11f47b3f41 Update src/app/layout.tsx 2026-01-06 14:11:47 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1278,4 +1278,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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 Prime Locations" title="Premium Properties in Premium Locations"
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. Start your real estate journey with confidence." description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. Start your real estate journey with confidence."
tag="NEW LISTINGS ADDED THIS WEEK" tag="NEW LISTINGS ADDED THIS WEEK"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -477,4 +477,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }