import React, { Component } from 'react'
import { Paper, Typography } from '@material-ui/core'
import Images from '../../assets/Images'
export default class StrategiMap extends Component {
render() {
return (
Revenue
{'vs'}
{'Last Month'}
EDITDA
{'vs'}
{'Last Month'}
TPAT
{'vs'}
{'Last Month'}
Part Service Rate
{'vs'}
{'Last Month'}
CSI (Customer Satisfactiomn Index)
{'vs'}
{'Last Month'}
Dealer Productivity
{'vs'}
{'Last Month'}
INTERNAL BUSINESS PROCESS PERSPECTIVE
NSI (Network Satisfaction Index)
{'vs'}
{'Last Month'}
DEP (Dealer Evaluation Program)
{'vs'}
{'Last Month'}
AEP (AHASS Evaluation Program)
{'vs'}
{'Last Month'}
TPAT
{'vs'}
{'Last Month'}
)
}
}