|
|
|
|
@@ -15,87 +15,96 @@ export default function LandingPage() {
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="largeSmallSizeMediumTitles"
|
|
|
|
|
background="none"
|
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
|
cardStyle="outline"
|
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<div id="nav" data-section="nav" className="py-10">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "The Evidence", id: "archive" },
|
|
|
|
|
{ name: "The Manifesto", id: "manifesto" },
|
|
|
|
|
{ name: "VERSION 1.0", id: "hero" },
|
|
|
|
|
{ name: "THE SHELL", id: "archive" },
|
|
|
|
|
{ name: "SYSTEM STATUS: ACTIVE", id: "faq" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="ESTATE"
|
|
|
|
|
className="tracking-[0.05em] uppercase font-montserrat"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<div id="hero" data-section="hero" className="py-10">
|
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
title="THE WINDOW TO EUROPE"
|
|
|
|
|
description="Access granted to the authorized selection. ESTATE is the preservation of rock and couture."
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
title="YOUR OLD LIFE IS DEAD."
|
|
|
|
|
description="We don't sell clothing. We sell The Shell of Godhood. Your first step into authorized existence."
|
|
|
|
|
buttons={[{ text: "BECOME. (ENTER VAULT)", href: "#" }]}
|
|
|
|
|
carouselItems={[
|
|
|
|
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg", imageAlt: "Architectural detail" },
|
|
|
|
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1", imageAlt: "Grainy Grisha" },
|
|
|
|
|
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg", imageAlt: "Sepia archive" },
|
|
|
|
|
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg", imageAlt: "Architectural detail" },
|
|
|
|
|
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg", imageAlt: "Grainy Grisha" },
|
|
|
|
|
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg", imageAlt: "Sepia architectural" },
|
|
|
|
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?_wi=1", imageAlt: "Brutalist concrete" },
|
|
|
|
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?_wi=1", imageAlt: "Dark silhouette" },
|
|
|
|
|
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1", imageAlt: "Motion portrait" },
|
|
|
|
|
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?_wi=2", imageAlt: "Brutalist concrete" },
|
|
|
|
|
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?_wi=2", imageAlt: "Dark silhouette" },
|
|
|
|
|
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=2", imageAlt: "Motion portrait" },
|
|
|
|
|
]}
|
|
|
|
|
titleClassName="tracking-[-0.04em] font-black uppercase text-[clamp(4rem,10vw,12rem)] leading-[0.9]"
|
|
|
|
|
carouselClassName="grayscale contrast-[2] brightness-50"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="manifesto" data-section="manifesto">
|
|
|
|
|
<div id="manifesto" data-section="manifesto" className="py-20">
|
|
|
|
|
<TextAbout
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="MANIFESTO"
|
|
|
|
|
title="THE VISION OF THE GRISHA"
|
|
|
|
|
title="ROCK VISION & ARCHITECTURE"
|
|
|
|
|
titleClassName="tracking-[0.05em] font-montserrat"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="archive" data-section="archive">
|
|
|
|
|
<div id="archive" data-section="archive" className="py-20">
|
|
|
|
|
<ProductCardOne
|
|
|
|
|
textboxLayout="split-description"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
gridVariant="asymmetric-60-wide-40-narrow"
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
cardClassName="overflow-hidden"
|
|
|
|
|
imageClassName="filter grayscale contrast-125 brightness-75"
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "001", name: "ITEM #001", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg" },
|
|
|
|
|
{ id: "002", name: "ITEM #002", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg" },
|
|
|
|
|
{ id: "003", name: "ITEM #003", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg" },
|
|
|
|
|
{ id: "001", name: "ITEM #001", price: "AUTHORIZED ARCHIVES", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg" },
|
|
|
|
|
{ id: "002", name: "ITEM #002", price: "AUTHORIZED ARCHIVES", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg" },
|
|
|
|
|
{ id: "003", name: "ITEM #003", price: "AUTHORIZED ARCHIVES", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
title="THE EVIDENCE"
|
|
|
|
|
title="AUTHORIZED ARCHIVES"
|
|
|
|
|
description="Pieces from the private archive."
|
|
|
|
|
textBoxTitleClassName="tracking-[0.05em] font-montserrat"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<div id="faq" data-section="faq" className="py-20">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
textboxLayout="split-actions"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="INQUIRIES"
|
|
|
|
|
title="SYSTEM STATUS: ACTIVE"
|
|
|
|
|
description="Standard protocol for new members."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=2"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=2&blur=10&filter=sepia"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
faqsAnimation="blur-reveal"
|
|
|
|
|
buttons={[{ text: "Apply for Access", href: "/apply" }]}
|
|
|
|
|
buttons={[{ text: "Request Access", href: "/apply" }]}
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "q1", title: "How do I access the vault?", content: "Access is currently restricted to invite-only members." },
|
|
|
|
|
{ id: "q2", title: "Is the leather ethically sourced?", content: "Every hide is vetted for quality and environmental standards." },
|
|
|
|
|
{ id: "q3", title: "Do you ship internationally?", content: "Shipping is available only to select European hubs." },
|
|
|
|
|
{ id: "q4", title: "Are these pieces limited?", content: "Yes, every item in our archive is produced in strictly limited runs." },
|
|
|
|
|
{ id: "q5", title: "Can I visit the boutique?", content: "Boutique appointments are handled via private request." },
|
|
|
|
|
]}
|
|
|
|
|
textBoxTitleClassName="tracking-[0.05em] font-montserrat"
|
|
|
|
|
mediaClassName="grayscale contrast-125"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="legal" data-section="legal">
|
|
|
|
|
<div id="legal" data-section="legal" className="py-20" style={{ backgroundColor: '#1A1412', color: '#EAE7E1' }}>
|
|
|
|
|
<LegalSection
|
|
|
|
|
layout="section"
|
|
|
|
|
title="TERMS OF EXCLUSIVITY"
|
|
|
|
|
@@ -103,26 +112,20 @@ export default function LandingPage() {
|
|
|
|
|
{ heading: "Privacy Policy", content: [{ type: "paragraph", text: "Your data is handled with the same reverence as our craft." }] },
|
|
|
|
|
{ heading: "Membership Terms", content: [{ type: "paragraph", text: "No sharing of credentials; strict adherence to the Grisha conduct." }] },
|
|
|
|
|
]}
|
|
|
|
|
titleClassName="tracking-[0.05em] font-montserrat"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<div id="footer" data-section="footer" className="py-20" style={{ backgroundColor: '#1A1412', color: '#EAE7E1' }}>
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="ESTATE"
|
|
|
|
|
copyrightText="© 2025 ESTATE. All rights reserved."
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "ARCHIVE", items: [
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
|
{ label: "Vimeo", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "IDENTITY", items: [
|
|
|
|
|
{ label: "Founded by THE GRISHA", href: "#" },
|
|
|
|
|
{ label: "Philosophy", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{ title: "AUTHORIZED ARCHIVES", items: [{ label: "ARCHIVE I", href: "#" }, { label: "ARCHIVE II", href: "#" }] },
|
|
|
|
|
{ title: "ROCK VISION & ARCHITECTURE", items: [{ label: "GRISHA", href: "#" }, { label: "PHILOSOPHY", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
columnTitleClassName="tracking-[0.05em] uppercase opacity-70 font-montserrat"
|
|
|
|
|
columnItemClassName="tracking-[0.05em] uppercase font-montserrat"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|