From 619652c7fe8751f72cb5cadc0b8699b5e578dc54 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Wed, 25 Jan 2023 17:20:13 +0100 Subject: [PATCH] About-Us-Fixed --- src/component/AboutUs/Main.js | 71 +++++++++++++---------------------- 1 file changed, 27 insertions(+), 44 deletions(-) diff --git a/src/component/AboutUs/Main.js b/src/component/AboutUs/Main.js index 201c65e..7b7cd7e 100644 --- a/src/component/AboutUs/Main.js +++ b/src/component/AboutUs/Main.js @@ -14,11 +14,13 @@ 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 queryDesc = 'If you have an query, please get in touch with us, we will revert back quickly.' return ( @@ -115,45 +117,38 @@ const Main = ({brdcum}) => { image */}
-

{whyWeAreDiff.title1}

-

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

+

{secure}

+

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.

-
- {/*
- image -
*/} -
-

{whyWeAreDiff.title2}

-

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

+
+
+

{richFeatures}

+

Self-service.

+

Tracking of health and fitness.

+

Scheduling.

+

Performance metrics.

+

A more active, healthier interaction and improved quality of life.

+
-
- {/*
- image -
*/}
-

{whyWeAreDiff.title3}

-

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

+

{easeOfUse}

+

MyFit keeps you connected to 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, never miss an appointment, scheduling
with daily plans. An advanced metrics in a glance.

+
- {/*
- image -
*/}
-

{whyWeAreDiff.title4}

-

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

+

{support}

+

myFit can alert you of irregular rhythms. You can connect with your health facilitator.

@@ -172,16 +167,11 @@ const Main = ({brdcum}) => {
-

We focus on quality, never - focus on quantity

- -

{innovativeDesc}

+

We focus on quality, never focus on quantity

+

{innovativeDesc}

  • - {/*
    - image -
    */}

    Manage

    health plan

    @@ -189,27 +179,20 @@ const Main = ({brdcum}) => {
  • - {/*
    - image -
    */}

    Health Record

    with you

  • - {/*
    - image -
    */} +

    Health

    reminders

  • - {/*
    - image -
    */} +

    Quick

    Schedule

    -- 2.34.1