From 11474f167eb9f060e0b555a0d53e477346d2341e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:36:15 +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 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 (