From a366fbe636ba5afaf3e815ee65b5f0ce7aa64946 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:28:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 219 +++++++++++++++++++++++------------------------ 1 file changed, 108 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 086a252..f561f68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -26,123 +26,120 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From d3164a8edea77a9d67eb693b9544eeb4536e0df2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:28:19 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8fdc073..732b7c0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1a0b2e; - --foreground: #ffffff; - --primary-cta: #BA68C8; + --background: #0a0a0a; + --card: #1a0d2e; + --foreground: #f8f5ff; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #6A1B9A; + --secondary-cta: #6d28d9; --secondary-cta-text: #ffffff; - --accent: #CE93D8; - --background-accent: #2a0d45; + --accent: #c084fc; + --background-accent: #2e1065; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1