diff --git a/src/app/page.tsx b/src/app/page.tsx index d4efe6f..45c5535 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { AlertTriangle, Engine, Lightbulb, Phone, Settings, Wrench, Zap } from 'lucide-react'; +import { AlertTriangle, Lightbulb, Phone, Settings, Wrench, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -43,7 +43,7 @@ export default function LandingPage() {