diff --git a/src/app/page.tsx b/src/app/page.tsx index ab7d6ed..790cccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { ArrowRight, Shield, MessageCircle, User, BarChart3, ChatBubble, MapPin } from "lucide-react"; +import { ArrowRight, Shield, MessageCircle, User, BarChart3, MapPin } from "lucide-react"; export default function LandingPage() { return (