diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f704607..fc0e57c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { CheckCircle, Truck, Clock, Palette, Box, Shield, Smile, Droplet, Star } from "lucide-react"; +import { Palette, Box, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {