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", }, ]} />