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() {