diff --git a/src/app/page.tsx b/src/app/page.tsx index fcbc33a..6f70f29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,51 +46,28 @@ export default function LandingPage() {
@@ -108,14 +77,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} names={[ - "GQ", - "Robb Report", - "Hodinkee", - "Forbes", - "Financial Times", - "Monocle", - "Revolution", - ]} + "GQ", "Robb Report", "Hodinkee", "Forbes", "Financial Times", "Monocle", "Revolution"]} title="Featured in" description="The world's leading authorities on luxury horology recognize the Reich standard." /> @@ -129,47 +91,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "SOVEREIGN", - price: "$12,500", - variant: "Limited Edition", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=56aqpz", - }, + id: "p1", name: "SOVEREIGN", price: "$12,500", variant: "Limited Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=56aqpz"}, { - id: "p2", - name: "HERITAGE", - price: "$8,900", - variant: "Signature", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqgkf1", - }, + id: "p2", name: "HERITAGE", price: "$8,900", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqgkf1"}, { - id: "p3", - name: "MERIDIAN", - price: "$15,750", - variant: "Grand Complication", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xh80v", - }, + id: "p3", name: "MERIDIAN", price: "$15,750", variant: "Grand Complication", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xh80v"}, { - id: "p4", - name: "MONARCH", - price: "$19,500", - variant: "Bespoke", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25wl1p", - }, + id: "p4", name: "MONARCH", price: "$19,500", variant: "Bespoke", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25wl1p"}, { - id: "p5", - name: "ECLIPSE", - price: "$9,200", - variant: "Modern", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qc06yk", - }, + id: "p5", name: "ECLIPSE", price: "$9,200", variant: "Modern", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qc06yk"}, { - id: "p6", - name: "VALIANT", - price: "$11,300", - variant: "Classic", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dew0az", - }, + id: "p6", name: "VALIANT", price: "$11,300", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dew0az"}, ]} title="THE COLLECTION" description="Exquisite timepieces, limited by production, defined by excellence." @@ -181,41 +113,28 @@ export default function LandingPage() { useInvertedBackground={true} title="THE ART OF PRECISION" description={[ - "Every Reich timepiece contains over 200 hand-finished components, assembled by master horologists with a combined 127 years of experience.", - "We create heirlooms, not just tools for tracking time. Our focus remains on the microscopic details that define a legacy.", - ]} + "Every Reich timepiece contains over 200 hand-finished components, assembled by master horologists with a combined 127 years of experience.", "We create heirlooms, not just tools for tracking time. Our focus remains on the microscopic details that define a legacy."]} />
); -} +} \ No newline at end of file