diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 833f8e7..09c9a26 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,7 @@ import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion'; import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; -import { Database, LayoutDashboard, Network, Scan, Server, Settings, ShieldCheck } from "lucide-react"; +import { LayoutDashboard, Scan, Server } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {