'use client'; import Link from 'next/link'; import { Trans } from '@lingui/macro'; import { usePlausible } from 'next-plausible'; import { Button } from '@documenso/ui/primitives/button'; export const Enterprise = () => { const event = usePlausible(); return (

Enterprise Compliance, License or Technical Needs?

Our Enterprise License is great for large organizations looking to switch to Documenso for all their signing needs. It's available for our cloud offering as well as self-hosted setups and offers a wide range of compliance and Adminstration Features.

event('enterprise-contact')} >
); };