4 Commits

Author SHA1 Message Date
8340e07056 Update src/app/page.tsx 2026-03-07 07:32:35 +00:00
733926a1d5 Update src/app/layout.tsx 2026-03-07 07:32:35 +00:00
643b81c96c Merge version_2 into main
Merge version_2 into main
2026-03-07 07:28:17 +00:00
8baf292ad2 Update src/app/page.tsx 2026-03-07 07:28:13 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardOne
title="Featured Properties"
description="Explore our handpicked selection of premium properties available now. Each listing represents exceptional value and unique character."
description="Verified listings with full market analysis. Explore our handpicked selection of premium properties available now. Each listing represents exceptional value and unique character."
tag="Available Now"
tagIcon={Home}
tagAnimation="slide-up"
@@ -130,8 +130,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clients Say"
description="Real experiences from satisfied buyers and sellers who trusted us with their real estate journey."
tag="Client Testimonials"
description="Real experiences from verified clients who trusted us with their real estate journey. All testimonials are from actual clients."
tag="Verified Client Reviews"
tagIcon={Heart}
tagAnimation="slide-up"
textboxLayout="default"
@@ -214,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}