diff --git a/src/app/page.tsx b/src/app/page.tsx index 80eca59..1c26e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Zap, Shield, Users, Star } from 'lucide-react'; +import { Shield, Users, Star } from 'lucide-react'; export default function HomePage() { const navItems = [{ name: 'Home', id: '/' }];