From 7a09d806c22d5c743d8774060ad305eee03e16e9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 6 May 2024 18:48:25 +0200 Subject: [PATCH] Update enterprise-table.tsx --- .../src/refine-theme/enterprise-table.tsx | 49 +++++++++++++++---- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/documentation/src/refine-theme/enterprise-table.tsx b/documentation/src/refine-theme/enterprise-table.tsx index 0e04b85..c7362d0 100644 --- a/documentation/src/refine-theme/enterprise-table.tsx +++ b/documentation/src/refine-theme/enterprise-table.tsx @@ -486,22 +486,31 @@ const TableText = ({ children }) => { }; const tableData = [ - { - title: "Support", + { + title: "Pricing", items: [ { - description: "Support Level", - community: Community Support, - enterprise: Priority Support, + description: "$", + community: ( + forever free + ), + enterprise: ( + $20/month + ), valueType: { community: "text", enterprise: "text", }, }, + ], + }, + { + title: "Support", + items: [ { description: "Support Channels", - community: Community Channels, - enterprise: Private Support Channel, + community: Community Forums & Discord, + enterprise: Ticketing & Hands-on support, valueType: { community: "text", enterprise: "text", @@ -511,7 +520,7 @@ const tableData = [ description: "SLA", community: , enterprise: ( - Response time within one business day + Response time within one hour ), valueType: { community: "icon", @@ -570,7 +579,7 @@ const tableData = [ ], }, { - title: "Number of Accounts", + title: "Accounts & Websites", items: [ { description: "Admin Accounts", @@ -594,6 +603,19 @@ const tableData = [ enterprise: "text", }, }, + { + description: "Websites", + community: Unlimited, + enterprise: ( + + Unlimited + + ), + valueType: { + community: "text", + enterprise: "text", + }, + }, ], }, { @@ -640,6 +662,15 @@ const tableData = [ enterprise: "icon", }, }, + { + description: "FOSSBilling Module", + community: , + enterprise: , + valueType: { + community: "icon", + enterprise: "icon", + }, + }, ], }, {