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" } ]} 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);