diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f13312..3d46d81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Get Started", href: "contact" }, { text: "View Portfolio", href: "portfolio" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=1" imageAlt="Construction site with modern building project" showDimOverlay={true} /> @@ -65,7 +65,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-posing-building-scene_158595-2403.jpg", imageAlt: "Residential home construction"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg", imageAlt: "Completed residential project"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=1", imageAlt: "Completed residential project"}, ], }, { @@ -74,7 +74,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-buildings_116348-29.jpg", imageAlt: "Commercial building under construction"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Completed commercial project"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Completed commercial project"}, ], }, { @@ -83,16 +83,16 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-mixing-construction-composition_23-2149328071.jpg", imageAlt: "Renovation construction work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg", imageAlt: "Industrial facility renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg?_wi=1", imageAlt: "Industrial facility renovation"}, ], }, { title: "Industrial Construction", description: "Specialized industrial construction for warehouses, manufacturing facilities, and heavy infrastructure projects", icon: Factory, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg", imageAlt: "Industrial construction facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg?_wi=2", imageAlt: "Industrial construction facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg", imageAlt: "Industrial site overview"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=2", imageAlt: "Industrial site overview"}, ], }, ]} @@ -118,11 +118,11 @@ export default function LandingPage() {