Update src/app/page.tsx
This commit is contained in:
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
id: "prod-1",
|
||||
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=1",
|
||||
imageAlt: "premium wireless headphones black design",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
id: "prod-2",
|
||||
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=1",
|
||||
imageAlt: "elegant smartwatch wearable technology device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
id: "prod-3",
|
||||
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=1",
|
||||
imageAlt: "professional digital camera photography equipment",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
id: "prod-4",
|
||||
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=1",
|
||||
imageAlt: "portable bluetooth speaker wireless audio",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user