import { Link } from 'react-router-dom' import React , {useState ,useEffect} from 'react' import Pricing from '../HomeMain/Pricing/Main' import Faq from '../HomeMain/Faq/Main' 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" import blueapp from "../../assets/images/appstore_blue.png"; import blue from "../../assets/images/googleplay_blue.png"; import screen from '../../assets/images/download-screen01.png' import screen1 from '../../assets/images/download-screen02.png' const Main = ({brdcum}) => { const[activeFaq, setActiveFaq] = useState({a : true}) return ( <> {brdcum.b1 && } {brdcum.b2 && } {brdcum.b5 && } {brdcum.b3 && } {brdcum.b4 && } {/*

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

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 scrambled it to make a type specimen book. It has survived not only five cen turies but also the leap into electronic typesetting, remaining essentially unchanged.

*/}
anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line

Let’s download free from apple and play store

Instant free download from apple and play store. All you need is an iPhone or Android device to enjoy all personalized metrics for personal use. Welcome to myFit App.

image image
) } export default Main