Compare commits
5 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4406b0a313 | |||
|
|
c85d974b0a | ||
| cc031c5096 | |||
|
|
2a93134d0f | ||
| 2706bae182 |
@@ -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,30 @@ export default function HomePage() {
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<SectionErrorBoundary name="trust-ribbon">
|
||||
<HeroCenteredLogos
|
||||
avatars={[
|
||||
{ name: "Client 1", imageSrc: "https://api.dicebear.com/7.x/lorelei/svg?seed=1" },
|
||||
{ name: "Client 2", imageSrc: "https://api.dicebear.com/7.x/lorelei/svg?seed=2" },
|
||||
{ name: "Client 3", imageSrc: "https://api.dicebear.com/7.x/lorelei/svg?seed=3" },
|
||||
{ name: "Client 4", imageSrc: "https://api.dicebear.com/7.x/lorelei/svg?seed=4" },
|
||||
{ name: "Client 5", imageSrc: "https://api.dicebear.com/7.x/lorelei/svg?seed=5" },
|
||||
]}
|
||||
avatarText="Trusted by 100+ clients"
|
||||
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