export const basicPlan = [ { available: true, text: "Manual Knowledge Entry" }, { available: true, text: "Upload 5 Text Docs/month" }, { available: false, text: "Web Link Import" }, { available: false, text: "Image-to-text OCR" }, { available: false, text: "SOP Auto-Learning" }, { available: true, text: "Max 10 Knowledge Sources" }, { available: true, text: "Email Support" }, ]; export const standardPlan = [ { available: true, text: "Manual Knowledge Entry" }, { available: true, text: "Upload 5 Text Docs/month" }, { available: true, text: "Web Link Import" }, { available: true, text: "Image-to-text OCR" }, { available: false, text: "SOP Auto-Learning" }, { available: true, text: "Max 10 Knowledge Sources" }, { available: true, text: "Email Support" }, ]; export const premiumPlan = [ { available: true, text: "Manual Knowledge Entry" }, { available: true, text: "Upload 5 Text Docs/month" }, { available: true, text: "Web Link Import" }, { available: true, text: "Image-to-text OCR" }, { available: true, text: "SOP Auto-Learning" }, { available: true, text: "Max 10 Knowledge Sources" }, { available: true, text: "Email Support" }, ];