diff --git a/src/app/page.tsx b/src/app/page.tsx index bbcc9a7..1b191c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Lightbulb, Brain, Cpu, GitBranch, CheckCircle2, Send, TrendingUp, Target, BarChart3, Settings, DollarSign, Award, Rocket, HelpCircle, Shield, Globe, Users, ArrowRight, Mail, PhoneCall, MessageSquare, LineChart, PieChart, Gauge, Clock, Lock, Trello } from 'lucide-react'; +import { Sparkles, Zap, Lightbulb, Brain, Cpu, GitBranch, CheckCircle2, Send, TrendingUp, Target, BarChart3, Settings, DollarSign, Award, Rocket, HelpCircle, Shield, Globe, Users, ArrowRight, Mail, PhoneCall, MessageSquare, LineChart, PieChart, Gauge, Clock, Lock, Trello, Linkedin } from 'lucide-react'; export default function LandingPage() { return (