Update src/app/cart/page.tsx

This commit is contained in:
2026-03-12 10:29:53 +00:00
parent 5d43a9085f
commit 0419ae3920

View File

@@ -24,7 +24,7 @@ export default function CartPage() {
quantity: 1,
color: "Navy Blue",
size: "L",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=4",
},
{
id: "3",
@@ -33,7 +33,7 @@ export default function CartPage() {
quantity: 1,
color: "Black",
size: "M",
imageSrc: "http://img.b2bpic.net/free-vector/mexican-floral-embroidery-background_23-2148170643.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mexican-floral-embroidery-background_23-2148170643.jpg?_wi=4",
},
]);