From a125c849e46dfcf5585522661e5fed1e920ba0fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:14:35 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 3109844..175adf3 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -51,7 +51,7 @@ export default function PropertiesPage() { id: "1", name: "Oceanfront Penthouse Manhattan", price: "$12,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=2", imageAlt: "Luxury penthouse interior", initialQuantity: 1, }, @@ -59,7 +59,7 @@ export default function PropertiesPage() { id: "2", name: "Mediterranean Waterfront Villa", price: "$8,750,000", - imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg?_wi=2", imageAlt: "Luxury waterfront property", initialQuantity: 1, }, @@ -67,7 +67,7 @@ export default function PropertiesPage() { id: "3", name: "Private Estate Countryside", price: "$5,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg?_wi=2", imageAlt: "Luxury countryside estate", initialQuantity: 1, }, @@ -104,7 +104,7 @@ export default function PropertiesPage() { id: "4", name: "Beverly Hills Contemporary Estate", price: "$9,800,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=3", imageAlt: "Beverly Hills luxury estate", initialQuantity: 1, }, @@ -112,7 +112,7 @@ export default function PropertiesPage() { id: "5", name: "Miami Beachfront Luxury Condo", price: "$7,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg?_wi=3", imageAlt: "Miami beachfront luxury condo", initialQuantity: 1, }, @@ -120,7 +120,7 @@ export default function PropertiesPage() { id: "6", name: "San Francisco Downtown Penthouse", price: "$6,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg?_wi=3", imageAlt: "San Francisco penthouse", initialQuantity: 1, },