new items
This commit is contained in:
@@ -493,6 +493,8 @@
|
||||
"on_site_support": "پشتیبانی در محل",
|
||||
"on_site_training": "آموزش در محل",
|
||||
"ticket_limit": "ظرفیت ارسال تیکت",
|
||||
"technical_issue_resolution": "رفع ایراد فنی",
|
||||
"service_functionality_test": "تست عملکرد سرویس",
|
||||
"plans": "پلن ها",
|
||||
"plan_name": "نام پلن",
|
||||
"price": "قیمت",
|
||||
|
||||
@@ -68,7 +68,7 @@ const Support: FC = () => {
|
||||
{item.name}
|
||||
</div>
|
||||
<div className='text-sm text-[#595C67] mt-4'>
|
||||
ماهیانه
|
||||
سالیانه
|
||||
</div>
|
||||
<div className='font-bold text-sm mt-1'>
|
||||
{item.price === 0 ? 'رایگان' : NumberFormat(item.price)}
|
||||
@@ -141,7 +141,7 @@ const Support: FC = () => {
|
||||
</div>
|
||||
<div className='text-center mb-6'>
|
||||
<div className='font-bold text-lg'>{plan.name}</div>
|
||||
<div className='text-sm text-[#595C67] mt-2'>ماهیانه</div>
|
||||
<div className='text-sm text-[#595C67] mt-2'>سالیانه</div>
|
||||
<div className='font-bold text-sm mt-1'>{NumberFormat(plan.price)}</div>
|
||||
<div className='mt-1 text-sm'>تومان</div>
|
||||
<BuyPlan
|
||||
|
||||
Reference in New Issue
Block a user