diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc115ee..1e1b386 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import AboutMetric from '@/components/sections/about/AboutMetric';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Eye, Lock, Shield, ShieldCheck, Zap, UserCheck, BarChart3, Mail } from "lucide-react";
+import { ShieldCheck, Zap, Lock, Eye, Shield, Clock, PackageCheck, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,21 @@ export default function LandingPage() {