From 75d508183e10a84c7e47b1d150efdaae85dd9c13 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:11:26 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 495cdee..f3b8b12 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -56,28 +56,28 @@ export default function PropertiesPage() { id: "1", name: "Oceanfront Villa - Miami", price: "$8,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=2", imageAlt: "Luxury oceanfront villa in Miami with infinity pool", }, { id: "2", name: "Modern Estate - Beverly Hills", price: "$12,750,000", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=2", imageAlt: "Contemporary luxury home in Beverly Hills with smart features", }, { id: "3", name: "Mountain Retreat - Aspen", price: "$9,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=2", imageAlt: "Exclusive mountain estate in Aspen with ski access", }, { id: "4", name: "Penthouse - Manhattan", price: "$15,000,000", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=2", imageAlt: "Prestigious Manhattan penthouse with skyline views", }, ]}