diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f357551..880c1c3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, CheckCircle, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {