"use client"; import { Plus, Search, Filter, Brain, FileText, Download, MoreHorizontal, FileSpreadsheet, FileIcon, MessageSquare } from "lucide-react"; // Mock Data const documents = [ { id: 1, name: "Q3 Strategy Planning.docx", type: "word", size: "2.4 MB", updated: "2 hours ago", aiStatus: "Summarized", aiSummary: "Focuses on user acquisition and shifting marketing budget to TikTok ads. AI extracted 4 key action items." }, { id: 2, name: "Financial_Report_May.xlsx", type: "excel", size: "5.1 MB", updated: "Yesterday", aiStatus: "Analyzing", aiSummary: "AI is currently detecting anomalies in the Q2 vs Q3 expense margins." }, { id: 3, name: "Design_System_Guidelines.pdf", type: "pdf", size: "12 MB", updated: "May 04, 2026", aiStatus: "Summarized", aiSummary: "Details the new dark mode color tokens (#0A0710). AI created a searchable index for developers." }, { id: 4, name: "Client_Feedback_Transcript.txt", type: "text", size: "145 KB", updated: "May 01, 2026", aiStatus: "Action Required", aiSummary: "Sentiment analysis is extremely negative regarding the login flow. AI flagged this for urgent review." } ]; export default function DocumentsPage() { return (
The AI has indexed 1,240 documents. Instead of searching by keywords, ask a direct question like "What were the key takeaways from the Q3 Strategy?"
{doc.aiSummary}