export const trainers = [
  {
    image: '/arnold.png',
    name: 'charlee barnes',
    role: 'coach',
    title: 'strength training professional'
  }
]