From dd9e81d73ca375d894248a2c339421acda0990aa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:16:33 +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 fdd065e..dcbb7c6 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -96,7 +96,7 @@ export default function PropertiesPage() { name: "Sunset Ridge Estate", price: "$8,500,000", variant: "Los Angeles, California • 12,500 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-869.jpg?_wi=2", imageAlt: "Sunset Ridge Estate", }, { @@ -104,7 +104,7 @@ export default function PropertiesPage() { name: "Manhattan Penthouse", price: "$12,750,000", variant: "New York, New York • 7,200 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Manhattan Penthouse", }, { @@ -112,7 +112,7 @@ export default function PropertiesPage() { name: "Malibu Beach Villa", price: "$15,200,000", variant: "Malibu, California • 9,800 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-calming-waves-ocean-with-scenery-sunset_181624-10580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-calming-waves-ocean-with-scenery-sunset_181624-10580.jpg?_wi=2", imageAlt: "Malibu Beach Villa", }, ]}