Merge branch 'prod'

pull/6161/head^2
Cagatay Civici 2024-08-21 12:25:22 +03:00
commit 57c3e87a1d
1 changed files with 4 additions and 4 deletions

View File

@ -48,14 +48,14 @@ export default {
licenseDetails: [
{
title: 'Basic License',
price: '$29',
discount: '',
price: '$49',
discount: '$29',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$290',
discount: '',
price: '$490',
discount: '$290',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]