119 lines
4.3 KiB
TypeScript
119 lines
4.3 KiB
TypeScript
export const homeHeroSlides = [
|
||
{
|
||
title: '全域智慧物流链解决方案',
|
||
description: '贯通多式联运全链路,实现一单到底、全程可视、协同高效、降本增效与价值升级。',
|
||
image: '/images/slider/slide-1.png',
|
||
to: '/solutions/logistics-chain'
|
||
},
|
||
{
|
||
title: '携手数字化,智领新航运',
|
||
description: '用软件定义航运,以服务创造价值。岸基科技,您值得信赖的数字化伙伴。',
|
||
image: '/images/slider/slide-2.png',
|
||
to: '/products/port'
|
||
}
|
||
] as const
|
||
|
||
export const homeProductFamilies = [
|
||
{
|
||
title: '港航电商系列产品',
|
||
description: '打通销售、操作、商务、客服全链路,赋能港航企业一体化物流运营方案。',
|
||
iconKey: 'commerce',
|
||
to: '/products/ecommerce'
|
||
},
|
||
{
|
||
title: '物流供应链系列产品',
|
||
description: '覆盖船公司、船货代、报关行、车队、场站及仓储,全链路产品矩阵。',
|
||
iconKey: 'logistics',
|
||
to: '/products/logistics'
|
||
},
|
||
{
|
||
title: '云码头系列产品',
|
||
description: '为集装箱、散货、件杂货及液化码头提供深度覆盖的完整解决方案。',
|
||
iconKey: 'port',
|
||
to: '/products/port'
|
||
},
|
||
{
|
||
title: '航运数字系列产品',
|
||
description: '驱动航运全链路降本增效,依托“1+3+N”核心架构,构建数字化协同引擎。',
|
||
iconKey: 'shipping',
|
||
to: '/products/shipping'
|
||
}
|
||
] as const
|
||
|
||
export const homeSolutions = [
|
||
{
|
||
meta: '内河港航集团',
|
||
title: '内河港航一体化解决方案',
|
||
description: '打通港口、物流、贸易、金融全链路,实现无人化作业、一单到底、全程可视、业态升级。',
|
||
image: '/images/portfolio/img-5.webp',
|
||
to: '/solutions/inland-river-shipping'
|
||
},
|
||
{
|
||
meta: '贸易 / 物流 / 港口',
|
||
title: '大宗货物供应链解决方案',
|
||
description: '按货种深度定制,打通物流、贸易、金融全链路,实现作业无人化、全程可追溯、增收提效。',
|
||
image: '/images/portfolio/img-1.jpg',
|
||
to: '/solutions/supply-chain'
|
||
},
|
||
{
|
||
meta: '大型港航集团',
|
||
title: '港口供应链平台解决方案',
|
||
description: 'AI 智能配载更高效、全货种兼容更通用、数据打通更协同、信创适配更安全、供应链服务更增值。',
|
||
image: '/images/portfolio/img-4.webp',
|
||
to: '/solutions/port-supply-chain'
|
||
},
|
||
{
|
||
meta: '大型物流集团',
|
||
title: '全程物流链解决方案',
|
||
description: '以统一平台打通全环节数据,实现业务财务一体化、流程自动化,高效解决物流协同低效、成本难控等痛点。',
|
||
image: '/images/portfolio/img-3.webp',
|
||
to: '/solutions/logistics-chain'
|
||
}
|
||
] as const
|
||
|
||
export const homeServiceDomains = [
|
||
{ title: '港口码头', iconClass: 'flaticon-matou' },
|
||
{ title: '集装箱场站', iconClass: 'flaticon-changzhan' },
|
||
{ title: '船公司', iconClass: 'flaticon-dingcang' },
|
||
{ title: '船代', iconClass: 'flaticon-cruise' },
|
||
{ title: '货代', iconClass: 'flaticon-box' },
|
||
{ title: '仓储', iconClass: 'flaticon-cangchu' },
|
||
{ title: '车队', iconClass: 'flaticon-delivery' },
|
||
{ title: '其他', iconClass: 'flaticon-pallet' }
|
||
] as const
|
||
|
||
export const homeIndustryStats = [
|
||
{ value: '20+', label: '年货运总量(亿吨)' },
|
||
{ value: '4000+', label: '集装箱标准箱量(万)' },
|
||
{ value: '5+', label: '煤炭及制品货量(亿吨)' },
|
||
{ value: '4+', label: '金属矿石货量(亿吨)' },
|
||
{ value: '500+', label: '滚装汽车货量(万)' }
|
||
] as const
|
||
|
||
export const homePartnerRows = [
|
||
[
|
||
'/images/partners/jinjiang.png',
|
||
'/images/partners/qiaoyi.png',
|
||
'/images/partners/zhongshanganghang.png',
|
||
'/images/partners/shanghaihanghua.png',
|
||
'/images/partners/qinhuangdao.png',
|
||
'/images/partners/rizhao.png'
|
||
],
|
||
[
|
||
'/images/partners/beibuwan.png',
|
||
'/images/partners/jining.png',
|
||
'/images/partners/liandai.png',
|
||
'/images/partners/hainanlingao.png',
|
||
'/images/partners/zhujiangchuanwu.png',
|
||
'/images/partners/hefei.png'
|
||
],
|
||
[
|
||
'/images/partners/gangwuju.png',
|
||
'/images/partners/zhongyunjituan.png',
|
||
'/images/partners/tangshangang.png',
|
||
'/images/partners/dongfangguoji.png',
|
||
'/images/partners/weihaigang.png',
|
||
'/images/partners/wuzhou.png'
|
||
]
|
||
] as const
|