From 6ca9c7a8f2b9bcaa2444fa5b9f649659ba1dd89a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 16:31:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 56 +++++++++++++----------------------------------- 1 file changed, 15 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81e7653..783875d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -153,56 +153,30 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1 From 391a3ff1e476638e2a3f8ba9f177f0fcfb21274f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 16:31:21 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cdacf3c..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #fcf6ec; --card: #f3ede2; --foreground: #2e2521; - --primary-cta: #b82b40; + --primary-cta: #2e2521; --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; --secondary-cta-text: #2e2521; --accent: #b2a28b; - --background-accent: #e8a8b6; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1