From f80dc27226faff6247a93df286609dc64b4ff81e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:06:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b7fc1..c40fa85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "CONFIGURE BUILD", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/butterfly-with-beautiful-wings_23-2150981570.jpg" + imageSrc="http://img.b2bpic.net/free-photo/butterfly-with-beautiful-wings_23-2150981570.jpg?_wi=1" imageAlt="TimeVoid watch movement" /> @@ -73,17 +73,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "t1", name: "UNIT T-01: THE STEALTH", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg"}, + id: "t1", name: "UNIT T-01: THE STEALTH", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg?_wi=1"}, { - id: "t2", name: "UNIT T-02: THE VINTAGE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg"}, + id: "t2", name: "UNIT T-02: THE VINTAGE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg?_wi=1"}, { - id: "t3", name: "UNIT T-03: THE GMT-VOID", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg"}, + id: "t3", name: "UNIT T-03: THE GMT-VOID", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg?_wi=1"}, { - id: "t4", name: "UNIT T-04: THE ARCHIVE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg"}, + id: "t4", name: "UNIT T-04: THE ARCHIVE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg?_wi=2"}, { - id: "t5", name: "UNIT T-05: THE CORE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg"}, + id: "t5", name: "UNIT T-05: THE CORE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg?_wi=2"}, { - id: "t6", name: "UNIT T-06: THE HORIZON", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg"}, + id: "t6", name: "UNIT T-06: THE HORIZON", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg?_wi=2"}, ]} title="The Series" description="Precision-engineered units." @@ -140,7 +140,7 @@ export default function LandingPage() {