NDA Card

Mutual NDA summary card with a shield tile, Confidential eyebrow, party split, term, and jurisdiction.

Mutual NDAConfidential
DisclosingBeste Technologies Inc.
ReceivingKestrel Labs
Term · 3 years from the effective dateDelaware, USA

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Legal4 } from "@/components/beste/piece/legal4";

<Legal4
  title="Mutual NDA"
  disclosingParty="Beste Technologies Inc."
  receivingParty="Kestrel Labs"
  term="3 years from the effective date"
  jurisdiction="Delaware, USA"
  confidentialLabel="Confidential"
  disclosingLabel="Disclosing"
  receivingLabel="Receiving"
  termPrefix="Term"
/>