import type { Service } from '@/types'; export const services = { en: [ { title: "Outsourcing Projects", icon: { svg: ``, gradient: "from-blue-500 to-cyan-500", }, items: [ "Provide outsourcing project services for overseas clients", "Project packaging, can provide services in different packages", "Use popular technologies: React, nest.js, next.js, etc.", "Project delivery, provide three months of free maintenance", "Regardless of project size, can provide services", ], color: "blue", }, { title: "Bug Fixes", icon: { svg: ``, gradient: "from-red-500 to-pink-500", }, items: [ "Quickly locate and fix website issues, able to quickly locate and solve problems", "Help you solve any problems encountered in the project, Bug, functional optimization issues", "Application of Vue, React, Node and other technologies", "Frontend automation, deployment, monitoring, automation, etc.", "Only limited to Node.js projects", ], color: "red", }, ], zh: [ { title: "外包项目", icon: { svg: ``, gradient: "from-blue-500 to-cyan-500", }, items: [ "为海外客户提供外包项目服务", "项目打包,可以提供不同套餐的服务", "使用流行技术:React、nest.js、next.js 等", "项目交付,提供三个月免费维护", "不论项目大小,都可以提供服务", ], color: "blue", }, { title: "Bug 修复", icon: { svg: ``, gradient: "from-red-500 to-pink-500", }, items: [ "快速定位和修复网站问题,能够快速定位和解决问题", "帮助您解决项目中遇到的任何问题,Bug、功能优化问题", "Vue、React、Node 等技术的应用", "前端自动化、部署、监控、自动化等", "仅限于 Node.js 项目", ], color: "red", }, ], };