const dataModel=function(){const managementData=[{planTitle:"Basic plan",monthlyPrice:0,featuresPlan:["Response Time: 12hrs - 24/7 Support - via Phone, Live Chat & Email","Network and Hardware Service Level Agreement","Hardware Diagnostics, Replacement, and Upgrade","Server Reboots - Remote or Manual","Automated OS Reloads (included in the monthly price)","Network Breach Monitoring"]},{planTitle:"Bronze plan",monthlyPrice:39,info:"*Everything from the Basic Plan, plus:",featuresPlan:["Response Time: 4hrs - 24/7 Support - via Phone, Live Chat & Email","Hardware RAID Monitoring","4 Hour Remediation on Hardware Failure","OS Updates Upon Request","OS Security Updates and Patches Upon Request","Proactive Malware Scanning Using Suricata","4 x Manual OS Installs per Month","30 Minutes per Month Advanced Support"]},{planTitle:"Silver plan",monthlyPrice:59,info:"*Everything from the Bronze Plan, plus:",featuresPlan:["Response Time: 2hrs - 24/7 Support - via Phone, Live Chat & Email","3 Hour Remediation on Hardware Failure","60 Minutes per Month Advanced Support"]},{planTitle:"Gold plan",monthlyPrice:99,info:"*Everything from the Bronze Plan, plus:",featuresPlan:["Response Time: 1hr - 24/7 Support - via Phone, Live Chat & Email","2 Hour Remediation on Hardware Failure","90 Minutes per Month Advanced Support"]},{planTitle:"Platinum plan",monthlyPrice:129,info:"*Everything from the Bronze Plan, plus:",featuresPlan:["Response Time: 30 min - 24/7 Support - via Phone, Live Chat & Email","2 Hour Remediation on Hardware Failure","120 Minutes per Month Advanced Support"]}];return{managementData:managementData}}();