4 Commits

Author SHA1 Message Date
6eb559bb0f Update src/app/styles/variables.css 2026-04-05 05:36:38 +00:00
92fb2a8008 Update src/app/page.tsx 2026-04-05 05:36:37 +00:00
0b3bf8aa21 Merge version_8 into main
Merge version_8 into main
2026-04-05 05:27:01 +00:00
43abb8e791 Merge version_8 into main
Merge version_8 into main
2026-04-05 05:26:29 +00:00
2 changed files with 37 additions and 39 deletions

View File

@@ -28,11 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav" className="py-10"> <div id="nav" data-section="nav" className="py-10">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ name: "THE ESTATE", id: "archive" }, { name: "AUTHORIZED ARCHIVES", id: "archive" },
{ name: "THE MANIFESTO", id: "manifesto" }, { name: "ROCK VISION & ARCHITECTURE", id: "manifesto" },
]} ]}
brandName="ESTATE" brandName="ESTATE"
className="tracking-[0.05em] uppercase" className="tracking-[0.05em] uppercase font-montserrat"
/> />
</div> </div>
@@ -42,14 +42,14 @@ export default function LandingPage() {
title="THE WINDOW TO EUROPE" title="THE WINDOW TO EUROPE"
description="Request Access to the authorized selection. ESTATE is the preservation of rock and couture." description="Request Access to the authorized selection. ESTATE is the preservation of rock and couture."
carouselItems={[ carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Architectural detail" }, { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Gothic portrait of THE GRISHA" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1&q=80&w=800&blur=5&filter=grayscale", imageAlt: "Grainy Grisha" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg?_wi=1&q=80&w=800&blur=10&filter=grayscale", imageAlt: "Grainy Grisha" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Sepia archive" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Sepia archive" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg?q=80&w=800&blur=5&filter=grayscale", imageAlt: "Architectural detail" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "Architectural detail" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg?q=80&w=800&blur=5&filter=sepia", imageAlt: "Grainy Grisha" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg?q=80&w=800&blur=10&filter=sepia", imageAlt: "Grainy Grisha" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?q=80&w=800&blur=5&filter=grayscale", imageAlt: "Sepia architectural" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg?q=80&w=800&blur=10&filter=grayscale", imageAlt: "Sepia architectural" },
]} ]}
titleClassName="tracking-[-0.02em]" titleClassName="tracking-[0.05em] font-montserrat"
carouselClassName="grayscale contrast-125" carouselClassName="grayscale contrast-125"
/> />
</div> </div>
@@ -58,27 +58,27 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
tag="MANIFESTO" tag="MANIFESTO"
title="THE VISION OF THE GRISHA" title="ROCK VISION & ARCHITECTURE"
titleClassName="tracking-[-0.02em]" titleClassName="tracking-[0.05em] font-montserrat"
/> />
</div> </div>
<div id="archive" data-section="archive" className="py-20"> <div id="archive" data-section="archive" className="py-20">
<ProductCardOne <ProductCardOne
textboxLayout="split-description" textboxLayout="split-description"
gridVariant="three-columns-all-equal-width" gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal" animationType="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
cardClassName="border border-[#8C5638] overflow-hidden" cardClassName="overflow-hidden"
imageClassName="filter grayscale contrast-125 brightness-75 scale-110" imageClassName="filter grayscale contrast-125 brightness-75"
products={[ products={[
{ id: "001", name: "ITEM #001", price: "THE ESTATE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.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: "THE ESTATE", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.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: "THE ESTATE", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.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." description="Pieces from the private archive."
textBoxTitleClassName="tracking-[-0.02em]" textBoxTitleClassName="tracking-[0.05em] font-montserrat"
/> />
</div> </div>
@@ -88,24 +88,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="INQUIRIES" title="INQUIRIES"
description="Standard protocol for new members." 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" mediaAnimation="blur-reveal"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
buttons={[{ text: "Request Access", href: "/apply" }]} buttons={[{ text: "Request Access", href: "/apply" }]
className="[&_a[href='/apply']]:underline [&_a[href='/apply']]:no-underline [&_a[href='/apply']]:text-inherit [&_a[href='/apply']]:font-normal [&_a[href='/apply']]:border [&_a[href='/apply']]:border-black [&_a[href='/apply']]:rounded-none" }
faqs={[ faqs={[
{ id: "q1", title: "How do I access the vault?", content: "Access is currently restricted to invite-only members." }, { 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: "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: "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.02em]" textBoxTitleClassName="tracking-[0.05em] font-montserrat"
mediaClassName="grayscale contrast-125" mediaClassName="grayscale contrast-125"
/> />
</div> </div>
<div id="legal" data-section="legal" className="py-20" style={{ backgroundColor: '#2B231F', color: '#EAE7E1', borderTop: '1px solid #8C5638', borderBottom: '1px solid #8C5638' }}> <div id="legal" data-section="legal" className="py-20" style={{ backgroundColor: '#2B231F', color: '#EAE7E1' }}>
<LegalSection <LegalSection
layout="section" layout="section"
title="TERMS OF EXCLUSIVITY" title="TERMS OF EXCLUSIVITY"
@@ -113,23 +111,23 @@ export default function LandingPage() {
{ heading: "Privacy Policy", content: [{ type: "paragraph", text: "Your data is handled with the same reverence as our craft." }] }, { 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." }] }, { heading: "Membership Terms", content: [{ type: "paragraph", text: "No sharing of credentials; strict adherence to the Grisha conduct." }] },
]} ]}
titleClassName="tracking-[-0.02em]" titleClassName="tracking-[0.05em] font-montserrat"
/> />
</div> </div>
<div id="footer" data-section="footer" className="py-20" style={{ backgroundColor: '#2B231F', color: '#EAE7E1' }}> <div id="footer" data-section="footer" className="py-20" style={{ backgroundColor: '#2B231F', color: '#EAE7E1' }}>
<FooterBaseCard <FooterBaseCard
logoText="ESTATE" logoText="ESTATE"
copyrightText="© 2025 ESTATE. All rights reserved. ESTATE is a registered trademark." copyrightText="© 2025 ESTATE. All rights reserved."
columns={[ columns={[
{ title: "THE ESTATE", items: [{ label: "INSTAGRAM", href: "#" }, { label: "VIMEO", href: "#" }] }, { title: "AUTHORIZED ARCHIVES", items: [{ label: "ARCHIVE I", href: "#" }, { label: "ARCHIVE II", href: "#" }] },
{ title: "IDENTITY", items: [{ label: "FOUNDED BY THE GRISHA", href: "#" }, { label: "PHILOSOPHY", href: "#" }] }, { title: "ROCK VISION & ARCHITECTURE", items: [{ label: "GRISHA", href: "#" }, { label: "PHILOSOPHY", href: "#" }] },
]} ]}
columnTitleClassName="tracking-[0.05em] uppercase opacity-70" columnTitleClassName="tracking-[0.05em] uppercase opacity-70 font-montserrat"
columnItemClassName="tracking-[0.05em] uppercase" columnItemClassName="tracking-[0.05em] uppercase font-montserrat"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #2B231F; --background: #1A1412;
--card: #2B231F; --card: #1A1412;
--foreground: #EAE7E1; --foreground: #EAE7E1;
--primary-cta: #8C5638; --primary-cta: #D4AF37;
--primary-cta-text: #EAE7E1; --primary-cta-text: #EAE7E1;
--secondary-cta: #EAE7E1; --secondary-cta: #EAE7E1;
--secondary-cta-text: #2B231F; --secondary-cta-text: #2B231F;
--accent: #8C5638; --accent: #D4AF37;
--background-accent: #3B332F; --background-accent: #2B231F;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);