From d96e9137782719d476f07ad71a28411e1aafbc29 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:54:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9f9474..afd84b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { tag="Featured" products={[ { - id: "1", name: "Eclipse Motion Pro", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mockup-smartwatch-isolated-whtie-background_53876-42330.jpg", imageAlt: "Eclipse Motion Pro luxury sports watch"}, + id: "1", name: "Eclipse Motion Pro", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mockup-smartwatch-isolated-whtie-background_53876-42330.jpg?_wi=1", imageAlt: "Eclipse Motion Pro luxury sports watch"}, { - id: "2", name: "Elegance Classic", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg", imageAlt: "Elegance Classic formal dress watch"}, + id: "2", name: "Elegance Classic", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg?_wi=1", imageAlt: "Elegance Classic formal dress watch"}, { - id: "3", name: "Dive Master X", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-clock_23-2148662074.jpg", imageAlt: "Dive Master X professional diving watch"}, + id: "3", name: "Dive Master X", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-clock_23-2148662074.jpg?_wi=1", imageAlt: "Dive Master X professional diving watch"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -98,13 +98,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Swiss Movement", description: "Precision-engineered mechanical movements with accuracy to within seconds per year. Every component meticulously tested for reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-mockup-smartwatch-isolated-whtie-background_53876-42330.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg" }, + title: "Swiss Movement", description: "Precision-engineered mechanical movements with accuracy to within seconds per year. Every component meticulously tested for reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-mockup-smartwatch-isolated-whtie-background_53876-42330.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg?_wi=2" }, }, { id: 2, - title: "Sapphire Crystal", description: "Scratch-resistant sapphire crystal with anti-reflective coating for crystal-clear viewing of your timepiece at any angle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-clock_23-2148662074.jpg" }, + title: "Sapphire Crystal", description: "Scratch-resistant sapphire crystal with anti-reflective coating for crystal-clear viewing of your timepiece at any angle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-posing-white-shirt-hat_23-2149487992.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-clock_23-2148662074.jpg?_wi=2" }, }, ]} showStepNumbers={true} -- 2.49.1