From 67d016734d98ecfa884184a4b3c31b988791dcec Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Wed, 11 Jan 2023 18:49:21 +0100 Subject: [PATCH] updated the features --- src/component/HomeMain/Features/Main.js | 307 +++++++++++++++--------- 1 file changed, 199 insertions(+), 108 deletions(-) diff --git a/src/component/HomeMain/Features/Main.js b/src/component/HomeMain/Features/Main.js index 81d8b66..d9a0041 100644 --- a/src/component/HomeMain/Features/Main.js +++ b/src/component/HomeMain/Features/Main.js @@ -1,117 +1,208 @@ -import React from 'react' -import img1 from '../../../assets/images/secure_data.png' -import img2 from '../../../assets/images/functional.png' -import img3 from '../../../assets/images/live-chat.png' -import img4 from '../../../assets/images/support.png' -import img5 from '../../../assets/images/features_frame.png' +import React from "react"; +import img1 from "../../../assets/images/secure_data.png"; +import img2 from "../../../assets/images/functional.png"; +import img3 from "../../../assets/images/live-chat.png"; +import img4 from "../../../assets/images/support.png"; +import img5 from "../../../assets/images/features_frame.png"; -const Main = ({video}) => { +const Main = ({ video }) => { return ( <> - {video ? -
-
-
-

Features that makes app different!

-

myFit has powerful connectivity, fitness, health, and safety features
- Also makes provision Fitness tracking,Workout tracking,Heart rate monitoring

-
-
-
-
-
- image -
-
-

Secure data

-

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

-
-
-
-
- image -
-
-

Fully functional

-

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

-
-
-
-
-
-
- image -
-
-

Live chat

-

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

-
-
-
-
- image -
-
-

24-7 Support

-

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

-
-
-
-
- image -
-
+ {video ? ( +
+
+
+

+ Features that makes app different! +

+

+ Fitness Integration with your health plan in your pocket + bolsters +
healthier life by tracking and experiencing life-changing + results +

+
+
+
+
+ image +
+
+

Secure data

+

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

+
+
+
+
+ image +
+
+

Fully functional

+

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

+
+
+
+
+
+
+ image +
+
+

Live chat

+

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

+
+
+
+
+ image +
+
+

24-7 Support

+

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

+
+
+
+
+ image +
+
+
- : + ) : (
-
-
-

Features that makes app different!

-

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe - standard dummy.

-
-
-
-
- -
-

Health Tips

-

myFit continuously help you organize both general and the few health questions relevant to you. We can privately help you find answer in our communities to new questions.

-
-
-
- -
-

Health Statistics

-

Collect your health statistics yourself, weight changes, blood pressure, blood glucose data all helps to ensure that your provider is creating plans that fits you specifically..

-
-
-
-
-
- -
-

Reminders

-

Miss no appointment, medication schedule and more with myFit reminders. Allow your provider or simply set up whatever you needed reminding for.

-
-
-
- -
-

Health Plan

-

Your health plan your way - myFit assist you organizing your prescription, health routines, your providers treatment plans in one place.

-
-
-
-
- image -
-
+
+
+

+ Features that makes app different! +

+

+ Lorem Ipsum is simply dummy text of the printing and typese + tting
indus orem Ipsum has beenthe standard dummy. +

-
} +
+
+
+
+

Health Tips

+

+ myFit continuously help you organize both general and the + few health questions relevant to you. We can privately + help you find answer in our communities to new questions. +

+
+
+
+
+

Health Statistics

+

+ Collect your health statistics yourself, weight changes, + blood pressure, blood glucose data all helps to ensure + that your provider is creating plans that fits you + specifically.. +

+
+
+
+
+
+
+

Reminders

+

+ Miss no appointment, medication schedule and more with + myFit reminders. Allow your provider or simply set up + whatever you needed reminding for. +

+
+
+
+
+

Health Plan

+

+ Your health plan your way - myFit assist you organizing + your prescription, health routines, your providers + treatment plans in one place. +

+
+
+
+
+ image +
+
+
+
+ )} - ) -} + ); +}; -export default Main \ No newline at end of file +export default Main;