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 (
Category
KPI
Financial Perspective
Revenue
{'vs'} {'Last Month'}
EDITDA
{'vs'} {'Last Month'}
TPAT
{'vs'} {'Last Month'}
Customer Perspective
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'}
) } }