diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 781580c..d4b4495 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Scissors, Star, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {