Update src/app/checkout/page.tsx

This commit is contained in:
2026-03-07 06:46:39 +00:00
parent d6a4607f8b
commit b4fb0fc9d2

View File

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