From 92864194b3dac9dfef72dcb650a611e24d702bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0224fb6..8817f52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -31,16 +31,11 @@ export default function LandingPage() {
-
From 726ef0adaebd4978727cf85555f5fd18a6cd26b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:14 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3eeba03..160b223 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #020617; - --card: #0f172a; + --card: #1e293b; --foreground: #f8fafc; - --primary-cta: #38bdf8; + --primary-cta: #d4af37; --primary-cta-text: #ffffff; - --secondary-cta: #1e293b; + --secondary-cta: #334155; --secondary-cta-text: #000612e6; - --accent: #38bdf8; - --background-accent: #1e293b; + --accent: #d4af37; + --background-accent: #0f172a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);