diff --git a/src/app/page.tsx b/src/app/page.tsx
index 830c3b3..be43957 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
-import { Star, Shield, Zap, CheckCircle } from 'lucide-react';
export default function Page() {
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
@@ -23,22 +22,22 @@ export default function Page() {