From fe668740db305cea4101d860b81dfab44354423f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:44:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0518a32..613c792 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 ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -119,29 +119,29 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1 From 660b4244ef2e62fe136cb32ac1358698537e323b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:44:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 07fa876..1ebfec6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #121212; + --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #FF6B00; --primary-cta-text: #ffffff; -- 2.49.1