Update src/app/cart/page.tsx

This commit is contained in:
2026-03-06 20:27:38 +00:00
parent 3f477d5fec
commit 705870df4d

View File

@@ -20,7 +20,7 @@ export default function CartPage() {
id: "1",
name: "Premium Cotton T-Shirt",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=4",
imageAlt: "Premium Cotton T-Shirt",
initialQuantity: 1,
},
@@ -28,7 +28,7 @@ export default function CartPage() {
id: "2",
name: "Elegant Silk Blouse",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=4",
imageAlt: "Elegant Silk Blouse",
initialQuantity: 1,
},
@@ -36,7 +36,7 @@ export default function CartPage() {
id: "3",
name: "Designer Denim Jeans",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=4",
imageAlt: "Designer Denim Jeans",
initialQuantity: 1,
},