Update src/app/shop/page.tsx

This commit is contained in:
2026-04-07 06:51:56 +00:00
parent 4497fdd791
commit 89389635f5

View File

@@ -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",
},
]}
/>