From b6fa6b420b0c87d532bebd91b378cd786c406880 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:02 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2b840c..1849de5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, CheckCircle, Download, Droplet, ListChecks, ShieldCheck, Star, Wrench, Hammer } from "lucide-react"; @@ -122,19 +122,18 @@ export default function LandingPage() {
-
-- 2.49.1 From aff91f42adaf57159ca5cb4dba3c21763cce788a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:02 +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 69f3aba..c5a9b4c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #dfff1c; + --background: #ffffff; + --card: #f0f9fa; + --foreground: #002022; + --primary-cta: #0891b2; --primary-cta-text: #fcf6ec; - --secondary-cta: #1a1a1a; + --secondary-cta: #f0f9fa; --secondary-cta-text: #2e2521; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #bae6fd; + --background-accent: #22d3ee; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1