From a681faf53f91c956b4fc0d6fac5bc8604868b053 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:10:58 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 02c5042..a792ea7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -75,7 +75,7 @@ export default function ShopPage() { { text: "New Arrivals", href: "#products" }, ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=2" imageAlt="Shop luxury jewelry and fragrances" frameStyle="card" mediaAnimation="slide-up" @@ -97,28 +97,28 @@ export default function ShopPage() { id: "1", name: "Aurora Diamond Ring", price: "$4,850", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg?_wi=3", imageAlt: "Aurora Diamond Ring", }, { id: "2", name: "Ocean Breeze Fragrance", price: "$185", - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg?_wi=3", imageAlt: "Ocean Breeze Fragrance", }, { id: "3", name: "Pearl Elegance Necklace", price: "$2,290", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg?_wi=3", imageAlt: "Pearl Elegance Necklace", }, { id: "4", name: "Sunset Gold Bracelet", price: "$3,195", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2", imageAlt: "Sunset Gold Bracelet", }, ]}