diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e7f2fc7..410ab3a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Clock, Smile, Utensils } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {