diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bbe3fbd..d845fcf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,7 @@ import FaqSimple from '@/components/sections/faq/FaqSimple'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Coffee, Leaf, Shield, Star, Zap } from "lucide-react"; +import { Coffee, Leaf } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {