diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e3af9a0..08775a1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Beef, Cherry, Flag, Gauge, Grape, Leaf, Milk, Recycle, Scale } from "lucide-react"; +import { Beef, Cherry, Flag, Grape, Leaf, Milk, Recycle, Scale } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {