From 09eeef7eb6b83dfe6b0856ae13aed0e0fe68f784 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:31 +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 0eae608..260bce8 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -23,7 +23,7 @@ const CartPage = () => { name: "Italian Leather Tote", price: 285, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=8", imageAlt: "Italian leather tote bag", }, { @@ -31,7 +31,7 @@ const CartPage = () => { name: "Silk-Lined Crossbody", price: 195, quantity: 2, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=7", imageAlt: "Elegant crossbody bag", }, ]);