+
+ {price < 0
+ ? 'Custom Pricing'
+ : `$${PricingType === 'monthly' ? price : yearlyPrice}`}
+
+ {price > 0 ? (
+
+ {PricingType === 'monthly' ? '/ month' : '/ year'}
+
+ ) : null}
+
+
+
+
+ {spaceProjects < 0 ? 'Unlimited' : spaceProjects} Projects
+
+
+
+
+
{spaceUsers < 0 ? 'Unlimited' : spaceUsers} Users
+
+
+
+
+ {spaceEnvironment < 0 ? 'Unlimited' : spaceEnvironment}{' '}
+ Environments
+
+
+
+
+
{spaceSecrets < 0 ? 'Unlimited' : spaceSecrets} Secrets
+
+
+
+
+ {spaceIntegerations < 0 ? 'Unlimited' : spaceIntegerations}{' '}
+ Integerations
+
+
+
+
+
+
{spaceAccessSpecifier} Of Access Specifier
+
+
+
+
+ {spaceLiveSupport ? (
+
Email & Live Support
+ ) : (
+
Email Support
+ )}
+
+