diff --git a/src/features/social-proof/TrustedByStartups.tsx b/src/features/social-proof/TrustedByStartups.tsx index 5febb5d..0ac97ce 100644 --- a/src/features/social-proof/TrustedByStartups.tsx +++ b/src/features/social-proof/TrustedByStartups.tsx @@ -1,4 +1,5 @@ import Image from "next/image"; +import { Marquee } from "@/components/ui/marquee"; const startups = [ { @@ -19,30 +20,44 @@ export function TrustedStartups() { return (
-
-
+
+

Trusted by fast-growing{" "} startups and enterprises

-
-
- {startups.map(startup => ( -
- {startup.name} -
- ))} +
+
+ + {startups.map(startup => ( +
+ {startup.name} +
+ ))} +