From c710a04d32cfa4734231f7b5e81bdff1a485617a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:04:40 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5e49377..93dd5f1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Star, Users, Volume2, Utensils, Coffee, ChefHat, Music, Mic, Lightbulb, Video } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -129,4 +128,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1