4 Commits

Author SHA1 Message Date
1d4b64198e Update src/app/page.tsx 2026-03-11 12:26:25 +00:00
bf7a07065c Merge version_2 into main
Merge version_2 into main
2026-03-11 12:25:09 +00:00
6e6999b8d3 Update src/app/page.tsx 2026-03-11 12:25:05 +00:00
9389ba63ea Merge version_1 into main
Merge version_1 into main
2026-03-11 12:23:37 +00:00

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardFour
title="Featured Properties"
description="Handpicked luxury properties selected for their exceptional quality, location, and investment potential."
description="Each property verified for authenticity and investment quality. Handpicked luxury properties selected for their exceptional quality, location, and investment potential."
tag="Portfolio Highlights"
tagIcon={Home}
tagAnimation="slide-up"
@@ -229,8 +229,8 @@ export default function LandingPage() {
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready to Find Your Perfect Property?"
description="Let our luxury real estate experts guide you through your next investment. We're ready to discuss your property goals and create a customized strategy."
title="Ready to Find Your Perfect Property Today?"
description="Let our luxury real estate experts guide you through your next investment. Limited availability on premium listings encourages immediate action. We're ready to discuss your property goals and create a customized strategy."
buttons={[
{ text: "Schedule Consultation", href: "contact" },
{ text: "Browse Listings", href: "properties" }
@@ -283,4 +283,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}