import React, { useState , useEffect} from 'react' import Trusted from '../HomeMain/Trusted/Main' import { Link } from 'react-router-dom' import Bredcrumb from '../Bredcrumb/Main' import BGImg from "../../assets/images/bread_crumb_bg.png" import BGImg1 from "../../assets/images/bread_crumb_bg_one.png" import BGImg2 from "../../assets/images/bread_crumb_bg_two.png" const Main = ({brdcum}) => { const [ytShow , setytShow] = useState (false) // About us text variables let innovativeDesc = 'The team at myFit by Flxuxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution.' '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' } return ( <> {brdcum.b1 && } {brdcum.b2 && } {brdcum.b5 && } {brdcum.b3 && } {brdcum.b4 && }

Providing innovative app solution to make customer life easy to grow.

{innovativeDesc}

{/*

Standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specien book. It has survived not only five centuries, but also the leap into electronic typesetting.

*/}

Why we are different from others!

{whyWeAreDiff.desc}

{/*
image
*/}

{whyWeAreDiff.title1}

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

{/*
image
*/}

{whyWeAreDiff.title2}

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

{/*
image
*/}

{whyWeAreDiff.title3}

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

{/*
image
*/}

{whyWeAreDiff.title4}

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

image

We focus on quality, never focus on quantity

Lorem Ipsum is simply dummy text of the printing and typesetting industry lorem Ipsum has been the industrys standard dummy text ever since the when an unknown printer took a galley of type and.

  • image

    0M+

    Download

  • image

    0 M+

    Followers

  • image

    1500+

    Reviews

  • image

    0+

    Countries

image image image

Have any query about ?

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

CONTACT US NOW
) } export default Main