From 0dee4a699ad344055424208aef3c8e05304e9d2d Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 1 Feb 2026 20:39:25 +0100 Subject: [PATCH] fix: update data retention periods in PricingSection; change '3 years' to '2 years' for startups and 'Unlimited' to '3 years' for large organizations --- components/PricingSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index c2384f4..5eba5a9 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -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' ]