diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c713b..2e5cd26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { TrendingUp, Award, Sparkles, Briefcase, Heart, Globe, BarChart3, Lock, Target, Zap, Wallet, Users, DollarSign, PieChart, Headphones, Linkedin, Twitter, Mail } from "lucide-react"; +import { TrendingUp, Award, Sparkles, Briefcase, Heart, Globe, BarChart3, Lock, Target, Zap, Wallet, Users, DollarSign, PieChart, Headphones, Linkedin, Twitter, Mail, TrendingDown, Shield, Percent } from "lucide-react"; export default function LandingPage() { return ( @@ -128,6 +128,57 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..2ef87ce 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --foreground: #1a3a52; + --primary-cta: #0066cc; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; --accent: #e2e2e2; - --background-accent: #FF7B05; + --background-accent: #0066cc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);