Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 10:54:32 +00:00

View File

@@ -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}