diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3e92e42..33819c5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Heart, MessageCircle, User } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {