From 1dd9ca943c0526d4d9f310936111f774599c5d4d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:58:39 +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 6dcd091..2d59c21 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -55,7 +55,7 @@ export default function PropertiesPage() { name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Downtown luxury penthouse", }, { @@ -63,7 +63,7 @@ export default function PropertiesPage() { name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", - imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", imageAlt: "Beachfront villa", }, { @@ -71,7 +71,7 @@ export default function PropertiesPage() { name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", imageAlt: "Emirates Hills mansion", }, ]}