Add photobooth connect marketing copy
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-22 13:54:29 +01:00
parent 543b3015ca
commit 191f39cf5b
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 (