From a7d9de46fdebee638cfbbadf5ea432fd40382c6b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:28:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf4e6df..51c745f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { id: "p1", name: "Chronos Watch", price: "$4,500", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg?_wi=1", }, { id: "p2", @@ -81,19 +81,19 @@ export default function LandingPage() { id: "p3", name: "Aurelia Ring", price: "$1,850", - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635262.jpg?_wi=1", }, { id: "p4", name: "Elysian Scarf", price: "$650", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg?_wi=2", }, { id: "p5", name: "Midnight Cufflinks", price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635262.jpg?_wi=2", }, ]} title="Curated Essentials" @@ -127,7 +127,7 @@ export default function LandingPage() { role: "Collector", company: "Global Arts", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg?_wi=1", }, { id: "t2", @@ -159,7 +159,7 @@ export default function LandingPage() { role: "Curator", company: "Modern Muse", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-sexy-brunette-woman-casual-black-dress-with-red-lips-white-background_158538-9189.jpg?_wi=2", }, ]} title="Voices of Distinction" -- 2.49.1