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 (
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
"feature_reseller_dashboard": "Reseller-Dashboard",
|
||||
"feature_custom_branding": "Benutzerdefiniertes Branding",
|
||||
"feature_advanced_reporting": "Erweiterte Berichterstattung",
|
||||
"feature_photobooth_connect": "Photobooth Connect (Windows, macOS & Linux)",
|
||||
"for_endcustomers": "Für Endkunden",
|
||||
"for_resellers": "Für Partner / Agenturen",
|
||||
"details_show": "Details anzeigen",
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
"feature_reseller_dashboard": "Reseller Dashboard",
|
||||
"feature_custom_branding": "Custom Branding",
|
||||
"feature_advanced_reporting": "Advanced Reporting",
|
||||
"feature_photobooth_connect": "Photobooth Connect (Windows, macOS & Linux)",
|
||||
"for_endcustomers": "For End Customers",
|
||||
"for_resellers": "For Partner / Agencies",
|
||||
"details_show": "Show Details",
|
||||
|
||||
Reference in New Issue
Block a user