diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 17fdc23..b6ee96f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { CheckCircle, Heart, Shield, Smile, Star, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {