diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 6245563..81e0c49 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { price: "$4.00", rating: 5, reviewCount: "100", - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=3", }, { id: "2", @@ -75,7 +75,7 @@ export default function LandingPage() { price: "$4.25", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=3", }, ]} />