diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8e34b23..c605694 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 MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Flame, Star, MapPin, User, Award, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {