diff --git a/src/app/page.tsx b/src/app/page.tsx
index 352f1d7..27b3512 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -15,7 +15,6 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { CheckCircle, Users, Zap, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,7 +42,7 @@ export default function LandingPage() {