diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7687f70..9823e20 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Flame, Leaf, Salad, Soup, Star, Wine } from "lucide-react"; +import { Leaf, Star, Wine } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {