5 Commits

Author SHA1 Message Date
7d4372fd2b Update src/app/styles/variables.css 2026-04-05 04:22:58 +00:00
9d9c9d1d4a Update src/app/page.tsx 2026-04-05 04:22:57 +00:00
13353ecc05 Merge version_3 into main
Merge version_3 into main
2026-04-04 17:15:14 +00:00
e2ac9ce464 Update src/app/page.tsx 2026-04-04 17:15:08 +00:00
99a7aa594e Merge version_2 into main
Merge version_2 into main
2026-04-04 17:05:24 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -77,13 +77,14 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
textboxLayout="default" textboxLayout="split-actions"
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"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
buttons={[{ text: "Apply for Access", href: "/apply" }]}
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." },
@@ -94,7 +95,7 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="legal" data-section="legal"> <div id="legal" data-section="legal" style={{ backgroundColor: '#2B231F', color: '#EAE7E1', border: '1px solid #8C5638' }}>
<LegalSection <LegalSection
layout="section" layout="section"
title="TERMS OF EXCLUSIVITY" title="TERMS OF EXCLUSIVITY"
@@ -105,7 +106,7 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer" style={{ backgroundColor: '#2B231F', color: '#EAE7E1', borderTop: '1px solid #8C5638' }}>
<FooterBaseCard <FooterBaseCard
logoText="ESTATE" logoText="ESTATE"
columns={[ columns={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #2B231F;
--card: #ffffff; --card: #2B231F;
--foreground: #000000; --foreground: #EAE7E1;
--primary-cta: #000000; --primary-cta: #8C5638;
--primary-cta-text: #EAE7E1; --primary-cta-text: #EAE7E1;
--secondary-cta: #ffffff; --secondary-cta: #EAE7E1;
--secondary-cta-text: #2B231F; --secondary-cta-text: #2B231F;
--accent: #1a1a1a; --accent: #8C5638;
--background-accent: #f0f0f0; --background-accent: #3B332F;
/* 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);