Merge version_2 into main #2
@@ -69,6 +69,7 @@ export default function LandingPage() {
|
||||
title="The Chronos Standard"
|
||||
description="Unrivaled durability meets sophisticated engineering."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{ id: "f1", title: "Swiss Heart", subtitle: "Automatic movement", category: "Internal", value: "Precision" },
|
||||
{ id: "f2", title: "Sapphire Shield", subtitle: "Scratch resistant", category: "Protection", value: "Durable" },
|
||||
@@ -84,6 +85,7 @@ export default function LandingPage() {
|
||||
description="Discover your next signature piece."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "p1", brand: "Chronos", name: "Signature Silver", price: "$2,400", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/luxury-watch-white-dial_23-2149547191.jpg" },
|
||||
{ id: "p2", brand: "Chronos", name: "Midnight Gold", price: "$3,200", rating: 5, reviewCount: "96", imageSrc: "http://img.b2bpic.net/free-photo/luxury-watch-black-dial_23-2149547193.jpg" }
|
||||
@@ -95,8 +97,10 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Excellence Milestones"
|
||||
description="Key industry achievements"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Hand-Assembled", description: "Quality assurance", icon: Shield },
|
||||
{ id: "m2", value: "50+", title: "Countries", description: "Global presence", icon: Compass },
|
||||
@@ -127,6 +131,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Support Center"
|
||||
description="Frequently asked questions regarding our watches and services."
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="split"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user