"use client"; import { Plus, Brain, FileText, CheckCircle2, Clock, AlertCircle, Eye, PenTool } from "lucide-react"; // Mock Data const columns = [ { title: "Drafting", color: "text-muted-foreground", items: [ { id: 1, client: "Stark Industries", title: "Enterprise Dashboard Redesign", value: "$18,500", date: "May 25", status: "Draft" } ] }, { title: "In Review", color: "text-blue-400", items: [ { id: 2, client: "Wayne Enterprises", title: "Mobile App V2 Contract", value: "$32,000", date: "May 10", status: "Review" } ] }, { title: "Sent / Negotiating", color: "text-orange-400", items: [ { id: 3, client: "Acme Corp", title: "Q3 Marketing Retainer", value: "$4,500/mo", date: "May 05", status: "Sent" }, { id: 4, client: "Globex", title: "SEO Audit Proposal", value: "$2,800", date: "May 02", status: "Viewed 3x" } ] }, { title: "Signed / Won", color: "text-emerald-400", items: [ { id: 5, client: "Soylent Corp", title: "Brand Identity Guidelines", value: "$15,000", date: "Apr 28", status: "Signed" } ] } ]; export default function ProposalsPage() { return (
Globex has viewed the "SEO Audit Proposal" 3 times in the last 24 hours. AI indicates high intent. Additionally, historical data shows proposals sent with an interactive pricing table have an 85% higher win rate in your niche.