diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0670d57..d92d266 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,7 +3,6 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Check, Heart, Move, Shield, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {