diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 02e013f..24f4fc0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Shield, Wrench } from "lucide-react"; +import { Shield, Wrench, Hammer } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {