web: change 5 year trial period to 14 days

This commit is contained in:
Abdullah Atta
2025-10-22 13:08:51 +05:00
parent 6d68999912
commit 8a6da95e26

View File

@@ -46,7 +46,7 @@ export const FEATURE_HIGHLIGHTS = [
const TRIAL_PERIODS: Record<Period, number> = {
yearly: 14,
monthly: 7,
"5-year": 30
"5-year": 14
};
export function toPricingInfo(plan: Plan, user: User | undefined): PricingInfo {