diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b627f71..842f6e8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { DollarSign, TrendingUp, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {