diff --git a/src/app/page.tsx b/src/app/page.tsx index e3c8282..1d8d162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,103 +46,58 @@ export default function LandingPage() {
@@ -162,19 +109,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Swiss Certified", - value: "100%", - }, + label: "Swiss Certified", value: "100%"}, { icon: Zap, - label: "Years Warranty", - value: "5", - }, + label: "Years Warranty", value: "5"}, { icon: Shield, - label: "Global Boutique", - value: "15", - }, + label: "Global Boutique", value: "15"}, ]} metricsAnimation="slide-up" /> @@ -188,23 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Aeterna Chronograph Silver", - price: "$4,200", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241141.jpg", - }, + id: "p1", name: "Aeterna Chronograph Silver", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241141.jpg"}, { - id: "p2", - name: "Aeterna Classic Gold", - price: "$6,500", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241146.jpg", - }, + id: "p2", name: "Aeterna Classic Gold", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241146.jpg"}, { - id: "p3", - name: "Titanium Tourbillon", - price: "$12,800", - imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-42037.jpg", - }, + id: "p3", name: "Titanium Tourbillon", price: "$12,800", imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-42037.jpg"}, ]} title="The Master Collection" description="Timeless pieces meticulously engineered for those who demand excellence." @@ -213,44 +142,20 @@ export default function LandingPage() {