From 39c290efca977c20c77fea634b15da2eb2283e57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 13:08:44 +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 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() {