Update src/app/products/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ProductsPage() {
|
||||
id: "prod-6",
|
||||
name: "Mechanical Keyboard",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg?_wi=1",
|
||||
imageAlt: "mechanical keyboard gaming RGB lighting",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -87,7 +87,7 @@ export default function ProductsPage() {
|
||||
id: "prod-9",
|
||||
name: "USB-C Hub",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg?_wi=1",
|
||||
imageAlt: "USB-C hub multiport adapter connectivity",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -95,7 +95,7 @@ export default function ProductsPage() {
|
||||
id: "prod-10",
|
||||
name: "Wireless Charger",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg?_wi=1",
|
||||
imageAlt: "wireless charger phone charging device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user