From b4fb0fc9d2d40ba2d414867272add9068fd2f96d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:46:39 +0000 Subject: [PATCH] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]);