From 77ad3a44e5a2b4e5e6ea8b597a3c0fcf9872f970 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:41:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 936a7c2..ec22fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Swiss Movement Engineering", description: "Each watch houses an automatic Swiss movement with precision timing. Our craftsmen spend hours perfecting every mechanism for flawless performance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46" }, + id: "1", title: "Swiss Movement Engineering", description: "Each watch houses an automatic Swiss movement with precision timing. Our craftsmen spend hours perfecting every mechanism for flawless performance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46&_wi=1" }, items: [ { icon: Zap, text: "Automatic calibration" }, { icon: Shield, text: "Water resistant to 300m" }, @@ -99,7 +99,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Premium Materials Selection", description: "We source only the finest materials—surgical steel, sapphire crystal, and genuine leather. Each element is chosen for durability and elegance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46" }, + id: "2", title: "Premium Materials Selection", description: "We source only the finest materials—surgical steel, sapphire crystal, and genuine leather. Each element is chosen for durability and elegance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46&_wi=2" }, items: [ { icon: Sparkles, text: "Sapphire crystal glass" }, { icon: CheckCircle, text: "Surgical steel case" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Hand Assembly & Testing", description: "Every watch is individually assembled by master craftsmen. Rigorous testing ensures each timepiece meets our exacting standards before delivery.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46" }, + id: "3", title: "Hand Assembly & Testing", description: "Every watch is individually assembled by master craftsmen. Rigorous testing ensures each timepiece meets our exacting standards before delivery.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nj4n46&_wi=3" }, items: [ { icon: Wrench, text: "Hand assembly by masters" }, { icon: Eye, text: "Quality inspection" }, -- 2.49.1