From 3d2bea50b64ea925a5e960c4f68ecffaa75d9b91 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:49:11 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 5297f7a..d695c3f 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -57,14 +57,14 @@ export default function LandingPage() { name: "Juhu Penthouse", price: "₹10 Cr", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=4", }, { id: "2", name: "Vile Parle Flat", price: "₹3 Cr", variant: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg?_wi=3", }, ]} />