Files
training/miniprogram/src/utils/home.js
T
Pine 1f65a1a7a8 feat: 培训小程序(Taro+React,OPC AI 移动端)
- 页面:首页/活动/报名/测评/政策/流程/调研/我的
- 自定义 tabBar、骨架屏、后端驱动测评
2026-08-23 22:32:39 +08:00

74 lines
3.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* home.js — 首页宣传页内容数据
* 与 web 端 website/src/data/home.js 保持同步(口径对齐营销总纲:
* 对外红线——公域只邀请到公益课/沙龙 + OPC 测评;付费课价格/交付物/效果卡数字不在首页出现)
*/
export const MK_HERO = {
badge: '一个人,也可以是一家公司',
headline: ['ONE PERSON', 'DESIGNED TO EVOLVE'],
subhead:
'我们落地在昆明市大学生创业园。每周有免费公益课和线下沙龙,讲透「一个人 + AI 怎么开一家公司」。先来听一场,交个朋友。',
ctaPrimary: { label: '预约公益课 / 沙龙', tab: '/pages/booking/index' },
ctaSecondary: { label: '先做 OPC 测评', tab: '/pages/test/index' }
};
export const MK_TRUST = [
{ value: '2', suffix: ' 场/周', label: '公益课 · 沙龙' },
{ value: '36', suffix: ' 期', label: '公益课主题库' },
{ value: '4', suffix: ' 方向', label: '沙龙小场深聊' },
{ value: '200', suffix: '+', label: '入驻创业者' }
];
/* MK_PRINCIPLE(痛点对比)已移除:首页不再展示。 */
export const MK_PRODUCTS = [
{
tag: '公益',
name: '公益课',
price: '免费',
period: '每周 1 场 · 主题轮换',
desc: '一场分享,带走一个值得做的方向,交个朋友。',
deliverables: ['6090 分钟主题认知', 'OPC典型案例分析', '扫码预约,无门槛'],
cta: '报名',
tab: '/pages/booking/index',
highlight: false
},
{
tag: '沙龙',
name: '交流沙龙',
price: '免费',
period: '每周 1 场 · 1230 人',
desc: '小场深度聊:主题深谈 + AI 现场演示 + 云南本地人脉面对面。',
deliverables: ['小场深度交流', 'AI 工具 / 智能体现场演示', '本地资源对接'],
cta: '预约',
tab: '/pages/booking/index',
highlight: true
}
];
export const MK_CORE = {
title: '我们怎么帮你:认识 → 方向 → 陪跑',
en: 'Know · Point · Run',
quote: '-·-·-·-',
items: [
{ step: '01', title: '认识', desc: '公益课 / 沙龙里看清「一个人 + AI 开公司」是怎么回事,做一次测评找到自己的倾向。', out: '得到:一个值得做的方向' },
{ step: '02', title: '方向', desc: '需要时,我们把你的资源、能力梳理成一条可执行的路(体系设计)。', out: '得到:一条可执行的路' },
{ step: '03', title: '陪跑', desc: '30 天每周复盘 + 答疑,陪你一起推进,落地到结果。', out: '得到:落地进展 / 结果' }
]
};
export const MK_OPENING = {
note: '免费公益课每周 1 场、沙龙每周 1 场,主题见公众号 / 社群每周预告。',
rows: [
{ tag: '公益', item: '公益课 · 每周 1 场', desc: '每周线下公益课,每月不定期线上主题交流' },
{ tag: '沙龙', item: '交流沙龙 · 每周 1 场', desc: '昆明 · 1230 人小场深聊' },
{ tag: '测评', item: 'OPC 创业测评 · 随时可测', desc: '5 分钟测出你的赛道 / 角色 / AI 协作方式' }
]
};
export const MK_SIGNUP = {
title: '下一步:从一次测评或一场公益课开始',
desc: '先花 5 分钟做 OPC 测评,或预约一场免费公益课 / 沙龙。'
};