2 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

View File

@@ -184,6 +184,12 @@ export default function LandingPage() {
testimonials={[ 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: "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> </div>
</ThemeProvider> </ThemeProvider>
); );
} }