From 437d8ce890cc361bbd3c805aff7c4a36df91bf4d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:00:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++-------------------------------------- 1 file changed, 27 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5df6d5..05d41fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,9 @@ export default function LandingPage() { @@ -44,41 +40,22 @@ export default function LandingPage() {
@@ -88,7 +65,6 @@ export default function LandingPage() { useInvertedBackground={false} tag="MANIFESTO" title="THE VISION OF THE GRISHA" - description="In an era of mass production, we return to the root. ESTATE operates as a closed circuit for the few, distilling the essence of European underground culture into tactile, architectural garments. We do not design for the season; we design for the archive." /> @@ -96,38 +72,15 @@ export default function LandingPage() { @@ -179,23 +117,9 @@ export default function LandingPage() { title="TERMS OF EXCLUSIVITY" sections={[ { - heading: "Privacy Policy", - content: { - type: "paragraph", - text: "Your data is handled with the same reverence as our craft.", - }, - }, + heading: "Privacy Policy", content: "Your data is handled with the same reverence as our craft."}, { - heading: "Membership Terms", - content: { - type: "list", - items: [ - "No sharing of credentials.", - "Strict adherence to the Grisha conduct.", - "Final sale on all archive pieces.", - ], - }, - }, + heading: "Membership Terms", content: "No sharing of credentials; strict adherence to the Grisha conduct."}, ]} /> @@ -205,29 +129,19 @@ export default function LandingPage() { logoText="ESTATE" columns={[ { - title: "ARCHIVE", - items: [ + title: "ARCHIVE", items: [ { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "Vimeo", - href: "#", - }, + label: "Vimeo", href: "#"}, ], }, { - title: "IDENTITY", - items: [ + title: "IDENTITY", items: [ { - label: "Founded by THE GRISHA", - href: "#", - }, + label: "Founded by THE GRISHA", href: "#"}, { - label: "Philosophy", - href: "#", - }, + label: "Philosophy", href: "#"}, ], }, ]}