From b05b7b695683144124fef82dee9b82601c23886a Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Wed, 25 Jan 2023 21:14:49 +0100 Subject: [PATCH] About us page updated --- src/component/AboutUs/Main.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/component/AboutUs/Main.js b/src/component/AboutUs/Main.js index 201c65e..05129d9 100644 --- a/src/component/AboutUs/Main.js +++ b/src/component/AboutUs/Main.js @@ -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}) => { */}

{whyWeAreDiff.title1}

-

Lorem Ipsum is simply dummy text of the printing and type - setting indus ideas. -

+

{secureDesc}

@@ -129,7 +133,7 @@ const Main = ({brdcum}) => { */}

{whyWeAreDiff.title2}

-

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

+

{richFeaturesDesc}

@@ -140,9 +144,7 @@ const Main = ({brdcum}) => { */}

{whyWeAreDiff.title3}

-

Lorem Ipsum is simply dummy text of the printing and type - setting indus ideas. -

+

{easeOfUseDesc}

@@ -153,7 +155,7 @@ const Main = ({brdcum}) => { */}

{whyWeAreDiff.title4}

-

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

+

{supportDesc}

-- 2.34.1