83 lines
1.7 KiB
JavaScript
83 lines
1.7 KiB
JavaScript
export const comparison = [
|
|
{
|
|
id: "0",
|
|
title: "Custom AI chatbot",
|
|
pricing: [true, true, true],
|
|
},
|
|
{
|
|
id: "1",
|
|
title: "Live support",
|
|
pricing: [null, "Email", "1-1 support"],
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Integrations",
|
|
pricing: [true, true, true],
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Advanced analytics",
|
|
pricing: [true, true, true],
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Dedicated account manager",
|
|
pricing: [true, true, true],
|
|
},
|
|
{
|
|
id: "5",
|
|
title: "Dedicated account manager",
|
|
pricing: [true, true, true],
|
|
},
|
|
{
|
|
id: "6",
|
|
title: "Enhanced security",
|
|
pricing: [false, true, true],
|
|
},
|
|
{
|
|
id: "7",
|
|
title: "Custom AI chatbot",
|
|
pricing: [false, true, true],
|
|
},
|
|
{
|
|
id: "8",
|
|
title: "Customized training",
|
|
pricing: [false, true, true],
|
|
},
|
|
{
|
|
id: "9",
|
|
title: "Customized analytics",
|
|
pricing: [false, true, true],
|
|
},
|
|
{
|
|
id: "10",
|
|
title: "Multi-agent support",
|
|
pricing: [false, false, true],
|
|
enterprise: true,
|
|
},
|
|
{
|
|
id: "11",
|
|
title: "Advanced integrations",
|
|
pricing: [false, false, true],
|
|
enterprise: true,
|
|
},
|
|
{
|
|
id: "12",
|
|
title: "Dedicated server",
|
|
pricing: [false, false, true],
|
|
enterprise: true,
|
|
},
|
|
{
|
|
id: "13",
|
|
title: "White-labeling",
|
|
pricing: [false, false, true],
|
|
enterprise: true,
|
|
},
|
|
{
|
|
id: "14",
|
|
title: "Customizable branding",
|
|
pricing: [false, false, true],
|
|
enterprise: true,
|
|
},
|
|
];
|