Update src/app/cart/page.tsx

This commit is contained in:
2026-03-21 05:30:59 +00:00
parent 983bdfd31b
commit 4fca88273f

View File

@@ -73,7 +73,7 @@ export default function CartPage() {
id: "cart-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=3",
imageAlt: "Premium Wireless Headphones",
initialQuantity: 1,
},
@@ -81,7 +81,7 @@ export default function CartPage() {
id: "cart-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=3",
imageAlt: "Elegant Smartwatch",
initialQuantity: 1,
},
@@ -89,7 +89,7 @@ export default function CartPage() {
id: "cart-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=3",
imageAlt: "USB-C Hub",
initialQuantity: 2,
},
@@ -97,7 +97,7 @@ export default function CartPage() {
id: "cart-4",
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=3",
imageAlt: "Wireless Charger",
initialQuantity: 1,
},