diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bc944e6..f80d36d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {