Update src/app/products/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user