Data updates

This commit is contained in:
dev-chiefworks
2023-01-20 04:04:21 -05:00
parent 39dac88a7c
commit 4d06c8e1b0
2 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -29,16 +29,16 @@ class myfitPricing extends Model
'icon' => '/static/media/unlimited.png',
'title' => 'Unlimited',
'text' => 'Professionals here.',
'price' => '$7.99',
'price_anual' => '$55',
'price' => '$7.99/m',
'price_anual' => '$55/y',
'features' =>['Everyting Premium', 'Feature 22', 'Feature 33', 'Feature 44','Custom Page']
],
[
'icon' => '/static/media/premium.png',
'title' => 'Premium',
'text' => 'For small team.',
'price' => '$5',
'price_anual' => '$45',
'price' => '$5/m',
'price_anual' => '$45/y',
'features' =>['Everything Standard', 'Group/Family Tracking', 'Feature 88', 'Feature 99','Feature 100']
]
);