From 36291cab9563a744e87682a805804856a67c2f01 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:06:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5579556..8b5c04b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,35 +49,22 @@ export default function LandingPage() {
@@ -100,32 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Sapphire Crystal", - tags: [ - "Durability", - "Clarity", - ], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-crystal-diamond-blue-background_23-2147948677.jpg", - }, + id: "f1", title: "Sapphire Crystal", tags: [ + "Durability", "Clarity"], + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-crystal-diamond-blue-background_23-2147948677.jpg"}, { - id: "f2", - title: "Artisan Leather", - tags: [ - "Comfort", - "Luxury", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg", - }, + id: "f2", title: "Artisan Leather", tags: [ + "Comfort", "Luxury"], + imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg"}, { - id: "f3", - title: "Precision Depth", - tags: [ - "100m Water-Resistant", - "Robust", - ], - imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1718.jpg", - }, + id: "f3", title: "Precision Depth", tags: [ + "100m Water-Resistant", "Robust"], + imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1718.jpg"}, ]} title="Unrivaled Craftsmanship" description="Discover the engineering and artistic excellence behind every Chronos timepiece, crafted from the finest materials in the world." @@ -135,52 +97,27 @@ export default function LandingPage() {
@@ -205,23 +140,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Award, - title: "Years of Excellence", - value: "25+", - }, + id: "m1", icon: Award, + title: "Years of Excellence", value: "25+"}, { - id: "m2", - icon: Shield, - title: "Warranty Guarantee", - value: "5 Years", - }, + id: "m2", icon: Shield, + title: "Warranty Guarantee", value: "5 Years"}, { - id: "m3", - icon: Star, - title: "Happy Collectors", - value: "10k+", - }, + id: "m3", icon: Star, + title: "Happy Collectors", value: "10k+"}, ]} title="Our Commitment" description="A legacy built on excellence." @@ -235,40 +161,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Collector", - testimonial: "The build quality is simply outstanding. Truly a statement piece.", - imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", - }, + id: "t1", name: "Sarah Miller", role: "Collector", testimonial: "The build quality is simply outstanding. Truly a statement piece.", imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg"}, { - id: "t2", - name: "James Henderson", - role: "Horologist", - testimonial: "I have spent years studying movements, and the precision here is top-tier.", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-talking-phone-sitting-outside-cafe_1303-19474.jpg", - }, + id: "t2", name: "James Henderson", role: "Horologist", testimonial: "I have spent years studying movements, and the precision here is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-talking-phone-sitting-outside-cafe_1303-19474.jpg"}, { - id: "t3", - name: "Elena Rodriguez", - role: "Fashion Editor", - testimonial: "Perfectly balanced between traditional design and contemporary style.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg", - }, + id: "t3", name: "Elena Rodriguez", role: "Fashion Editor", testimonial: "Perfectly balanced between traditional design and contemporary style.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-reading-magazine_23-2147793091.jpg"}, { - id: "t4", - name: "Mark Stevens", - role: "CEO", - testimonial: "Every time I wear this watch, I get compliments. A fantastic purchase.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-watch-his-hand_8353-10510.jpg", - }, + id: "t4", name: "Mark Stevens", role: "CEO", testimonial: "Every time I wear this watch, I get compliments. A fantastic purchase.", imageSrc: "http://img.b2bpic.net/free-photo/man-looks-watch-his-hand_8353-10510.jpg"}, { - id: "t5", - name: "David Wu", - role: "Investor", - testimonial: "It's not just a tool for telling time; it's a piece of art on my wrist.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg", - }, + id: "t5", name: "David Wu", role: "Investor", testimonial: "It's not just a tool for telling time; it's a piece of art on my wrist.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg"}, ]} title="Collectors' Perspectives" description="See why enthusiasts choose Chronos for their collection." @@ -282,16 +183,10 @@ export default function LandingPage() { description="Have questions about our collections or need support? Our watchmakers are ready to assist." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241149.jpg" @@ -303,54 +198,33 @@ export default function LandingPage() { logoText="Chronos" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "#", - }, + label: "New Arrivals", href: "#"}, { - label: "Best Sellers", - href: "#", - }, + label: "Best Sellers", href: "#"}, { - label: "Collections", - href: "#products", - }, + label: "Collections", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Repair Services", - href: "#", - }, + label: "Repair Services", href: "#"}, { - label: "Warranty", - href: "#", - }, + label: "Warranty", href: "#"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Chronos", - items: [ + title: "Chronos", items: [ { - label: "About Atelier", - href: "#about", - }, + label: "About Atelier", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1