diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cad2b8..a28e21a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,315 +20,129 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="small" + contentWidth="medium" sizing="mediumSizeLargeTitles" - background="none" - cardStyle="soft-shadow" - primaryButtonStyle="radial-glow" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="extrabold" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..ca23925 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #f0fdf4; + --card: #ffffff; + --foreground: #064e3b; + --primary-cta: #15803d; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #dcfce7; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #bbf7d0; + --background-accent: #e0f2f1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);