diff --git a/src/app/page.tsx b/src/app/page.tsx index 053224b..f036dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-16234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-16234.jpg?_wi=1", imageAlt: "professional construction workers on site", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg?_wi=1", imageAlt: "construction foreman checking plans", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/high-rise-construction-with-cantilever-decks-floor-rhythm-yellow-platforms_169016-69965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-rise-construction-with-cantilever-decks-floor-rhythm-yellow-platforms_169016-69965.jpg?_wi=1", imageAlt: "modern luxury residential construction", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184928.jpg", imageAlt: "construction machinery in action", }, - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-16234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-16234.jpg?_wi=2", imageAlt: "construction architectural plan drawing", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194824.jpg", imageAlt: "construction machinery in action", }, - imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg?_wi=2", imageAlt: "construction architectural plan drawing", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg", imageAlt: "construction machinery in action", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-rise-construction-with-cantilever-decks-floor-rhythm-yellow-platforms_169016-69965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-rise-construction-with-cantilever-decks-floor-rhythm-yellow-platforms_169016-69965.jpg?_wi=2", imageAlt: "construction architectural plan drawing", }, ]}