diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e6dd5..97cebf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,322 +23,106 @@ export default function LandingPage() { cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8b02b..7081db4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #f5f5f5; + --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #15479c; --primary-cta-text: #ffffff;