From ba2460a9eecfff4926bb208023cc089aff65ee83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:32:44 +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 d6c230c..69c0565 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -44,7 +44,7 @@ export default function PropertiesPage() { name: "Metropolitan Penthouse", price: "$4,500,000", variant: "3BR | 3BA | Modern", - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "Luxury metropolitan penthouse", }, { @@ -52,7 +52,7 @@ export default function PropertiesPage() { name: "Downtown Elite Suite", price: "$2,800,000", variant: "2BR | 2.5BA | Contemporary", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=3", imageAlt: "Premium downtown apartment", }, { @@ -60,7 +60,7 @@ export default function PropertiesPage() { name: "Suburban Estate Home", price: "$3,200,000", variant: "5BR | 4BA | Classical", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-suburban-home-with-manicured-lawn-landscaping_84443-74066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-suburban-home-with-manicured-lawn-landscaping_84443-74066.jpg?_wi=3", imageAlt: "Luxury suburban residence", }, ]}