diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f97f6d..680684f 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, LineChart } from "lucide-react"; +import { ArrowRight, Shield, MessageCircle, User } from "lucide-react"; export default function LandingPage() { return (