3 Commits

Author SHA1 Message Date
e78d05c80c Update src/app/styles/variables.css 2026-04-17 02:46:34 +00:00
f949b2d29e Update src/app/page.tsx 2026-04-17 02:46:33 +00:00
df21170c33 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:45:29 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -20,10 +20,10 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="circleGradient" background="none"
cardStyle="glass-elevated" cardStyle="solid"
primaryButtonStyle="gradient" primaryButtonStyle="flat"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #120006e6; --foreground: #1a1a1a;
--primary-cta: #e63946; --primary-cta: #2a2a2a;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f1f1f1;
--secondary-cta-text: #120006e6; --secondary-cta-text: #120006e6;
--accent: #e2e2e2; --accent: #d1d1d1;
--background-accent: #c4c4c4; --background-accent: #f1f1f1;
/* 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);