From 9cabdace3ada8fda73ef6cbfa0d446a575e65389 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:02:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 324ef22..fe1182e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -96,27 +96,23 @@ export default function LandingPage() {
-
From 82e1fa0a6e6787ee534e703e61d6e4c048a25cbd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:02:25 +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 b7afc67..0c50465 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #ffffff; + --card: #f5f5f5; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #000000; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #e5e5e5; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);