diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3386870..be78138 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Eye, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {