diff --git a/src/app/page.tsx b/src/app/page.tsx index f483303..70e293c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, CheckCircle, DollarSign, MapPin, Phone, Star, TrendingUp, Users, Zap } from 'lucide-react'; +import { Award, CheckCircle, DollarSign, MapPin, Phone, Star, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() {