From 7c810c1069994cb2ee0abe84ea3218ab3824a589 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:43:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 324 +++++++++++------------------------------------ 1 file changed, 77 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63b77cc..7d180e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ShieldCheck, Award, Zap } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -15,262 +16,91 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1 From 213a21f68843fdaa202c8864957361e88da7588f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:43:09 +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 191cd34..d4367de 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #c5a059; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #FFD700; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #1c1c1c; --secondary-cta-text: #c5a059; - --accent: #d4af37; - --background-accent: #f4f4f4; + --accent: #00BFFF; + --background-accent: #B0C4DE; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1