From 9dd0a857680a4e68d104b080097a0a6b00badbb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:46:04 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 99e8d24..7d457f1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -66,10 +66,10 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", imageAlt: "Zinc plated components"}, + "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg?_wi=3", imageAlt: "Zinc plated components"}, { imageSrc: - "http://img.b2bpic.net/free-photo/engineer-while-using-device_140725-7940.jpg", imageAlt: "Quality testing"}, + "http://img.b2bpic.net/free-photo/engineer-while-using-device_140725-7940.jpg?_wi=3", imageAlt: "Quality testing"}, ], }, { @@ -78,10 +78,10 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-rusty-iron-ship-walls-with-grey-paint-it_181624-7061.jpg", imageAlt: "Yellow zinc plated parts"}, + "http://img.b2bpic.net/free-photo/closeup-rusty-iron-ship-walls-with-grey-paint-it_181624-7061.jpg?_wi=2", imageAlt: "Yellow zinc plated parts"}, { imageSrc: - "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg", imageAlt: "Processing facility"}, + "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg?_wi=4", imageAlt: "Processing facility"}, ], }, { @@ -90,10 +90,10 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-white-gown-rubber-gloves-holding-plastic-bottle_273609-13357.jpg", imageAlt: "Copper plating in progress"}, + "http://img.b2bpic.net/free-photo/factory-worker-white-gown-rubber-gloves-holding-plastic-bottle_273609-13357.jpg?_wi=2", imageAlt: "Copper plating in progress"}, { imageSrc: - "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", imageAlt: "Copper coated components"}, + "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg?_wi=2", imageAlt: "Copper coated components"}, ], }, { @@ -102,10 +102,10 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/selective-focus-shot-metal-nails-jar-with-white-background_181624-9763.jpg", imageAlt: "Black oxide fasteners"}, + "http://img.b2bpic.net/free-photo/selective-focus-shot-metal-nails-jar-with-white-background_181624-9763.jpg?_wi=3", imageAlt: "Black oxide fasteners"}, { imageSrc: - "http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750011.jpg", imageAlt: "Black oxide process"}, + "http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750011.jpg?_wi=2", imageAlt: "Black oxide process"}, ], }, ]} @@ -117,7 +117,7 @@ export default function ServicesPage() {