diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 09a4a2d..2e91bea 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Heart, Sparkles, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {