From 9389227b35f94949dab2a5bf0e7e1f9fb5b0827d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:35:15 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 142e94d..d4c38b6 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -70,13 +70,13 @@ export default function LandingPage() { id: "pc1", name: "Solid Copper Earth Rod", price: "High Conductivity", - imageSrc: "http://img.b2bpic.net/free-photo/composition-non-eco-friendly-plastic-objects_23-2149035060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-non-eco-friendly-plastic-objects_23-2149035060.jpg?_wi=4", }, { id: "pc2", name: "Maintenance Free Electrode", price: "Long Life", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-greyscale-shot-powerlines-connections-transformer_181624-22485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-greyscale-shot-powerlines-connections-transformer_181624-22485.jpg?_wi=4", }, ]} />