Update src/app/product/[id]/page.tsx
This commit is contained in:
@@ -72,7 +72,7 @@ export default function ProductDetailsPage() {
|
||||
id: "featured-detail",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg?_wi=2",
|
||||
imageAlt: "Premium Wireless Headphones",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -80,7 +80,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-1",
|
||||
name: "Portable Speaker",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg?_wi=2",
|
||||
imageAlt: "Portable Speaker",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -88,7 +88,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-2",
|
||||
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=2",
|
||||
imageAlt: "Wireless Charger",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -96,7 +96,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-3",
|
||||
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=2",
|
||||
imageAlt: "USB-C Hub",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-1",
|
||||
name: "Elegant Smartwatch",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg?_wi=2",
|
||||
imageAlt: "Elegant Smartwatch",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -139,7 +139,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-2",
|
||||
name: "Professional Camera",
|
||||
price: "$599.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg?_wi=2",
|
||||
imageAlt: "Professional Camera",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -147,7 +147,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-3",
|
||||
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=2",
|
||||
imageAlt: "Mechanical Keyboard",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user