update pricing and faq
This commit is contained in:
@@ -73,23 +73,15 @@ const pricingConfig = {
|
||||
{
|
||||
key: "standard",
|
||||
names: { ru: "Standard", en: "Standard" },
|
||||
descriptions: { ru: "До 2 устройств", en: "up to 2 devices" },
|
||||
descriptions: { ru: "До 3 устройств", en: "up to 3 devices" },
|
||||
prices_rub: { "1": 179.0, "3": 387.0, "6": 594.0, "12": 996.0 },
|
||||
hwid_device_limit: 2,
|
||||
monthly_gb: 0.0
|
||||
},
|
||||
{
|
||||
key: "medium",
|
||||
names: { ru: "Medium", en: "Medium" },
|
||||
descriptions: { ru: "До 3 устройств, YouTube без рекламы", en: "Up to 3 devices, YouTube without ads" },
|
||||
prices_rub: { "1": 229.0, "3": 507.0, "6": 954.0, "12": 1488.0 },
|
||||
hwid_device_limit: 3,
|
||||
monthly_gb: 0.0
|
||||
},
|
||||
{
|
||||
key: "premium",
|
||||
names: { ru: "Premium", en: "Premium" },
|
||||
descriptions: { ru: "До 10 устройств, YouTube без рекламы, сервера РФ", en: "Up to 10 devices, YouTube without ads, RU servers" },
|
||||
names: { ru: "Premium", en: "Premium"},
|
||||
descriptions: { ru: "До 10 устройств, сервера РФ , США ", en: "Up to 10 devices, RU 🇷🇺, USA 🇺🇸 servers" },
|
||||
prices_rub: { "1": 349.0, "3": 987.0, "6": 1734.0, "12": 1992.0 },
|
||||
hwid_device_limit: 10,
|
||||
monthly_gb: 0.0
|
||||
|
||||
Reference in New Issue
Block a user