diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ab010f2..69877bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Clock, MapPin, Settings } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {