diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3c5cc46..f490fdc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { id: "s1", name: "Rose Gold", price: "$220", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg?_wi=2", }, { id: "s2", name: "Silver Musk", price: "$280", - imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg?_wi=2", }, ]} />