From 8178f3406e81cb113c6f18375967a4389b252594 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:57:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 327 +++++++++++++++++++++++++---------------------- 1 file changed, 173 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cdc5c0..f470223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import DotGridBackground from '@/components/background/DotGridBackground'; import { Sparkles } from 'lucide-react'; export default function LandingPage() { @@ -67,164 +68,182 @@ export default function LandingPage() { /> -
- +
+ +
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + ); -- 2.49.1 From b430c0010bb58b00902d337687c37fd40b225d26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:57:10 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..6fb0c5a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --card: #f5f5f5; + --foreground: #1a1a1a; + --primary-cta: #1a1a1a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #808080; + --background-accent: #d3d3d3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1