From 720e5bcd25f15df1f747545370c26a6c86402be8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 20:28:53 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3d57b5b..6c95942 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, ShieldCheck, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1