diff --git a/src/component/HomeMain/Work/Main.js b/src/component/HomeMain/Work/Main.js index 14051b9..39dbdd6 100644 --- a/src/component/HomeMain/Work/Main.js +++ b/src/component/HomeMain/Work/Main.js @@ -1,119 +1,199 @@ -import React , {useState} from 'react' -import { Link } from 'react-router-dom' -import img from '../../../assets/images/download_app.jpg' -import img1 from '../../../assets/images/create_account.jpg' -import img2 from '../../../assets/images/enjoy_app.jpg' -import line from '../../../assets/images/anim_line.png' -import banner from '../../../assets/images/banner-shape1.png' -import banner1 from '../../../assets/images/banner-shape2.png' -import banner2 from '../../../assets/images/banner-shape3.png' -import video from '../../../assets/images/play_icon.png' -import ytvideo from '../../../assets/images/yt_thumb.png' +import React, { useState } from "react"; +import { Link } from "react-router-dom"; +import img from "../../../assets/images/download_app.jpg"; +import img1 from "../../../assets/images/create_account.jpg"; +import img2 from "../../../assets/images/enjoy_app.jpg"; +import line from "../../../assets/images/anim_line.png"; +import banner from "../../../assets/images/banner-shape1.png"; +import banner1 from "../../../assets/images/banner-shape2.png"; +import banner2 from "../../../assets/images/banner-shape3.png"; +import video from "../../../assets/images/play_icon.png"; +import ytvideo from "../../../assets/images/yt_thumb.png"; -const Main = ({dark}) => { - const [ytShow , setytShow] = useState (false) +const Main = ({ dark }) => { + const [ytShow, setytShow] = useState(false); return ( <> -
-
-
-
-

How it works - 3 easy steps

-

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

-
-
-
    -
  • -
    -

    Download app

    -
    - - -
    -

    Download App either for Mac or Android

    -
    -
    -

    01

    -
    -
    - image -
    -
  • -
  • -
    -

    Create account

    - 14 days free trial -

    Sign up free for App account. One account for all devices.

    -
    -
    -

    02

    -
    -
    - image -
    -
  • -
  • -
    -

    It’s done, enjoy the app

    - Have any questions check our FAQs -

    Get most amazing app experience,Explore and share the app

    -
    -
    -

    03

    -
    -
    - image -
    -
  • -
-
-
- - {dark ? -
-
- - anim_line - anim_line - anim_line - anim_line - anim_line - anim_line - anim_line - anim_line - anim_line -
-
- - image - image - image - image - setytShow(true)} data-toggle="modal" data-target="#myModal" title="XJj2PbenIsU"> - - image -
-
-
-
-
-
- Let’s see virtually how it works - Watch video 1 - -
-
: - null} +
+
+
+
+

+ How it works - 3 easy steps +

+

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

-
- {ytShow && - <> - - } - - ) -} +
+
    +
  • +
    +

    Download app

    +
    + + + + + + +
    +

    Download App either for Mac or Android

    +
    +
    +

    01

    +
    +
    + image +
    +
  • +
  • +
    +

    Create account

    + 14 days free trial +

    + Sign up free for App account. One account for all devices. +

    +
    +
    +

    02

    +
    +
    + image +
    +
  • +
  • +
    +

    It’s done, enjoy the app

    + + Have any questions check our FAQs + +

    + Get most amazing app experience,Explore and share the app +

    +
    +
    +

    03

    +
    +
    + image +
    +
  • +
+
+
-export default Main \ No newline at end of file + {dark ? ( +
+
+ + anim_line + + + anim_line + + + anim_line + + + anim_line + + + anim_line + + + anim_line + + + anim_line + + + anim_line + + + anim_line + +
+
+ + {" "} + image{" "} + + + {" "} + image{" "} + + + {" "} + image{" "} + + image + setytShow(true)} + data-toggle="modal" + data-target="#myModal" + title="XJj2PbenIsU" + > + + image +
+
+
+
+
+
+ Let’s see virtually how it works + Watch video 1 + +
+
+ ) : null} + +
+ {ytShow && <>} + + ); +}; + +export default Main;