diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9f7bed8..934cfe5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { CheckCircle, Clock, DollarSign, Rocket, Search, Target, TrendingUp, User, Users, Zap } from "lucide-react"; +import { CheckCircle, Clock, DollarSign, Megaphone, Rocket, Search, Target, TrendingUp, User, Users, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {