Add photobooth connect marketing copy

This commit is contained in:
Codex Agent
2026-01-22 13:54:29 +01:00
parent 0a03ea71a1
commit e709337df2
5 changed files with 32 additions and 2 deletions

View File

@@ -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 (

View File

@@ -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",

View File

@@ -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",