diff --git a/src/app/page.tsx b/src/app/page.tsx index eaf140e..b3b7fc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,23 +30,16 @@ export default function LandingPage() { @@ -56,11 +49,9 @@ export default function LandingPage() { description="Bespoke horology. Engineered in Tbilisi. Defined by the NH35 movement." buttons={[ { - text: "CONFIGURE BUILD", - href: "#", - }, + text: "CONFIGURE BUILD", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/butterfly-with-beautiful-wings_23-2150981570.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/butterfly-with-beautiful-wings_23-2150981570.jpg" imageAlt="TimeVoid watch movement" /> @@ -82,41 +73,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "t1", - name: "UNIT T-01: THE STEALTH", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg?_wi=1", - }, + id: "t1", name: "UNIT T-01: THE STEALTH", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg"}, { - id: "t2", - name: "UNIT T-02: THE VINTAGE", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg?_wi=1", - }, + id: "t2", name: "UNIT T-02: THE VINTAGE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg"}, { - id: "t3", - name: "UNIT T-03: THE GMT-VOID", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg?_wi=1", - }, + id: "t3", name: "UNIT T-03: THE GMT-VOID", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg"}, { - id: "t4", - name: "UNIT T-04: THE ARCHIVE", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg?_wi=2", - }, + id: "t4", name: "UNIT T-04: THE ARCHIVE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg"}, { - id: "t5", - name: "UNIT T-05: THE CORE", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg?_wi=2", - }, + id: "t5", name: "UNIT T-05: THE CORE", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241165.jpg"}, { - id: "t6", - name: "UNIT T-06: THE HORIZON", - price: "ENQUIRE", - imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg?_wi=2", - }, + id: "t6", name: "UNIT T-06: THE HORIZON", price: "ENQUIRE", imageSrc: "http://img.b2bpic.net/free-photo/old-white-clock-against-weathered-wall_23-2147943586.jpg"}, ]} title="The Series" description="Precision-engineered units." @@ -131,32 +98,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10ATM", - title: "WATER RESIST", - description: "Pressure tested.", - icon: Shield, + id: "m1", value: "10ATM", title: "WATER RESIST", description: "Pressure tested.", icon: Shield, }, { - id: "m2", - value: "NH35", - title: "CALIBER", - description: "Seiko movement.", - icon: Zap, + id: "m2", value: "NH35", title: "CALIBER", description: "Seiko movement.", icon: Zap, }, { - id: "m3", - value: "SAPPHIRE", - title: "GLASS", - description: "Crystal clarity.", - icon: Eye, + id: "m3", value: "SAPPHIRE", title: "GLASS", description: "Crystal clarity.", icon: Eye, }, { - id: "m4", - value: "C3", - title: "LUME", - description: "Superluminova.", - icon: Star, + id: "m4", value: "C3", title: "LUME", description: "Superluminova.", icon: Star, }, ]} title="Build Standards" @@ -173,22 +124,14 @@ export default function LandingPage() { imageAlt="Watch parts assembly" inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your preferences...", - rows: 4, + name: "message", placeholder: "Tell us about your preferences...", rows: 4, required: true, }} buttonText="SUBMIT INQUIRY" @@ -197,33 +140,23 @@ export default function LandingPage() {