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", }, ]} />