diff --git a/src/app/page.tsx b/src/app/page.tsx index 1761961..b5cc85b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg?_wi=1", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=1", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/view-from-distance-athletic-builder-work-wear-standing-construction-high-building-crane-holding-construction-with-man-city-extreme-building-house-big-city-man-looking-down_7502-8713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-distance-athletic-builder-work-wear-standing-construction-high-building-crane-holding-construction-with-man-city-extreme-building-house-big-city-man-looking-down_7502-8713.jpg?_wi=1", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/skilled-workman-grinding-metal-profile-pipe-with-lot-sparks_1163-3138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-workman-grinding-metal-profile-pipe-with-lot-sparks_1163-3138.jpg?_wi=1", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-look-modern-building-with-white-glass-windows-grey-sky_181624-6636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-look-modern-building-with-white-glass-windows-grey-sky_181624-6636.jpg?_wi=1", }, { id: "c6", @@ -107,7 +107,7 @@ export default function LandingPage() { quote: "Atlas Steel delivered exceptional results on our warehouse frame.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-busy-working-man-his-workplace-metal-factory_613910-17210.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg?_wi=2", imageAlt: "Portrait of busy working man at his workplace at the metal factory.", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { quote: "Their fabrication standards are top-tier. A reliable partner.", tag: "Construction", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-visiting-factory-plant-examining-manufactured-products-with-facility-worker_637285-4150.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=2", imageAlt: "Portrait of busy working man at his workplace at the metal factory.", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { quote: "Professional team and consistent material supply.", tag: "Infrastructure", avatarSrc: "http://img.b2bpic.net/free-photo/factory-workers-standing-industrial-warehouse-discussing-about-production_342744-219.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-from-distance-athletic-builder-work-wear-standing-construction-high-building-crane-holding-construction-with-man-city-extreme-building-house-big-city-man-looking-down_7502-8713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-distance-athletic-builder-work-wear-standing-construction-high-building-crane-holding-construction-with-man-city-extreme-building-house-big-city-man-looking-down_7502-8713.jpg?_wi=2", imageAlt: "Portrait of busy working man at his workplace at the metal factory.", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { quote: "Atlas Steel makes complex projects feel simple and manageable.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/colleagues-talking-about-their-work_23-2148976272.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/skilled-workman-grinding-metal-profile-pipe-with-lot-sparks_1163-3138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-workman-grinding-metal-profile-pipe-with-lot-sparks_1163-3138.jpg?_wi=2", imageAlt: "Portrait of busy working man at his workplace at the metal factory.", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { quote: "High quality welding and precision work every single time.", tag: "Bridge Work", avatarSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-look-modern-building-with-white-glass-windows-grey-sky_181624-6636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-look-modern-building-with-white-glass-windows-grey-sky_181624-6636.jpg?_wi=2", imageAlt: "Portrait of busy working man at his workplace at the metal factory.", }, ]} @@ -249,7 +249,7 @@ export default function LandingPage() {