From 51b1cc36a6e1631d716fb4dbada2dc02cf2222ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:35:24 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b2e728b..82002b1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -50,28 +50,28 @@ export default function ProductsPage() { id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=3", imageAlt: "Semiconductor components", }, { id: "2", name: "Display Technologies", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=3", imageAlt: "Display screens and monitors", }, { id: "3", name: "Power & Connectivity", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=3", imageAlt: "Power supplies and connectivity solutions", }, { id: "4", name: "Audio & Acoustic Systems", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=4", imageAlt: "Audio components and speakers", }, ]}