Update src/app/products/page.tsx

This commit is contained in:
2026-04-06 09:35:15 +00:00
parent 70c8a2540c
commit 9389227b35

View File

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