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