From 84ee198c1c3e612dfdee6bb2e7245168aa759744 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:04:54 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index eee7d83..6698c50 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -47,11 +47,11 @@ export default function ProjectsPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plant-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plant-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-147.jpg?_wi=2", imageAlt: "Industrial steel fabrication facility", }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-against-blue-sky-sunny-day_185193-108531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-against-blue-sky-sunny-day_185193-108531.jpg?_wi=2", imageAlt: "Large-scale construction project execution", }, ]} @@ -86,28 +86,28 @@ export default function ProjectsPage() { id: "1", name: "Pre-Engineered Industrial Complex", role: "Large-scale fabrication and installation", - imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35333.jpg?_wi=3", imageAlt: "Industrial complex construction", }, { id: "2", name: "Government Radar Tower Installation", role: "Doppler weather radar infrastructure", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-equipment-security-tower-illuminated_1323-27.jpg?_wi=2", imageAlt: "Radar tower installation", }, { id: "3", name: "Turnkey Commercial Build", role: "Planning through commissioning delivery", - imageSrc: "http://img.b2bpic.net/free-photo/motion-construction-financial-background-details-electric_1417-1067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motion-construction-financial-background-details-electric_1417-1067.jpg?_wi=2", imageAlt: "Commercial building project", }, { id: "4", name: "Structural Steel Installation", role: "Industrial-grade fabrication and assembly", - imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-handling-metal-parts-together_342744-235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-handling-metal-parts-together_342744-235.jpg?_wi=3", imageAlt: "Structural steel installation", }, ]}