From 96bff63066f74f36e33ad5561604f8a1752834be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:29:31 +0000 Subject: [PATCH 1/2] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 22d4ff5..198fadb 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -18,7 +18,7 @@ export default function CartPage() { const [cartItems, setCartItems] = useState([ { id: "1", name: "Classic Rainbow Lollipops", price: "$12.99", quantity: 2, - imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-postcard-with-red-lollipops-white-background_1268-31406.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-postcard-with-red-lollipops-white-background_1268-31406.jpg?_wi=2"}, ]); const handleQuantityChange = (id: string, newQuantity: number) => { From 1fb7758e17516fade699c474fedf05010cf5e6b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:29:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1829cfd..4b57b9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Rainbow Lollipops", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-postcard-with-red-lollipops-white-background_1268-31406.jpg", imageAlt: "Classic rainbow lollipop", initialQuantity: 1, + id: "1", name: "Classic Rainbow Lollipops", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-postcard-with-red-lollipops-white-background_1268-31406.jpg?_wi=1", imageAlt: "Classic rainbow lollipop", initialQuantity: 1, onProductClick: () => window.location.href = "/cart"}, { id: "2", name: "Tropical Popsicles Mix", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-vector/realistic-summer-background_23-2148965901.jpg", imageAlt: "Tropical popsicle collection", initialQuantity: 1,