Update src/app/checkout/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user