diff --git a/src/app/preconstruction/page.tsx b/src/app/preconstruction/page.tsx index fd2ae8a..43ab305 100644 --- a/src/app/preconstruction/page.tsx +++ b/src/app/preconstruction/page.tsx @@ -86,21 +86,21 @@ export default function PreConstructionPage() { id: "1", name: "Waterfront Condos - Toronto Harbour", price: "From $650K", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=1", imageAlt: "Waterfront condominium development", }, { id: "2", name: "Downtown Core Luxury Residences", price: "From $850K", - 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=1", imageAlt: "Downtown luxury residences", }, { id: "3", name: "Markham Tech Hub Mixed-Use", price: "From $450K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=1", imageAlt: "Markham mixed-use development", }, ]} @@ -121,21 +121,21 @@ export default function PreConstructionPage() { id: "4", name: "Riverside Towers - East Toronto", price: "From $550K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=2", imageAlt: "Riverside Towers development", }, { id: "5", name: "Midtown Modern - Avenue Road", price: "From $1.1M", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=2", imageAlt: "Midtown Modern residences", }, { id: "6", name: "Liberty Village Lofts - West End", price: "From $625K", - 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: "Liberty Village Lofts development", }, ]}