diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d9a29c5..9c33cbb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Star, Users, Droplets } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {