From 0e00ae7c2d0269f82ae1f930a482c21673bbc958 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:38:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2fe337..f70590d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="none" + background="radialGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -38,7 +38,7 @@ export default function LandingPage() {
@@ -91,8 +91,7 @@ export default function LandingPage() { 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: "Request 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." }, -- 2.49.1 From 0b234675d86026aa347fd5f148200ca0f8ebdc59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:38:59 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8c3c9a8..266a757 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1A1412; - --card: #1A1412; + --background: #1F1A17; + --card: #2B231F; --foreground: #EAE7E1; --primary-cta: #D4AF37; --primary-cta-text: #EAE7E1; -- 2.49.1