From cd1097848075da691526b68c43f85f6ca433dfaf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 19:04:14 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ada4720..10f1484 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Clock, Flame, Scissors, Sparkles, Star } from "lucide-react"; +import { Flame, Scissors, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1