|
@@ -109,23 +109,23 @@ const list = [
|
|
]
|
|
]
|
|
// 服务
|
|
// 服务
|
|
const service = [
|
|
const service = [
|
|
- { title: '高管搜索与招募' },
|
|
|
|
- { title: '董事会服务' },
|
|
|
|
- { title: '首次执行官继任计划' },
|
|
|
|
- { title: '高管评估服务' },
|
|
|
|
- { title: '领导力咨询服务' }
|
|
|
|
|
|
+ { title: '高级管理精英甄选' },
|
|
|
|
+ { title: '人才发展储备策略' },
|
|
|
|
+ { title: '管理者能力提升方案' },
|
|
|
|
+ { title: '卓越成长轨迹' },
|
|
|
|
+ { title: '高管信誉与资质验证' }
|
|
]
|
|
]
|
|
// 办公地点
|
|
// 办公地点
|
|
const countryOffice = [
|
|
const countryOffice = [
|
|
- { name: '北京', desc: '故宫', url: 'https://cn.spencerstuart.com/-/media/offices-search/beijing-office.jpg' },
|
|
|
|
- { name: '上海', desc: '东方明珠', url: 'https://cn.spencerstuart.com/-/media/offices-search/hong-kong-office.jpg' },
|
|
|
|
- { name: '广州', desc: '珠江新城', url: 'https://cn.spencerstuart.com/-/media/offices-search/shanghai-1597-15257628-office-hdr.jpg' }
|
|
|
|
|
|
+ { name: '苏州', desc: '苏州识喜识谊信息科技有限公司', url: 'https://cn.spencerstuart.com/-/media/offices-search/beijing-office.jpg' },
|
|
|
|
+ { name: '北京', desc: '苏州识喜识谊信息科技有限公司', url: 'https://cn.spencerstuart.com/-/media/offices-search/hong-kong-office.jpg' },
|
|
|
|
+ { name: '广州', desc: '苏州识喜识谊信息科技有限公司', url: 'https://cn.spencerstuart.com/-/media/offices-search/shanghai-1597-15257628-office-hdr.jpg' }
|
|
]
|
|
]
|
|
// 我们的顾问
|
|
// 我们的顾问
|
|
const consultant = [
|
|
const consultant = [
|
|
- { country: '北京', enName: 'Siew Kiang Ng', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/singapore/ng_siewkiang-web-5a.jpg' },
|
|
|
|
- { country: '上海', enName: 'Alice Au', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/hong-kong/young_jeremy-web-5d.jpg' },
|
|
|
|
- { country: '苏州', enName: 'Jeremy Young', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/hong-kong/au_alice-web-2d.jpg' }
|
|
|
|
|
|
+ { country: '苏州', enName: '田森', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/hong-kong/young_jeremy-web-5d.jpg' },
|
|
|
|
+ { country: '北京', enName: '潘青海', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/singapore/ng_siewkiang-web-5a.jpg' },
|
|
|
|
+ { country: '北京', enName: '姚嘉庆', avatar: 'https://cn.spencerstuart.com/-/media/consultant-photos-new/hong-kong/au_alice-web-2d.jpg' }
|
|
]
|
|
]
|
|
// 我们的见解
|
|
// 我们的见解
|
|
const articles = [
|
|
const articles = [
|