import React, {Component} from 'react'; class FindMobility extends React.Component { render() { let subheadSection = { leadTitle: `Subscribe to Our Newsletter`, title: `Somehow we will allow users to be able to find Mobility Options locations, DESIGN coming up`, btn: 'Filter' } return(
{/* PRELOADER SPINNER ============================================= */}
{/* PAGE CONTENT ============================================= */}
{/* SECTION TITLE */}
{/* Title */}

Find Scooters, Cars, Buses ...

{/* Text */}
{/* SECTION TITLE */}
{/* Section ID */} {/*{subheadSection.leadTitle}*/} {/* Title */}

{subheadSection.title}

{/* NEWSLETTER FORM */}
{/* Newsletter Form Notification */}
{/* END NEWSLETTER FORM */}
{/* End row */}
{/* End newsletter-holder */}
{/* IMAGE BLOCK */}
{/* DOWNLOAD BUTTON */}
{/* Button */} Refresh {/* OS Prerequisite */}
{/* END DOWNLOAD BUTTON */}
{/* End container */}
{/* END CONTENT-11 */}
{/* END PAGE CONTENT */}
) } } export default FindMobility