diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 49b85df..84b04c0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCard import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { CheckCircle, Heart, Shield, Users } from "lucide-react"; +import { Heart, Shield, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -119,4 +119,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file