From 6763080702b3ad8167291545a524fad1207ae1fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 12:33:52 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.49.1