From 3e102cf372708597e1647daa05662791a1b3e698 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:18:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 433d97b..e8eb59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -215,7 +215,10 @@ export default function LandingPage() { /> ); -} +} \ No newline at end of file -- 2.49.1 From 6a320dd549ff3c7adf8b2086a6b19a4d8a61c3cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:18:56 +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 2758245..d2ffc19 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f5f5f5; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0b07ff; - --primary-cta-text: #f7f6f7; + --foreground: #1c1c1c; + --primary-cta: #1f3251; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1