export const Customer_Service_Role = [
    { label: "Customer Service Representative" },
    { label: "Technical Support Specialist" },
    { label: "Account Manager" },
    { label: "Customer Success Manager" },
    { label: "Call Center Representative" },
    { label: "Chat Support Specialist" },
    { label: "Social Media Support Specialist" },
]

export const Administrative_Assistant = [
    { label: "Receptionist" },
    { label: "Secretary" },
    { label: "Office Manager" },
    { label: "Human Resources Specialist" },
    { label: "Recruiting Specialist" },
    { label: "Training and Development Specialist" },
    { label: "Event Planner" },
    { label: "Travel Coordinator" },
    { label: "Office Clerk" },
    { label: "Administrative Assistant" },
]

export const Sales_and_marketing_rules = [
    { label: "Sales Representative" },
    { label: "Account Executive" },
    { label: "Sales Manager" },
    { label: "Marketing Manager" },
    { label: "Marketing Director" },
    { label: "Public Relations Specialist" },
    { label: "Advertising Specialist" },
    { label: "Content Marketing Specialist" },
    { label: "Search Engine Optimization Specialist" },
    { label: "Pay-Per-Click Specialist" },
    { label: "Sales Engineer" },
    { label: "Product Manager" },
    { label: "Project Manager" },
    { label: "Supply Chain Manager" },
    { label: "Technical Sales Specialist" },
    { label: "Channel Sales Manager" },
    { label: "Regional Sales Manager" },
    { label: "Key Account Manager" },
    { label: "Strategic Account Manager" },
    { label: "Business Development Representative" },
    { label: "Regional Sales Manager" },
]

export const Management_Rules = [
    { label: "Chief Executive Officer (CEO)" },
    { label: "President" },
    { label: "Chief Operating Officer (COO)" },
    { label: "Chief Financial Officer (CFO)" },
    { label: "Chief Marketing Officer (CMO)" },
    { label: "Chief Information Officer (CIO)" },
    { label: "Chief Technology Officer (CTO)" },
    { label: "Human Resources Director" },
    { label: "Operations Manager" },
    { label: "General Manager" },
    { label: "Vice President" },
    { label: "Director" },
    { label: "Assistant Vice President" },
    { label: "Supervisor" },
    { label: "Team Leader" },
]

export const targetcustomersegments = [
    { label: "Utilities" },
    { label: "Oil and Gas Companies" },
    { label: "Water Treatment Plants" },
    { label: "Government Agencies" },
    { label: "Commercial Buildings" },
    { label: "Industrial Manufacturing Facilities" },
    { label: "Engineering Firms" },
    { label: "Construction Companies" },
    { label: "Institutional Facilities" },
    { label: "Residential Complexes" },
  ];

  export const IndustryExpertise = [
    { label: "Power Generation" },
    { label: "Upstream" },
    { label: "Industrial" },
    { label: "Midstream" },
    { label: "Agricultural" },
    { label: "Industrial Automation" },
    { label: "Water Treatment" },
    { label: "Oil and Gas" },
    { label: "Municipal" },
    { label: "Process Control" },
    { label: "Manufacturing Automation" },
    { label: "Robotics" },
  ];

  
  export  const jobtitles = [
    { label: "Procurement Manager" },
    { label: "Operations Manager" },
    { label: "Demand Planner" },
    { label: "Supply Chain Manager" },
    { label: "Maintenance Manager" },
    { label: "Category Manager" },
    { label: "Engineer" },
    { label: "Sourcing Manager" },
    { label: "Plant Manager" },
    { label: "Commodity Manager" },
  ];

  export  const companytype = [
    { label: "Manufacturers" },
    { label: "Original Equipment Manufacturers (OEMs)" },
    { label: "Distributors" },
    { label: "Value-Added Resellers (VARs)" },
    { label: "System Integrators (SIs)" },
    { label: "Service Providers" },
    { label: "Consultants" },
  ];

  export const PurchasingAuthority = [
    { label: "Limited Authority (up to $10,000)" },
    { label: "Mid-Level Authority ($10,000 - $100,000)" },
    { label: "Senior-Level Authority ($100,000+)" },
    { label: "Executive-Level Authority ($500,000+)" },
  ];
  export const ProcurementPriorities = [
    { label: "Cost Reduction" },
    { label: "Quality Assurance" },
    { label: "Supply Chain Efficiency" },
    { label: "Innovation and Technology Adoption" },
    { label: "Supplier Relationship Management" },
    { label: "Sustainability and Environmental Responsibility" },
    { label: "Risk Management" },
    { label: "Compliance with Regulations" },
  ];