diff --git a/src/assets/images/fleet_tree.png b/src/assets/images/fleet_tree.png new file mode 100644 index 0000000..8a888a5 Binary files /dev/null and b/src/assets/images/fleet_tree.png differ diff --git a/src/component/AboutUs/Main.js b/src/component/AboutUs/Main.js index 05129d9..5bb10ce 100644 --- a/src/component/AboutUs/Main.js +++ b/src/component/AboutUs/Main.js @@ -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}) => { */}

{whyWeAreDiff.title1}

-

{secureDesc}

+

{whyWeAreDiff.secureDesc}

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

{whyWeAreDiff.title2}

-

{richFeaturesDesc}

+

{whyWeAreDiff.richFeaturesDesc}

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

{whyWeAreDiff.title3}

-

{easeOfUseDesc}

+

{whyWeAreDiff.easeOfUseDesc}

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

{whyWeAreDiff.title4}

-

{supportDesc}

+

{whyWeAreDiff.supportDesc}