Venetian Legal Form
A refined legal intake form with traditional, trustworthy aesthetics.
Features
- Contact/intake fields: Full Name, Email, Phone, Case Type (select), Case Details (textarea)
- Consent checkbox area with privacy policy link
- Shield and balance scale icons for trust signals
- Deep burgundy (#6B1D2A) with parchment (#FDF6EC) tones in light mode
- Dark wine (#1A0A10) bg with gold/cream (#D4A574) accents in dark mode
- Formal serif typography for headings
- Encrypted submission notice with shield icon
- Centered, single-column layout with max-width constraint
Usage
import VenetianLegalForm from "@/registry/venetian-legal-form/registry-item";
export default function ContactPage() {
return <VenetianLegalForm />;
}
Customization
- Wire up form submission to your backend or email service
- Modify the
caseTypes array for your practice areas
- Replace placeholder text with your firm's specific language
- Adjust burgundy (#6B1D2A) and parchment (#FDF6EC) to match firm branding
- Add form validation with react-hook-form or zod