diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 0925429..4c85aff 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -22,7 +22,7 @@ export default function CheckoutPage() { price: 89.99, quantity: 1, variant: "Black Oud • 50ml", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=3" }, { id: "2", @@ -30,7 +30,7 @@ export default function CheckoutPage() { price: 79.99, quantity: 2, variant: "Floral Rose • 50ml", - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=3" } ]);