import { useState } from 'react'; import { Star, ShieldCheck, Activity, Clock, BarChart2, Plus } from "lucide-react"; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import InfoBanner from "@/components/common/infoBanner"; import { fieldCrewData, vendorData } from '@/constants/constant'; export default function VendorServicePortal() { return (
Vendor performance scorecards and live field-crew status in one view — SLA adherence, response times and job dispatch across your service partners.
| Vendor | Scope | Rating | SLA | Response | Open |
|---|---|---|---|---|---|
|
{row.name}
{row.id}
|
{row.scope} |
{row.rating}
|
{row.sla} | {row.response} | {row.openJobs} |