Update src/app/page.tsx

This commit is contained in:
2026-06-02 18:18:36 +00:00
parent ea354d6f06
commit 775bb76085

View File

@@ -119,9 +119,9 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg", imageAlt: "Vintage gold ring with green gemstone"},
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg?_wi=1", imageAlt: "Vintage gold ring with green gemstone"},
{
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg", imageAlt: "Emerald gemstone pendant necklace"},
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg?_wi=1", imageAlt: "Emerald gemstone pendant necklace"},
{
id: "prod-3", name: "Artisan Cuff Bracelet", price: "$179", imageSrc: "http://img.b2bpic.net/free-vector/elegant-ornamental-frame-collection_1236-62.jpg", imageAlt: "Silver antique cuff bracelet"},
{