diff --git a/src/app/page.tsx b/src/app/page.tsx index 9736a3a..9bcbfa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { ShieldCheck, Target, ShieldCheck as LucideIcon } from "lucide-react"; +import { ShieldCheck, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -84,6 +84,7 @@ export default function LandingPage() {