diff --git a/src/app/page.tsx b/src/app/page.tsx index 08d8910..c5710d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -98,49 +69,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sapphire Crystal", - description: "Scratch-resistant clarity designed for lifelong durability.", - icon: Shield, + title: "Sapphire Crystal", description: "Scratch-resistant clarity designed for lifelong durability.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/small-clock-shiny-table_23-2147992858.jpg?_wi=2", - imageAlt: "luxury watch sapphire glass", + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg" }, + ] }, { - title: "Mechanical Core", - description: "Calibrated automatic movement with 72-hour power reserve.", - icon: Zap, + title: "Mechanical Core", description: "Calibrated automatic movement with 72-hour power reserve.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-fluid-phenomenon-with-blue-coloured-shades_23-2148253648.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/work-metallic-factory-business-precision_1112-1058.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/diligent-barista-is-prepairing-fresh-latte-customers-coffee-break-caffeteria_613910-17350.jpg", - imageAlt: "luxury watch sapphire glass", + { imageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-fluid-phenomenon-with-blue-coloured-shades_23-2148253648.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/work-metallic-factory-business-precision_1112-1058.jpg" }, + ] }, { - title: "Artisan Straps", - description: "Hand-stitched Italian leather providing ultimate comfort.", - icon: Award, + title: "Artisan Straps", description: "Hand-stitched Italian leather providing ultimate comfort.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/leather-texture-background_1385-1141.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-outdoors_1153-7896.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241144.jpg?_wi=1", - imageAlt: "luxury watch sapphire glass", + { imageSrc: "http://img.b2bpic.net/free-photo/leather-texture-background_1385-1141.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-outdoors_1153-7896.jpg" }, + ] }, ]} title="Uncompromised Quality" @@ -152,62 +99,15 @@ export default function LandingPage() { @@ -366,45 +185,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/brushed-golden-metallic-texture_84443-73687.jpg" logoText="COLONO" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Heritage", - href: "#features", - }, - ], - }, - { - title: "Collections", - items: [ - { - label: "Classic Series", - href: "#products", - }, - { - label: "Limited Edition", - href: "#products", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Warranty", - href: "#faq", - }, - { - label: "Service", - href: "#contact", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Heritage", href: "#features" }] }, + { title: "Collections", items: [{ label: "Classic Series", href: "#products" }, { label: "Limited Edition", href: "#products" }] }, + { title: "Support", items: [{ label: "Warranty", href: "#faq" }, { label: "Service", href: "#contact" }] }, ]} />