From 8f0542eb27982cf7596787da87849459352a57e3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 20:41:32 +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 26d068e..c979dc1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,7 +3,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesComparison from '@/components/sections/features/FeaturesComparison'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; -import { Award, Briefcase, Search, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1