Update src/app/jewelry/page.tsx

This commit is contained in:
2026-03-17 02:25:33 +00:00
parent 0686886d8c
commit c4bcc3824e

View File

@@ -95,21 +95,21 @@ const JewelryPage = () => {
id: "jewelry-1",
name: "Gold Elegance Bracelet",
price: "$599.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg?_wi=2",
imageAlt: "Gold Elegance bracelet",
},
{
id: "jewelry-2",
name: "Diamond Luxury Necklace",
price: "$1,299.00",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg?_wi=2",
imageAlt: "Diamond Luxury necklace",
},
{
id: "jewelry-3",
name: "Elegant Precious Ring",
price: "$799.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg?_wi=2",
imageAlt: "Elegant Precious ring",
},
]}