Update src/app/shop/page.tsx

This commit is contained in:
2026-03-04 16:10:58 +00:00
parent 5f719154e2
commit a681faf53f

View File

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