"use client"; import { FileText, Inbox } from "lucide-react"; import { Card } from "@/components/ui/card"; export function EmptyContractsState() { return (

No contracts yet

Upload your first contract to get started.

Our AI will automatically analyze and extract key information from your documents.

Fast Upload
AI Analysis
Blockchain
); }