diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c3046f6..1a591be 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Clock, Settings, Wrench } from "lucide-react"; +import { Bolt, Clock, Settings, Wrench } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {