diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c4e9cf2..b2e5f9c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, MapPin, Wine } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {