From 0d3622c97d86351c807fe5cc346a960f155a1999 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:29:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e398aa..e5ceb0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function ArchivePage() { tag="OUR STORY" tagIcon={History} tagAnimation="slide-up" - title="Archive: Timeless Quality, Modern Values" + title="Archive: Underground Aesthetics & Authentic Style" buttons={[ { text: "Explore Collections", href: "#collections" } ]} -- 2.49.1 From d9cf424380514c5e99bc78b4166f5c9c4cc3a853 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:29:16 +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 76c7cc4..78cff32 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #050012; - --card: #040121; - --foreground: #f0e6ff; - --primary-cta: #c89bff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #1a1a1a; --primary-cta-text: #050012; - --secondary-cta: #1d123b; + --secondary-cta: #0a0a0a; --secondary-cta-text: #f0e6ff; - --accent: #684f7b; - --background-accent: #65417c; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1