diff --git a/app/Models/myfitFaqData.php b/app/Models/myfitFaqData.php index 26b30a5..cf5e808 100644 --- a/app/Models/myfitFaqData.php +++ b/app/Models/myfitFaqData.php @@ -18,28 +18,28 @@ class myfitFaqData extends Model return array ( [ - 'title' => 'This is the title 1 from backend', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => 'What is myFit App ?', + 'text' => 'myFit is your personal health care concierge. this app helps you to manage the intricacies of your daily and long term health activities. With myFit, your health record is yours at all point, you decide your provider access as needed from time to time.' ], [ - 'title' => 'This is the title 2', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => 'How Can I manage my health plan with myFit ?', + 'text' => 'myFit learns and help You to keep track of all aspects of your health - physical, mental and emotional. It bestow your unique lifestyle, needs and comprehensive well-being' ], [ - 'title' => 'This is the title 3', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => 'What can I track with myFit ?', + 'text' => ' myFit automatically keeps track of physical activities, medical status & visits , schedules ,view and cancel appointments. Myfit keeps your health in one place and connects you to support a healthier lifestyle' ], [ - 'title' => 'This is the title 4', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => 'How can I track with myFit ?', + 'text' => 'Open myFit app , add information about your health, goals and save.Under each category of your choosing, select Activity, set a goal , see your progress.' ], [ - 'title' => 'This is the title 5', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => 'How secure is myFit App?', + 'text' => 'myFit, technology works synchronously with information you choose to share and will be encrypted and stored on a dedicated server so that MyFit can provide you with personalized, healthy decisions. MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information.' ], [ - 'title' => 'This is the title 6', - 'text' => 'Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.' + 'title' => ' What kind of device do I need?', + 'text' => 'All you need is iPhone or Android device to enjoy all personalized metrics for personal use. Instant free download from apple and play store' ] ); diff --git a/app/Models/myfitPricing.php b/app/Models/myfitPricing.php index fe66ff4..c8199dc 100644 --- a/app/Models/myfitPricing.php +++ b/app/Models/myfitPricing.php @@ -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'] ] );