diff --git a/src/app/page.tsx b/src/app/page.tsx index ddabed9..36ee55e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Shield, Zap, Mail, Phone, MapPin, Search } from "lucide-react"; +import { CheckCircle, Shield, Zap, Search } from "lucide-react"; export default function LandingPage() { return ( @@ -164,6 +164,7 @@ export default function LandingPage() {