Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-03 13:47:43 +00:00
2 changed files with 18 additions and 61 deletions

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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));