Compare commits

..

9 Commits

Author SHA1 Message Date
ChineseChikki b05b7b6956 About us page updated 2023-01-25 21:14:49 +01:00
tokslaw fa649aef81 Merge branch 'myfit-import_images' of MyFit/www-myfit into master 2023-01-25 18:28:23 +00:00
DESKTOP-QHP1O2H\MIKE 30ac6f6a69 Merge branch 'master' of https://gitlab.chiefsoft.net/MyFit/www-myfit into myfit-import_images 2023-01-25 13:09:56 -05:00
DESKTOP-QHP1O2H\MIKE f81aa3e467 resized and imported image in faq and review 2023-01-25 13:09:27 -05:00
jenkins de6044b561 .env update 2023-01-25 12:26:19 -05:00
DESKTOP-QHP1O2H\MIKE e8fcf95efb Merge branch 'master' of https://gitlab.chiefsoft.net/MyFit/www-myfit into myfit-import_images 2023-01-25 11:59:23 -05:00
DESKTOP-QHP1O2H\MIKE 6c99163825 resize and import image 2023-01-25 11:58:56 -05:00
tokslaw 1db651722b Merge branch 'myfit_contact_page_name_fix' of MyFit/www-myfit into master 2023-01-25 16:43:02 +00:00
victorAnumudu d2f4996186 made first and last name required in name input tag 2023-01-25 15:55:29 +01:00
9 changed files with 61 additions and 29 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ REACT_APP_ANDROID_URL="https://play.google.com/store/apps/details?id=com.mermsem
REACT_APP_IOS_URL="https://play.google.com/store/apps/details?id=com.mermsemr.myfit"
REACT_APP_APPSITE=" https://mermsemr.com"
REACT_APP_APPSITE="https://dev142.users.myfit.mermsemr.com/login"
# " https://mermsemr.com"
#REACT_APP_APPSITE="http://localhost:7012"
# Social Media Links
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

