From 45e72aa8dce1b2d51fddf249ce5a965204cebe5f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:14:43 +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 85eb4cb..43e77c3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCa import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { PieChart, ShoppingBag, Tag } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1