diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d3ca0ac..28751a5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Award, Feather, Leaf, Minimize, Palette, Sparkles, Zap } from "lucide-react"; +import { Award, Brush, Feather, Gem, Leaf, Minimize, Palette, Sparkles, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {