diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index ee03fe6..d88ae28 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -44,27 +44,27 @@ export default function ProjectsPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg", + "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg?_wi=2", imageAlt: "Project showcase 1", }, { imageSrc: - "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg", + "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=2", imageAlt: "Project showcase 2", }, { imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", + "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=4", imageAlt: "Project showcase 3", }, { imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg", + "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=2", imageAlt: "Project showcase 4", }, { imageSrc: - "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg", + "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg?_wi=3", imageAlt: "Project showcase 5", }, ]} @@ -90,7 +90,7 @@ export default function ProjectsPage() { name: "Crystal Park Towers", price: "$3.2M - $9.5M", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", + "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=5", imageAlt: "Crystal Park Towers", }, { @@ -98,7 +98,7 @@ export default function ProjectsPage() { name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg", + "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=3", imageAlt: "Skyline Tower Residency", }, { @@ -106,7 +106,7 @@ export default function ProjectsPage() { name: "Metropolitan Plaza Phase II", price: "Pre-Launch: $1.8M", imageSrc: - "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg", + "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=3", imageAlt: "Metropolitan Plaza Phase II", }, ]} @@ -115,7 +115,7 @@ export default function ProjectsPage() {