From ed9b8697e73fd8c3b6612289505c49eb1e4c1ad7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:53:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 98 ++++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9fa31d..5d883eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,65 +9,65 @@ import TextAbout from "@/components/sections/about/TextAbout"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Wrench, Package, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { return (
@@ -75,24 +75,24 @@ export default function LandingPage() {
-- 2.49.1 From 7a0a01bcd462d1e87ce812adc422a9c3f6730666 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:53:03 +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 1a5bb9f..c666066 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #0a1929; + --card: #132f4c; + --foreground: #e3f2fd; + --primary-cta: #ff8c00; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #1f7cff; + --background-accent: #ff8c00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1