From 67afdd1073e2cefe752c10f29fe4701354b9e75a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:26:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 368f497..13b2d27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Search, ArrowUpRight, Shield, Zap, TrendingUp, Users, Target, BarChart3, Megaphone, Target as Rocket } from "lucide-react"; +import { Sparkles, TrendingUp, Users, Target as Rocket } from "lucide-react"; export default function WebAgency2Page() { return ( From e985bd092d61ba906e702dfe462ac96030153a6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:26:24 +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 22b4510..0f3f900 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000802; - --card: #0b1a0b; - --foreground: #e6ffe6; - --primary-cta: #80da9b; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #0a0a0a; - --secondary-cta: #07170b; + --secondary-cta: #ffffff; --secondary-cta-text: #e0e0e0; - --accent: #38714a; - --background-accent: #2c6541; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);