diff --git a/src/app/page.tsx b/src/app/page.tsx index 0543c0f..8cc1eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Shield, Zap, ShoppingBag, MapPin, Mail, Phone } from "lucide-react"; +import { CheckCircle, Shield, Zap, ShoppingBag, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -96,6 +96,7 @@ export default function LandingPage() {