About_us_texts modified
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -14,17 +14,15 @@ 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.',
|
||||
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.",
|
||||
richFeaturesDesc: " Self-service & Scheduling, Tracking of health and fitness, Performance metrics. A more active, healthier interaction and improved quality of life.",
|
||||
easeOfUseDesc:" MyFit keeps you connected to your health, a healthy partner for a healthy life. Measure and keep track of your health, meaningful health awareness in one place.",
|
||||
supportDesc:" myFit alerts you of irregular rhythms. You can connect with your health facilitator.",
|
||||
title1: 'Secure',
|
||||
title2: 'Rich Features',
|
||||
title3: 'Ease of Use',
|
||||
title4: '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.'
|
||||
|
||||
return (
|
||||
@@ -122,7 +120,7 @@ const Main = ({brdcum}) => {
|
||||
</div> */}
|
||||
<div className="text">
|
||||
<h3>{whyWeAreDiff.title1}</h3>
|
||||
<p> {secureDesc}</p>
|
||||
<p> {whyWeAreDiff.secureDesc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -133,7 +131,7 @@ const Main = ({brdcum}) => {
|
||||
</div> */}
|
||||
<div className="text">
|
||||
<h3>{whyWeAreDiff.title2}</h3>
|
||||
<p>{richFeaturesDesc}</p>
|
||||
<p>{whyWeAreDiff.richFeaturesDesc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -144,7 +142,7 @@ const Main = ({brdcum}) => {
|
||||
</div> */}
|
||||
<div className="text">
|
||||
<h3>{whyWeAreDiff.title3}</h3>
|
||||
<p>{easeOfUseDesc}</p>
|
||||
<p>{whyWeAreDiff.easeOfUseDesc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -155,7 +153,7 @@ const Main = ({brdcum}) => {
|
||||
</div> */}
|
||||
<div className="text">
|
||||
<h3>{whyWeAreDiff.title4}</h3>
|
||||
<p>{supportDesc}</p>
|
||||
<p>{whyWeAreDiff.supportDesc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user