Skip to content

Commit

Permalink
Improves pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Apr 11, 2024
1 parent f2537ef commit ef405ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export const featuresPlanD = [
'Email Support',
'Team Inbox',
'Make integration',
'250 Pages for Knowledge Base',
'150 Contents for Knowledge Base', //'250 Pages for Knowledge Base',
'50,000 AI Tokens'
]
// Basic plan
Expand Down Expand Up @@ -464,14 +464,14 @@ export const featuresPlanE = [
'Livechat Support',
'Analytics',
'Email Ticketing',
'500 Pages for Knowledge Base',
'300 Contents for Knowledge Base', // '500 Pages for Knowledge Base',
'250,000 AI Tokens'
]

// Premium plan
export const highlightedFeaturesPlanE = [
{ 'color': '#a613ec', 'background': 'rgba(166,19,236,.2)', 'feature': '2 User' },
{ 'color': '#0d8cff', 'background': 'rgba(13,140,255,.2)', 'feature': '3000 Chat/mo.' },
{ 'color': '#0d8cff', 'background': 'rgba(13,140,255,.2)', 'feature': '3,000 Chat/mo.' },
{ 'color': '#19a95d', 'background': 'rgba(28,191,105,.2)', 'feature': '20 Chatbot' }
]

Expand Down

0 comments on commit ef405ac

Please sign in to comment.