diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 8890813..05541b2 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -8,6 +8,7 @@ import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredC
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import { Clock, Settings, Wrench, Bolt } from "lucide-react";
+import HeroCenteredLogos from "@/components/sections/hero/HeroCenteredLogos";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -33,6 +34,24 @@ export default function HomePage() {
]}
/>
+