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", }, ];