Contract overview card listing the title, reference code, parties, effective date, and a status pill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Legal1 } from "@/components/beste/piece/legal1";
<Legal1
title="Master services agreement"
reference="MSA-2026-0421"
party1="Beste Technologies Inc."
party2="Beste Design Studio"
effectiveDate="May 1, 2026"
status="Awaiting counter-signature"
party1Label="Party A"
party2Label="Party B"
effectiveLabel="Effective"
/>