Switch to version 4: modified src/app/page.tsx

This commit is contained in:
2026-04-23 17:03:09 +00:00
parent 3fc8bdfa00
commit 785b0bb29e

View File

@@ -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>
);
}
}