From 89389635f52ece5cc6973f0040e57c63f5353a63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:51:56 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, ]} />