diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index d904f3d..c7dba71 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -44,7 +44,7 @@ export default function PropertiesPage() { name: "Modern Luxury Apartment", price: "$850,000", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=3", imageAlt: "Modern luxury apartment", }, { @@ -52,7 +52,7 @@ export default function PropertiesPage() { name: "Beachfront Villa", price: "$2,500,000", imageSrc: - "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg", + "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=3", imageAlt: "Beachfront villa", }, { @@ -60,7 +60,7 @@ export default function PropertiesPage() { name: "Downtown Penthouse", price: "$1,750,000", imageSrc: - "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", + "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=3", imageAlt: "Downtown penthouse", }, ]}