From 488fc93a08a33b9c2d4fa09654bb28df9f1bf2a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:58:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19739b0..33212da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -42,19 +42,13 @@ export default function LandingPage() {
-
@@ -161,4 +155,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From dad28536a416ff2a86b8e393a51931d65fcda456 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:58:06 +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 ef75a7b..9c0492e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfaff; - --card: #f7f5ff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #fbfaff; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --accent: #333333; + --background-accent: #222222; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1