diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e976780..201db86 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Shield, Coffee, Sparkles, ChefHat, Wine, Utensils } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {