gate updates
This commit is contained in:
@@ -12,52 +12,20 @@ class myfitResources extends Model
|
||||
|
||||
public function getSiteResources($in)
|
||||
{
|
||||
$dm = [];
|
||||
for ($i = 1; $i <= 9; $i++) {
|
||||
$ar = [
|
||||
'id' => $i,
|
||||
'description' => "This is the $i Desc $i",
|
||||
'img1' => 'https://blog.mermsemr.com/wp-content/uploads/2021/01/COVID-19-vaccine_002.jpg',
|
||||
];
|
||||
|
||||
$dm[] = $ar;
|
||||
}
|
||||
|
||||
return [
|
||||
'pricing_text_02' => 'This will be the test header test 001',
|
||||
'pricing' => [
|
||||
[
|
||||
'icon' => '/static/media/standard.png',
|
||||
'title' => 'Standard',
|
||||
'text' => 'For the basics.',
|
||||
'price' => 'Free',
|
||||
'price_anual' => 'Free',
|
||||
'features' => [
|
||||
'Reminders',
|
||||
'Health Tracking',
|
||||
'Analytics',
|
||||
'Notifications',
|
||||
'Health Resources',
|
||||
],
|
||||
],
|
||||
[
|
||||
'icon' => '/static/media/unlimited.png',
|
||||
'title' => 'Unlimited',
|
||||
'text' => 'Professionals here.',
|
||||
'price' => '$7.99/m',
|
||||
'price_anual' => '$55/y',
|
||||
'features' => [
|
||||
'Everyting Premium',
|
||||
'Feature 22',
|
||||
'Feature 33',
|
||||
'Integrations',
|
||||
'Custom Page',
|
||||
],
|
||||
],
|
||||
[
|
||||
'icon' => '/static/media/premium.png',
|
||||
'title' => 'Premium',
|
||||
'text' => 'For small team.',
|
||||
'price' => '$5/m',
|
||||
'price_anual' => '$45/y',
|
||||
'features' => [
|
||||
'Everything Standard',
|
||||
'Group/Family Tracking',
|
||||
'Custom Dashboard',
|
||||
'Recomendations',
|
||||
'Storage',
|
||||
],
|
||||
],
|
||||
],
|
||||
'resources' => $dm,
|
||||
'raw_data' => $in,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user