Add photobooth connect marketing copy
This commit is contained in:
@@ -105,6 +105,8 @@ const buildDisplayFeatures = (pkg: Package, variant: 'endcustomer' | 'reseller')
|
||||
}
|
||||
}
|
||||
|
||||
addFeature('photobooth_connect');
|
||||
|
||||
return Array.from(new Set(features));
|
||||
};
|
||||
|
||||
@@ -191,6 +193,11 @@ function PackageComparison({ packages, variant, serviceTierNames = {} }: Package
|
||||
value: (pkg: Package) =>
|
||||
pkg.features.includes('priority_support') ? t('packages.priority_support') : t('packages.standard_support'),
|
||||
},
|
||||
{
|
||||
key: 'photobooth_connect',
|
||||
label: t('packages.feature_photobooth_connect'),
|
||||
value: () => t('packages.available'),
|
||||
},
|
||||
]
|
||||
: [
|
||||
{
|
||||
@@ -216,6 +223,11 @@ function PackageComparison({ packages, variant, serviceTierNames = {} }: Package
|
||||
value: (pkg: Package) =>
|
||||
pkg.features.includes('advanced_reporting') ? t('packages.available') : t('packages.not_available'),
|
||||
},
|
||||
{
|
||||
key: 'photobooth_connect',
|
||||
label: t('packages.feature_photobooth_connect'),
|
||||
value: () => t('packages.available'),
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user