From 0419ae3920473d76cfcb4e2e79e429af9ea15583 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:29:53 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, ]);