3 Commits

Author SHA1 Message Date
1062a3cbbe Update src/app/styles/variables.css 2026-03-07 11:37:56 +00:00
9e0763d467 Update src/app/page.tsx 2026-03-07 11:37:56 +00:00
384d2fd881 Merge version_1 into main
Merge version_1 into main
2026-03-07 05:38:05 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ export default function LandingPage() {
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
textPosition="left" textPosition="left"
faqsAnimation="none" faqsAnimation="slide-up"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #0a0a0a;
--card: #dad6cd; --card: #1a1a1a;
--foreground: #2a2928; --foreground: #ffffffe6;
--primary-cta: #2a2928; --primary-cta: #e6e6e6;
--primary-cta-text: #f5f4ef; --primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2a2928; --secondary-cta-text: #2a2928;
--accent: #ffffff; --accent: #737373;
--background-accent: #c6b180; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);