From 5e8595d04d09b63b11c93da4b01946f39562d87d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:33:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61769b5..81ef309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,10 +83,10 @@ export default function LandingPage() { title: "Steel Warehouse Buildings", description: "Large-scale pre-fabricated warehouse structures designed for maximum space efficiency and durability.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1936.jpg", imageAlt: "Steel warehouse construction" + imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1936.jpg?_wi=1", imageAlt: "Steel warehouse construction" }, { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1936.jpg", imageAlt: "Warehouse building framework" + imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1936.jpg?_wi=2", imageAlt: "Warehouse building framework" } ] }, @@ -94,10 +94,10 @@ export default function LandingPage() { title: "Factory Buildings", description: "Custom industrial manufacturing facilities engineered for production efficiency and operational excellence.", icon: Factory, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg", imageAlt: "Factory building construction" + imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg?_wi=1", imageAlt: "Factory building construction" }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg", imageAlt: "Industrial manufacturing facility" + imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg?_wi=2", imageAlt: "Industrial manufacturing facility" } ] }, @@ -105,10 +105,10 @@ export default function LandingPage() { title: "Mezzanine Floors", description: "Multi-level interior structural platforms maximizing vertical space and storage capacity.", icon: Layers, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg", imageAlt: "Mezzanine floor installation" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg?_wi=1", imageAlt: "Mezzanine floor installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg", imageAlt: "Multi-level warehouse platform" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg?_wi=2", imageAlt: "Multi-level warehouse platform" } ] }, @@ -116,10 +116,10 @@ export default function LandingPage() { title: "Steel Roofs", description: "High-durability roofing systems engineered for longevity, weather resistance, and structural integrity.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/metal-structure_1359-326.jpg", imageAlt: "Steel roof structure" + imageSrc: "http://img.b2bpic.net/free-photo/metal-structure_1359-326.jpg?_wi=1", imageAlt: "Steel roof structure" }, { - imageSrc: "http://img.b2bpic.net/free-photo/metal-structure_1359-326.jpg", imageAlt: "Industrial roofing system" + imageSrc: "http://img.b2bpic.net/free-photo/metal-structure_1359-326.jpg?_wi=2", imageAlt: "Industrial roofing system" } ] }, @@ -127,10 +127,10 @@ export default function LandingPage() { title: "Solar Structures", description: "Steel mounting systems for solar installations, supporting renewable energy infrastructure development.", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4275.jpg", imageAlt: "Solar panel mounting structure" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4275.jpg?_wi=1", imageAlt: "Solar panel mounting structure" }, { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4275.jpg", imageAlt: "Solar farm steel infrastructure" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-electric-woman-checking-maintenance-solar-cells_1150-4275.jpg?_wi=2", imageAlt: "Solar farm steel infrastructure" } ] }, @@ -138,10 +138,10 @@ export default function LandingPage() { title: "Civil Constructions", description: "Ground-up civil engineering works including site preparation, foundations, and infrastructure development.", icon: Hammer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg", imageAlt: "Civil construction site" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg?_wi=1", imageAlt: "Civil construction site" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg", imageAlt: "Civil engineering works" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg?_wi=2", imageAlt: "Civil engineering works" } ] } -- 2.49.1