From c3fa22279df008fa0472d209caff059f5e4e1a42 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:06:57 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index bc47758..70934e4 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -29,7 +29,7 @@ export default function CartPage() { author: "Independent Press", price: 14.99, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-vector/colorful-technology-cover-collection_52683-6996.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/colorful-technology-cover-collection_52683-6996.jpg?_wi=3", }, { id: "book-2", @@ -37,7 +37,7 @@ export default function CartPage() { author: "Global Publishers", price: 16.99, quantity: 2, - imageSrc: "http://img.b2bpic.net/free-vector/luxury-wedding-invitation-template_23-2148463891.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-wedding-invitation-template_23-2148463891.jpg?_wi=4", }, { id: "book-3", @@ -45,7 +45,7 @@ export default function CartPage() { author: "Artisan Books", price: 13.99, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-psd/autumn-festivity-a4-poster-template_23-2149053379.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/autumn-festivity-a4-poster-template_23-2149053379.jpg?_wi=4", }, ];