// 首页 mock 数据 // 设计稿尺寸: 390px 宽度,1px ≈ 2rpx // Hero 区 4个指标 export const trustStats = [ { value: '11', unit: '国', label: '全球本土工厂' }, { value: '24', unit: 'H', label: '极速发货' }, { value: '1000', unit: 'W+', label: '订单履约' }, { value: '800', unit: '+', label: '产品生产' } ] // 4步流程 // 每一步对应一张预览大图(img 字段,目前暂用同一张占位图,设计师供图后替换即可) const STEP_IMG = '/static/images/home/image_25_1484_1689.jpg' export const stepList = [ { step: '01', title: '选择产品', desc: '海量精选产品,满足多元定制需求', img: STEP_IMG }, { step: '02', title: '上传设计', desc: '可视化编辑器,轻松实现创意落地', img: STEP_IMG }, { step: '03', title: '在线销售', desc: '一键开通店铺,多渠道触达目标客群', img: STEP_IMG }, { step: '04', title: '生产配送', desc: '智能化柔性生产,快速响应全球配送', img: STEP_IMG } ] // 全球POD货盘 - 国家tab export const countryTabs = [ { id: 'us', name: '美国' }, { id: 'ca', name: '加拿大' }, { id: 'mx', name: '墨西哥' }, { id: 'br', name: '巴西' }, { id: 'ar', name: '阿根廷' }, { id: 'cl', name: '智利' }, { id: 'co', name: '哥伦比亚' }, { id: 'pe', name: '秘鲁' } ] // 全球POD货盘 - 产品列表 export const podProducts = [ { id: 1, name: '女士短款露脐T恤', image: '/static/images/home/Rectangle_63_1446_1437.jpg' }, { id: 2, name: '女士短款露脐T恤', image: '/static/images/home/Rectangle_181_1455_1450.jpg' }, { id: 3, name: '女士短款露脐T恤', image: '/static/images/home/Rectangle_63_1455_1461.jpg' }, { id: 4, name: '女士短款露脐T恤', image: '/static/images/home/Rectangle_181_1455_1456.jpg' } ] // 平台功能卡片 // 每一张卡片对应一张「集成平台」大图(img 字段目前暂用同一张占位图,后端/设计师提供后替换即可) const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.jpg' export const featureList = [ { step: '01', title: '设计工具', desc: '轻松设计,快速定制', img: FEAT_IMG }, { step: '02', title: '自动化履约', desc: '从生产到配送,全程无忧,准时交付', img: FEAT_IMG }, { step: '03', title: '全球配送', desc: '全球11国自营本土工厂', img: FEAT_IMG }, { step: '04', title: '店铺集成', desc: '与全球主流电商平台无缝对接', img: FEAT_IMG } ] // 为什么选择 - 4个优势 export const reasonList = [ { id: 1, title: '零库存', icon: '/static/icons/home/零库存图标.svg' }, { id: 2, title: '快速生产', icon: '/static/icons/home/快速生产图标.svg' }, { id: 3, title: '优质产品', icon: '/static/icons/home/优质产品图标.svg' }, { id: 4, title: '全球配送', icon: '/static/icons/home/全球配送图标.svg' } ] // 公司简介 export const companyIntro = { title: '公司简介', sloganMain: '用科技重新定义POD供应链', sloganSub: '让每一个创意,都能高效抵达全球', desc: 'Inkreach印美达全球,一家以AI与智能印花技术驱动的全球化POD柔性供应链公司,致力于成为全球创业者最可靠的成长伙伴。', cols: [ { title: '服务对象与场景', text: '服务于数千家跨境独立站、TikTok、TEMU、SHEIN等平台商家,提供从海外生产到末端物流的一站式供应链服务,让电商创业者专注增长,无惧后端履约。' }, { title: '愿景', text: '我们坚信,每一个创意都值得被完美呈现。 Inkreach将持续深耕智能供应链生态,用科技消除制造壁垒,让全球创业者专注发挥创造力,共同书写个性化电商的新纪元。' } ] } // 公司简介 - 4个核心能力 export const companyFeatures = [ { id: 1, title: '前沿印花技术', desc: '搭载最新智能印花工艺,品质与效率兼得', icon: '/static/icons/home/ability_printing.svg' }, { id: 2, title: '深度AI应用', desc: '从设计到生产,全链路智能化提效', icon: '/static/icons/home/ability_ai.svg' }, { id: 3, title: '全球智能工厂', desc: '11国自营本土化POD工厂,日均产能超20万单', icon: '/static/icons/home/ability_global.svg' }, { id: 4, title: '一站式柔性交付', desc: '覆盖生产至物流,助力品牌从概念到商业落地', icon: '/static/icons/home/ability_flexible.svg' } ] // 底部CTA export const ctaSection = { qrImage: '/static/images/home/Rectangle_187_1470_1653.jpg', bgImage: '/static/images/home/image_26_1496_1761.jpg', textImage: '/static/images/home/image_28_1498_1767.png', text: '联系我们,开启你的全球生意新篇' }