From 196936c9608ddf313a9a0444fc4c965cf8c65b22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:05:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7510943..f629908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,18 +18,18 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="grid" - cardStyle="gradient-mesh" + background="none" + cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="extrabold" + headingFontWeight="semibold" > @@ -83,7 +83,7 @@ export default function LandingPage() { 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" mediaAnimation="blur-reveal" - faqsAnimation="slide-up" + faqsAnimation="blur-reveal" 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." }, @@ -127,4 +127,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c298e8b7db6d6400015e286055d09584c2d196f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:05:21 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cee39ef..7d36bfe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #EAE7E1; - --card: #f3f0ea; - --foreground: #2B231F; - --primary-cta: #2B231F; + --background: #ffffff; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #EAE7E1; - --secondary-cta: #EAE7E1; + --secondary-cta: #ffffff; --secondary-cta-text: #2B231F; - --accent: #8C5638; - --background-accent: #EAE7E1; + --accent: #1a1a1a; + --background-accent: #f0f0f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1