From d6feba4e7f1c949685c336d94617f0159c0402ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 17:21:15 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a92b284..1b55543 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { Database, Zap, TrendingUp, Shield } from "lucide-react"; export default function HomePage() { return ( -- 2.49.1