From a2c7870a8bde21611fa1f5e7b0ef7f69ab597344 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:59:41 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11f7dd2..c45353e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,13 +155,13 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Market knowledge visualization" + id: "1", title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Market knowledge visualization" }, { - id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Protection and security visualization" + id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Protection and security visualization" }, { - id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Exclusive access visualization" + id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Exclusive access visualization" }, ]} textboxLayout="default" -- 2.49.1 From f0ec3631df1697c187b43588ea801eb5327746b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:59:41 +0000 Subject: [PATCH 2/3] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index ab69aaf..3939b58 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -109,13 +109,13 @@ export default function PropertiesPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Prime location properties" + id: "1", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Prime location properties" }, { - id: "2", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Verified properties" + id: "2", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Verified properties" }, { - id: "3", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Investment returns visualization" + id: "3", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Investment returns visualization" }, ]} textboxLayout="default" -- 2.49.1 From 982c4850df34851732f91bf2d6b4d3b7623223b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:59:42 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ab98071..04969ed 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -83,16 +83,16 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Property management services" + id: "1", title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Property management services" }, { - id: "2", title: "Luxury Sales & Leasing", description: "Expert negotiation and transaction services for buying, selling, or leasing premium properties in Dubai's most sought-after locations.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sales and leasing services" + id: "2", title: "Luxury Sales & Leasing", description: "Expert negotiation and transaction services for buying, selling, or leasing premium properties in Dubai's most sought-after locations.", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Sales and leasing services" }, { - id: "3", title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Investment advisory services" + id: "3", title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Investment advisory services" }, { - id: "4", title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Concierge services" + id: "4", title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Concierge services" }, ]} textboxLayout="default" -- 2.49.1