Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 08:49:35 +00:00
parent d2dbd6d07a
commit b314dd48f9

View File

@@ -28,21 +28,21 @@ export default function ProductsPage() {
id: "1",
name: "Premium Cutlery",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=2",
imageAlt: "Premium cutlery collection",
},
{
id: "2",
name: "Industrial Footwear",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=3",
imageAlt: "Industrial footwear range",
},
{
id: "3",
name: "Specialty Salt & Crafts",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=3",
imageAlt: "Specialty salt products",
},
];