+44 -25
View File
@@ -14,12 +14,16 @@ const Main = ({brdcum}) => {
'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.'
let whyWeAreDiff = {
desc:'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.',
title1: 'Secure',
title2: 'Rich Features',
title3: 'Ease of Use',
title4: 'Support'
}
let secure = "Secure";
let richFeatures = "Rich Features";
let easeOfUse = "Ease of Use";
let support = "Support";
let secureDesc = "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."
let richFeaturesDesc = " Self-service & Scheduling, Tracking of health and fitness, Performance metrics. A more active, healthier interaction and improved quality of life."
let easeOfUseDesc = " MyFit keeps you connected to your health, a healthy partner for a healthy life. Measure and keep track of all you desire with your health, meaningful health awareness in one place."
let supportDesc = " myFit alerts you of irregular rhythms. You can connect with your health facilitator."
let queryDesc = 'If you have an query, please get in touch with us, we will revert back quickly.'
@@ -117,38 +121,41 @@ const Main = ({brdcum}) => {
<img src="assets/images/secure.png" alt="image"/>
</div> */}
<div className="text">
<h3>{secure}</h3>
<p>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.</p>
<h3>{whyWeAreDiff.title1}</h3>
<p> {secureDesc}</p>
</div>
</div>
</div>
<div className="col-md-6 col-lg-3">
<div className="why_box" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="200">
<div className="text">
<h3>{richFeatures}</h3>
<p>Self-service.</p>
<p>Tracking of health and fitness.</p>
<p>Scheduling.</p>
<p>Performance metrics.</p>
<p>A more active, healthier interaction and improved quality of life.</p>
</div>
<div className="why_box" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="200">
{/* <div className="icon">
<img src="assets/images/abt_functional.png" alt="image"/>
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title2}</h3>
<p>{richFeaturesDesc}</p>
</div>
</div>
</div>
<div className="col-md-6 col-lg-3">
<div className="why_box" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="300">
{/* <div className="icon">
<img src="assets/images/communication.png" alt="image"/>
</div> */}
<div className="text">
<h3>{easeOfUse}</h3>
<p>MyFit keeps you connected to health, a healthy partner for a healthy life.</p>
<p>Measure and keep track of all you desire with your health, meaningful health awareness in one place, never miss an appointment, scheduling<br/> with daily plans. An advanced metrics in a glance.</p>
<h3>{whyWeAreDiff.title3}</h3>
<p>{easeOfUseDesc}</p>
</div>
</div>
</div>
<div className="col-md-6 col-lg-3">
<div className="why_box" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="400">
{/* <div className="icon">
<img src="assets/images/abt_support.png" alt="image"/>
</div> */}
<div className="text">
<h3>{support}</h3>
<p>myFit can alert you of irregular rhythms. You can connect with your health facilitator.</p>
<h3>{whyWeAreDiff.title4}</h3>
<p>{supportDesc}</p>
</div>
</div>
</div>
@@ -167,11 +174,16 @@ const Main = ({brdcum}) => {
<div className="col-lg-6">
<div className="about_text">
<div className="section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100">
<h2> <span>We focus on quality,</span> never focus on quantity</h2>
<p>{innovativeDesc}</p>
<h2> <span>We focus on quality,</span> never
focus on quantity</h2>
<p>{innovativeDesc}</p>
</div>
<ul className="app_statstic" id="counter" data-aos="fade-in" data-aos-duration="1500">
<li>
{/* <div className="icon">
<img src="assets/images/download.png" alt="image" />
</div> */}
<div className="text">
<h3>Manage</h3>
<p>health plan</p>
@@ -179,20 +191,27 @@ const Main = ({brdcum}) => {
</li>
<li>
{/* <div className="icon">
<img src="assets/images/followers.png" alt="image" />
</div> */}
<div className="text">
<h3>Health Record</h3>
<p>with you</p>
</div>
</li>
<li>
{/* <div className="icon">
<img src="assets/images/reviews.png" alt="image" />
</div> */}
<div className="text">
<h3>Health</h3>
<p>reminders</p>
</div>
</li>
<li>
{/* <div className="icon">
<img src="assets/images/countries.png" alt="image" />
</div> */}
<div className="text">
<h3>Quick</h3>
<p>Schedule</p>
+1 -1
View File
@@ -198,7 +198,7 @@ const Main = ({ brdcum }) => {
maxLenght={35}
value={values.name}
onChange={onChange}
pattern="^$|^[a-zA-Z]+( [a-zA-Z]+)?$+( [a-zA-Z]+)?$"
pattern="^\w+( \w+)$"
/>
<FormInput
+7 -1
View File
@@ -7,6 +7,8 @@ import BGImg from "../../../assets/images/bread_crumb_bg.png"
import BGImg1 from "../../../assets/images/bread_crumb_bg_one.png"
import BGImg2 from "../../../assets/images/bread_crumb_bg_two.png"
import Faq from '../../HomeMain/Faq/Main'
import screen from '../../../assets/images/download-screen01.png'
import screen1 from '../../../assets/images/download-screen02.png'
import SiteService from '../../../vendors/service/siteService'
@@ -242,9 +244,13 @@ const Main = ({brdcum}) => {
</div>
</div>
<div className="col-md-6">
<div className="free_img">
{/* <div className="free_img">
<img src="assets/images/download-screen01.png" alt="image" />
<img className="mobile_mockup" src="assets/images/download-screen02.png" alt="image" />
</div> */}
<div className="free_img">
<img src={screen} alt="image" />
<img className="mobile_mockup" src={screen1} alt="image" />
</div>
</div>
</div>
+7 -1
View File
@@ -4,6 +4,8 @@ import Bredcrumb from '../../Bredcrumb/Main'
import BGImg from "../../../assets/images/bread_crumb_bg.png"
import BGImg1 from "../../../assets/images/bread_crumb_bg_one.png"
import BGImg2 from "../../../assets/images/bread_crumb_bg_two.png"
import screen from '../../../assets/images/download-screen01.png'
import screen1 from '../../../assets/images/download-screen02.png'
const Main = ({brdcum}) => {
@@ -343,9 +345,13 @@ const Main = ({brdcum}) => {
</div>
</div>
<div className="col-md-6">
<div className="free_img">
{/* <div className="free_img">
<img src="assets/images/download-screen01.png" alt="image" />
<img className="mobile_mockup" src="assets/images/download-screen02.png" alt="image" />
</div> */}
<div className="free_img">
<img src={screen} alt="image" />
<img className="mobile_mockup" src={screen1} alt="image" />
</div>
</div>
</div>