Compare commits
3 Commits
version_6_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4406b0a313 | |||
|
|
c85d974b0a | ||
| cc031c5096 |
@@ -36,8 +36,14 @@ export default function HomePage() {
|
||||
</SectionErrorBoundary>
|
||||
<SectionErrorBoundary name="trust-ribbon">
|
||||
<HeroCenteredLogos
|
||||
avatars={[]}
|
||||
avatarText=""
|
||||
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: "" }}
|
||||
|
||||
Reference in New Issue
Block a user