import React from 'react'; const OurExpertise = () => { return (
{/* Speciality */}

{expertise.title}

{/*
Speciality

Our Expertise

*/}

{expertise.employers.title}

{expertise.employers.text}

{expertise.healthcareProviders.title.first}
{expertise.healthcareProviders.title.second}

{expertise.healthcareProviders.text}

{expertise.healthPlan.title.first}
{expertise.healthPlan.title.second}

{expertise.healthPlan.text}

{expertise.brandPartner.title.first}
{expertise.brandPartner.title.second}

{expertise.brandPartner.text}

{expertise.parents.title}
{' '}

{expertise.parents.text}

{expertise.careers.title.first}
{expertise.careers.title.second}

{expertise.careers.text}

Speciality {/*

Emergency Call

+07 554 332 322

*/}
) } export default OurExpertise; let expertise = { title: "LET'S GET YOU ON THE SCHEDULE. ", employers: { title: 'Employers', text: 'Care for your company and employees' }, healthcareProviders: { title: { first: 'Healthcare', second: 'Providers' }, text: 'Refer your patients' }, healthPlan: { title: { first: 'Health', second: 'Plans' }, text: 'Care for your members' }, brandPartner: { title: { first: 'Brand', second: 'Partnerships' }, text: 'Join Kintcare as a brand partner' }, parents: { title: 'Parents ', text: 'Care for you and your family' }, careers: { title: { first: 'Careers', second: 'at KintCare' }, text: 'Join us on our mission ' } }