From a965b57a579db004a7580992abaeba44c110b9e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 15:10:12 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.49.1