diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 2a4d4ef..2c93fa0 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -20,7 +20,7 @@ export default function CartPage() { id: "1", name: "Premium Cotton T-Shirt", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=4", imageAlt: "Premium Cotton T-Shirt", initialQuantity: 1, }, @@ -28,7 +28,7 @@ export default function CartPage() { id: "2", name: "Elegant Silk Blouse", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=4", imageAlt: "Elegant Silk Blouse", initialQuantity: 1, }, @@ -36,7 +36,7 @@ export default function CartPage() { id: "3", name: "Designer Denim Jeans", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=4", imageAlt: "Designer Denim Jeans", initialQuantity: 1, },