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() { /> -
- +
+ +
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + ); 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);