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 ( 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);