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() {