diff --git a/front/components/home/TrustedBy.tsx b/front/components/home/TrustedBy.tsx index 64b5f37065c4..cb89d3e35963 100644 --- a/front/components/home/TrustedBy.tsx +++ b/front/components/home/TrustedBy.tsx @@ -5,25 +5,20 @@ import { classNames } from "@app/lib/utils"; export default function TrustedBy() { return ( - <> -
-

- Trusted by 1000+ organizations -

-
+
+

+ Trusted by 1000+ organizations +

+ +
+
+ {" "} alan +
+ clay +
- +
); } diff --git a/front/public/static/landing/logos/clay.png b/front/public/static/landing/logos/clay.png new file mode 100644 index 000000000000..d3458454624c Binary files /dev/null and b/front/public/static/landing/logos/clay.png differ