diff --git a/src/components/PriceSection.vue b/src/components/PriceSection.vue index 59973fb..bd23490 100644 --- a/src/components/PriceSection.vue +++ b/src/components/PriceSection.vue @@ -85,9 +85,9 @@ const tariffs = [ { id: 1, name: 'TEST', price: 0, price_rub: 0, chatsQty: 5 }, - { id: 2, name: 'START', price: 1000, price_rub: 2000, chatsQty: 15 }, - { id: 3, name: 'PRO', price: 5000, price_rub: 10000, chatsQty: 40 }, - { id: 4, name: 'VIP', price: 12000, price_rub: null, chatsQty: null } + { id: 2, name: 'START', price: 2000, price_rub: 4000, chatsQty: 15 }, + { id: 3, name: 'PRO', price: 7000, price_rub: 15000, chatsQty: 40 }, + { id: 4, name: 'VIP', price: 15000, price_rub: null, chatsQty: null } ] diff --git a/src/components/PriceSectionItem.vue b/src/components/PriceSectionItem.vue index 500b919..2dc579c 100644 --- a/src/components/PriceSectionItem.vue +++ b/src/components/PriceSectionItem.vue @@ -1,6 +1,6 @@