diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 2b997b2..be80adb 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -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", }, ]);