From aad05fcd870abe341e27bc11a94c0d77739f4587 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:29:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (