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:
@@ -27,7 +27,7 @@ const PLANS = [
|
|||||||
description: 'For startups and growing agencies',
|
description: 'For startups and growing agencies',
|
||||||
features: [
|
features: [
|
||||||
'Up to 5 sites',
|
'Up to 5 sites',
|
||||||
'3 years data retention',
|
'2 year data retention',
|
||||||
'Team dashboard',
|
'Team dashboard',
|
||||||
'Shared links'
|
'Shared links'
|
||||||
]
|
]
|
||||||
@@ -38,7 +38,7 @@ const PLANS = [
|
|||||||
description: 'For large organizations',
|
description: 'For large organizations',
|
||||||
features: [
|
features: [
|
||||||
'Up to 10 sites',
|
'Up to 10 sites',
|
||||||
'Unlimited data retention',
|
'3 years data retention',
|
||||||
'Priority support',
|
'Priority support',
|
||||||
'Custom events'
|
'Custom events'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user