About Us #66

Merged
tokslaw merged 1 commits from task-48-About-us-clean-up into master 2023-01-26 11:09:02 +00:00
+10 -8
View File
@@ -19,6 +19,12 @@ const Main = ({brdcum}) => {
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 (
@@ -116,9 +122,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title1}</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting indus ideas.
</p>
<p> {secureDesc}</p>
</div>
</div>
</div>
@@ -129,7 +133,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title2}</h3>
<p>Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.</p>
<p>{richFeaturesDesc}</p>
</div>
</div>
</div>
@@ -140,9 +144,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title3}</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting indus ideas.
</p>
<p>{easeOfUseDesc}</p>
</div>
</div>
</div>
@@ -153,7 +155,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title4}</h3>
<p>Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.</p>
<p>{supportDesc}</p>
</div>
</div>
</div>