diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9189029..8dbd61d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Clock, Droplets } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {