From 3fd853b9f558a1247fd02f2d541f8de9cf0204b4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 9 Jul 2023 03:38:58 +0200 Subject: [PATCH] Added enterprise features to the Pricing.jsx --- src/pages/Pricing/Pricing.jsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/Pricing/Pricing.jsx b/src/pages/Pricing/Pricing.jsx index e53929f..57c927a 100644 --- a/src/pages/Pricing/Pricing.jsx +++ b/src/pages/Pricing/Pricing.jsx @@ -34,6 +34,17 @@ const proFeatures = { "Authentifizierung": true } +const enterpriseFeatures = { + "Lizenzen": "∞", + "Mitglieder": "∞", + "Gruppen": "∞", + "Zugriffsschlüssel": "∞", + "Metadaten": "∞", + "Berechtigungen": "∞", + "Offline-Aktivierung": true, + "Authentifizierung": true +} + export const Pricing = () => { return ( @@ -43,7 +54,7 @@ export const Pricing = () => { - + )