diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d60d766..bf1febd 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Coffee, Heart, MapPin } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -169,4 +168,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file