Merge version_6_1779313071033 into main #7
@@ -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() {
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<SectionErrorBoundary name="trust-ribbon">
|
||||
<HeroCenteredLogos
|
||||
avatars={[]}
|
||||
avatarText=""
|
||||
title=""
|
||||
description=""
|
||||
primaryButton={{ text: "", href: "" }}
|
||||
secondaryButton={{ text: "", href: "" }}
|
||||
logos={[
|
||||
"Company A",
|
||||
"Company B",
|
||||
"Company C",
|
||||
"Company D",
|
||||
"Company E",
|
||||
]}
|
||||
hideMedia={true}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user