fix: update data retention periods in PricingSection; change '3 years' to '2 years' for startups and 'Unlimited' to '3 years' for large organizations

This commit is contained in:
Usman Baig
2026-02-01 20:39:25 +01:00
parent e17c95b940
commit 0dee4a699a

View File

@@ -27,7 +27,7 @@ const PLANS = [
description: 'For startups and growing agencies',
features: [
'Up to 5 sites',
'3 years data retention',
'2 year data retention',
'Team dashboard',
'Shared links'
]
@@ -38,7 +38,7 @@ const PLANS = [
description: 'For large organizations',
features: [
'Up to 10 sites',
'Unlimited data retention',
'3 years data retention',
'Priority support',
'Custom events'
]