From 2a93134d0f60223c5cbd595a77f808274dfc3aaf Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 20 May 2026 21:38:28 +0000 Subject: [PATCH] Add trust ribbon (HeroCenteredLogos) to hero section --- src/pages/HomePage.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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() { ]} /> + + +
-- 2.49.1