import React from "react"; import { motion } from "framer-motion"; import { cn } from "@/lib/utils"; import { X, Sparkles, Zap, Shield, Cloud, BarChart3, Bot, Globe, Lock, Rocket, Users, CheckCircle2, ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; const features = [ { icon: Zap, title: "Production-Scale Processing", description: "Remove trial limits and run live AP and operations workflows", color: "amber", cta: "Explore with a demo", gradient: "from-amber-500 to-orange-500" }, { icon: Bot, title: "Advanced Agentic Processing", description: "You can customize your own agentic pipeline with your own data", color: "indigo", cta: "Talk to Sales", gradient: "from-indigo-500 to-violet-500" }, { icon: Cloud, title: "API Access", description: "Integrate EZOFIS into your workflow with our REST API", color: "blue", cta: "Talk to a Techie!", gradient: "from-blue-500 to-cyan-500" } ]; export default function UpgradeModal({ open, onClose }) { if (!open) return null; return (
Continue with production-ready document intelligence
{stat.label}
{feature.description}
No commitment. We'll tailor the demo to your documents and workflows.