From 316bf5f5dba8cdd883b4537dc35a83642931166c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:57:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9ff8e1..4d46e4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { id: "3", name: "Crystal Ring Set", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-wedding-ring-scarf_23-2148031686.jpg", imageAlt: "Crystal Ring Set" }, { - id: "4", name: "Delicate Gold Necklace", price: "$55.75", imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", imageAlt: "Delicate Gold Necklace" + id: "4", name: "Delicate Gold Necklace", price: "$55.75", imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=1", imageAlt: "Delicate Gold Necklace" } ]} /> @@ -142,7 +142,7 @@ export default function LandingPage() { }, { id: "4", title: "Necklaces & Pendants", tags: ["Necklaces", "Luxury"], - imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", imageAlt: "Necklaces & Pendants" + imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=2", imageAlt: "Necklaces & Pendants" } ]} /> -- 2.49.1