From fa2d78313f63ea4f17ff637dfc2c4de41a6e1f38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:59:17 +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 00fb389..870bd93 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -85,42 +85,42 @@ export default function ProjectsPage() { id: "1", name: "Residential Carport - Centurion", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg?_wi=2", imageAlt: "Residential carport completed installation", }, { id: "2", name: "Commercial Steel Roofing - Pretoria East", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg?_wi=2", imageAlt: "Commercial building steel roofing completed", }, { id: "3", name: "Custom Shade Port - Residential", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg?_wi=2", imageAlt: "Custom shade port residential finished", }, { id: "4", name: "Industrial Steel Structure", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg?_wi=2", imageAlt: "Large scale industrial steel structure", }, { id: "5", name: "Double Carport Installation", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg?_wi=2", imageAlt: "Double carport steel installation completed", }, { id: "6", name: "Premium Steel Fabrication", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg?_wi=2", imageAlt: "Premium custom steel fabrication project", }, ]}