diff --git a/src/App.tsx b/src/App.tsx index 37a4cb2..505aed7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import TestimonialOverlayCards from '@/components/sections/testimonial/Testimoni import FaqSimple from '@/components/sections/faq/FaqSimple'; import ContactCta from '@/components/sections/contact/ContactCta'; import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import { Building, Instagram, Linkedin, Map, Target, Twitter, Zap, Trees } from "lucide-react"; export default function LandingPage() { return ( @@ -115,4 +114,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}