From 5c88aa7008a96594c3c91cf56220be9aa8c050cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:29:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcbc33a..a240f25 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,9 +113,7 @@ 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."]} /> @@ -193,29 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Swiss Movement", - descriptions: [ - "In-house calibers designed for absolute accuracy with 72-hour power reserve.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jq172k", - }, + id: "f1", title: "Swiss Movement", descriptions: [ + "In-house calibers designed for absolute accuracy with 72-hour power reserve."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jq172k"}, { - id: "f2", - title: "Lifetime Warranty", - descriptions: [ - "We stand behind the engineering of every Reich timepiece for your lifetime.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ereyox", - }, + id: "f2", title: "Lifetime Warranty", descriptions: [ + "We stand behind the engineering of every Reich timepiece for your lifetime."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ereyox"}, { - id: "f3", - title: "White Glove Delivery", - descriptions: [ - "Insured, hand-delivered worldwide through our private concierge network.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xsgv6t", - }, + id: "f3", title: "White Glove Delivery", descriptions: [ + "Insured, hand-delivered worldwide through our private concierge network."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xsgv6t"}, ]} title="Why Reich" description="Uncompromising standards applied to every caliber and component." @@ -230,45 +148,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Michael S.", - role: "Collector", - company: "New York", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5puv0", - }, + id: "t1", name: "Michael S.", role: "Collector", company: "New York", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5puv0"}, { - id: "t2", - name: "Sarah J.", - role: "Investor", - company: "London", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ib3ziy", - }, + id: "t2", name: "Sarah J.", role: "Investor", company: "London", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ib3ziy"}, { - id: "t3", - name: "David K.", - role: "Architect", - company: "Tokyo", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=puyopw", - }, + id: "t3", name: "David K.", role: "Architect", company: "Tokyo", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=puyopw"}, { - id: "t4", - name: "Elena R.", - role: "Executive", - company: "Paris", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5gal69", - }, + id: "t4", name: "Elena R.", role: "Executive", company: "Paris", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5gal69"}, { - id: "t5", - name: "Marcus V.", - role: "Entreprenuer", - company: "Dubai", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v3mwa4", - }, + id: "t5", name: "Marcus V.", role: "Entreprenuer", company: "Dubai", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v3mwa4"}, ]} title="FROM OUR COLLECTORS" description="Join an inner circle of discerning individuals who value time as the ultimate luxury." @@ -279,8 +172,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 57f8b6b1b2a40ff08e3a716e9c14aaee81514fab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:31:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a240f25..6f70f29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,6 +119,7 @@ export default function LandingPage() {