5 Commits

Author SHA1 Message Date
104a66c8c2 Update src/app/page.tsx 2026-04-23 17:01:33 +00:00
db1854eaf5 Merge version_3 into main
Merge version_3 into main
2026-04-23 17:00:31 +00:00
52275a9217 Update src/app/page.tsx 2026-04-23 17:00:25 +00:00
8fae4f3b57 Merge version_2 into main
Merge version_2 into main
2026-04-23 16:59:50 +00:00
e514a137c5 Merge version_2 into main
Merge version_2 into main
2026-04-23 16:59:26 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardFour
title="Featured Properties"
description="Handpicked luxury properties showcasing the finest real estate opportunities in Dubai's most prestigious locations."
description="Rare opportunities available. Our current inventory features exclusive, high-demand residences in Dubai's most sought-after neighborhoods—inquire today to secure your interest before these listings are off the market."
tag="Exclusive Listings"
tagIcon={Home}
textboxLayout="default"
@@ -184,6 +184,12 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Ahmed Al Mansouri", date: "2024", title: "Exceptional Service", quote: "Outstanding knowledge of the Dubai market. Their negotiation skills saved me significant time.", tag: "Premium Portfolio", avatarSrc: "https://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg"
},
{
id: "2", name: "Sarah Jenkins", date: "2024", title: "Seamless Experience", quote: "Professionalism at its peak. Finding our penthouse was a breeze thanks to their dedicated support.", tag: "Luxury Living", avatarSrc: "https://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg"
},
{
id: "3", name: "David Thompson", date: "2023", title: "Market Experts", quote: "In-depth market insights helped us make a strategic investment. Highly recommended for elite property searches.", tag: "Investment", avatarSrc: "https://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg"
}
]}
/>
@@ -215,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}