diff --git a/src/app/page.tsx b/src/app/page.tsx index 31af6c7..2a26f0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { AlertCircle, Zap, Shield, Droplets, Wind, CheckCircle, Eye, Wrench, Star, Certificate } from 'lucide-react'; +import { AlertCircle, Zap, Shield, Droplets, Wind, CheckCircle, Eye, Wrench, Star } from 'lucide-react'; export default function LandingPage() { return (