From 21bef82d77153a162ebcbaf67a3317ea23407dd3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:35:59 +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 bb99f56..4189e7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { name: "Sarah J.", handle: "@patersonclient", testimonial: "The gold quality is simply unmatched. My pieces look brand new after years.", rating: 5 }, { name: "Ahmad M.", handle: "@loyalpatron", testimonial: "Truly trusted jeweler for our family's most important milestones.", rating: 5 } ]} - imageSrc="http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg" + imageSrc="http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1" /> @@ -90,7 +90,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Signature Bangle", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg" }, { id: "2", name: "Diamond Necklace", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-arrangement_23-2149836419.jpg" }, - { id: "3", name: "Bridal Ring Set", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg" } + { id: "3", name: "Bridal Ring Set", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=2" } ]} useInvertedBackground={false} />