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