diff --git a/src/app/properties-premium/page.tsx b/src/app/properties-premium/page.tsx index a672d80..6ce54f9 100644 --- a/src/app/properties-premium/page.tsx +++ b/src/app/properties-premium/page.tsx @@ -61,10 +61,10 @@ export default function PremiumPropertiesPage() { reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/financial-document-chart_1150-366.jpg", imageAlt: "Investment Property"}, { id: "pp5", brand: "Tech Hub Estates", name: "Innovation Park: Commercial Land for Development", price: "$9,200,000", rating: 4, - reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg", imageAlt: "Commercial Land"}, + reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg?_wi=2", imageAlt: "Commercial Land"}, { id: "pp6", brand: "Heritage Homes Collection", name: "Historic Mansion with Modern Amenities", price: "$8,900,000", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg", imageAlt: "Historic Mansion"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg?_wi=2", imageAlt: "Historic Mansion"}, ]} /> @@ -94,7 +94,7 @@ export default function PremiumPropertiesPage() {