From 39e80eb088c520ce01ee740f0f8afb4d137f74e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:47:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caae947..c6e4168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,9 +125,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - titleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" - descriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" - tagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" + textBoxTitleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" + textBoxDescriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" + textBoxTagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" /> @@ -156,9 +156,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - titleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" - descriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" - tagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" + textBoxTitleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" + textBoxDescriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" + textBoxTagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" valueClassName="text-5xl md:text-7xl font-bold tracking-widest text-gray-400" cardTitleClassName="text-lg md:text-2xl font-bold tracking-wide uppercase" /> @@ -179,9 +179,9 @@ export default function LandingPage() { useInvertedBackground={false} speed={35} showCard={true} - titleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" - descriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" - tagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" + textBoxTitleClassName="text-4xl md:text-6xl font-bold tracking-widest uppercase" + textBoxDescriptionClassName="text-base md:text-lg text-gray-300 mt-4 max-w-2xl" + textBoxTagClassName="text-xs md:text-sm tracking-widest uppercase font-semibold" /> -- 2.49.1 From bfba90cc13a52ccb407aa6205a1c755649677dc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:47:38 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 61 ++++++------------------------------ 1 file changed, 9 insertions(+), 52 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 45ac4d4..c713343 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,39 +2,15 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000000;; - --card: #0F1113;; - --foreground: #EDE7DF;; - --primary-cta: #4A6BB8;; - --secondary-cta: #0F1113;; - --accent: #4A6BB8;; - --background-accent: #0F1113;; */ - - --background: #000000;; - --card: #0F1113;; - --foreground: #EDE7DF;; - --primary-cta: #4A6BB8;; - --primary-cta-text: #0a150a;; - --secondary-cta: #0F1113;; - --secondary-cta-text: #e1f6e1;; - --accent: #4A6BB8;; - --background-accent: #0F1113;; - - /* text sizing - set by ThemeProvider */ - /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); - --text-xs: clamp(0.54rem, 0.72vw, 0.72rem); - --text-sm: clamp(0.615rem, 0.82vw, 0.82rem); - --text-base: clamp(0.69rem, 0.92vw, 0.92rem); - --text-lg: clamp(0.75rem, 1vw, 1rem); - --text-xl: clamp(0.825rem, 1.1vw, 1.1rem); - --text-2xl: clamp(0.975rem, 1.3vw, 1.3rem); - --text-3xl: clamp(1.2rem, 1.6vw, 1.6rem); - --text-4xl: clamp(1.5rem, 2vw, 2rem); - --text-5xl: clamp(2.025rem, 2.75vw, 2.75rem); - --text-6xl: clamp(2.475rem, 3.3vw, 3.3rem); - --text-7xl: clamp(3rem, 4vw, 4rem); - --text-8xl: clamp(3.5rem, 4.5vw, 4.5rem); - --text-9xl: clamp(5.25rem, 7vw, 7rem); */ + --background: #000000; + --card: #0F1113; + --foreground: #EDE7DF; + --primary-cta: #4A6BB8; + --primary-cta-text: #EDE7DF; + --secondary-cta: #0F1113; + --secondary-cta-text: #EDE7DF; + --accent: #4A6BB8; + --background-accent: #0F1113; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); @@ -130,24 +106,6 @@ @media (max-width: 767px) { :root { - /* --vw and text sizing are set by ThemeProvider */ - /* --vw: 3vw; - - --text-2xs: 2.5vw; - --text-xs: 2.75vw; - --text-sm: 3vw; - --text-base: 3.25vw; - --text-lg: 3.5vw; - --text-xl: 4.25vw; - --text-2xl: 5vw; - --text-3xl: 6vw; - --text-4xl: 7vw; - --text-5xl: 7.5vw; - --text-6xl: 8.5vw; - --text-7xl: 10vw; - --text-8xl: 12vw; - --text-9xl: 14vw; */ - --width-5: 5vw; --width-7_5: 7.5vw; --width-10: 10vw; @@ -187,7 +145,6 @@ --width-95: 95vw; --width-97_5: 97.5vw; --width-100: 100vw; - /* --width-content-width and --width-content-width-expanded are set by ThemeProvider */ --width-carousel-padding: calc((100vw - var(--width-content-width)) / 2 + 1px - var(--vw-1_5)); --width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px); --width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5)); -- 2.49.1