From f0ec3631df1697c187b43588ea801eb5327746b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:59:41 +0000 Subject: [PATCH] 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"