export const homeHeader = { title: "Welcome back, Cian", subtitle: "Trinity has completed 3 Win Loss Reviews since your last login", }; export const homeCards = [ { title: "Total Reviews", value: "35", status: [ { label: "26 complete", isComplete: true, }, { label: "9 pending", isComplete: false, }, ], directionMetric: { description: "Compared to last month", data: { value: 7.5, limit: 5, }, }, }, { title: "Win Rate", value: "29.58%", status: [ { label: "10 complete", isComplete: true, }, { label: "4 pending", isComplete: false, }, ], directionMetric: { description: "Compared to industry", data: { value: 1.3, limit: 5, }, }, }, { title: "Total Opportunity Value", value: "$8,134,123", status: [ { label: "$1.9M Closed Won", isComplete: true, }, { label: "$7.4M Closed Lost", isComplete: false, }, ], directionMetric: { description: "Compared to last month", data: { value: 4.7, limit: 4, }, }, }, ];