diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1e8f4e4..fd0af17 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid' import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Coffee, Truck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {