This commit is contained in:
eric
2026-03-14 00:28:34 -05:00
parent cf1e3760c2
commit 1f8c9c6d26
88 changed files with 5463 additions and 22657 deletions

218
lib/data.ts Normal file
View File

@@ -0,0 +1,218 @@
/**
* Nomadro 品牌母站 - Mock 数据
* 架构便于后续接入 CMS 或 API
*/
export const NAV_LINKS = [
{ href: "/", label: "首页", external: false },
{ href: "https://meetup.hackrobot.cn", label: "探索城市", external: true },
{ href: "https://digital.hackrobot.cn", label: "学习路径", external: true },
{ href: "https://vip.hackrobot.cn", label: "会员社区", external: true },
{ href: "/about", label: "关于", external: false },
] as const;
export const HERO_TAGS = [
"城市探索",
"远程技能",
"自动化杠杆",
"社群连接",
"会员成长",
] as const;
export const VALUE_PROPOSITIONS = [
{
id: "city",
icon: "MapPin",
title: "找到适合长期旅居和远程工作的城市",
description: "从大理到深圳,从成都到杭州,帮你筛选真正适合数字游民生活的目的地。",
},
{
id: "income",
icon: "TrendingUp",
title: "建立可持续的远程技能与收入结构",
description: "不是一夜暴富,而是可复制、可积累的技能变现路径。",
},
{
id: "tools",
icon: "Zap",
title: "用工具、系统和自动化放大个人能力",
description: "减少重复劳动,把时间用在真正重要的事情上。",
},
{
id: "community",
icon: "Users",
title: "进入同频社区,减少孤独和试错成本",
description: "找到同类人,分享经验,互相支持,少走弯路。",
},
] as const;
export const ENTRY_PATHS = [
{
id: "meetup",
title: "探索城市与连接同类人",
description: "适合想找目的地、找活动、找社群、找线下连接的人",
cta: "进入社区与城市探索",
href: "https://meetup.hackrobot.cn",
icon: "MapPin",
accent: "blue",
},
{
id: "digital",
title: "学习路径、专题内容与实战资源",
description: "适合还没跑通技能变现、远程工作、副业体系的人",
cta: "进入学习与专题",
href: "https://digital.hackrobot.cn",
icon: "BookOpen",
accent: "green",
},
{
id: "vip",
title: "核心会员、私域社群与持续成长",
description: "适合已经认可品牌,想获得全模块解锁、社群、问答、长期更新的人",
cta: "进入会员中心",
href: "https://vip.hackrobot.cn",
icon: "Crown",
accent: "amber",
},
] as const;
export const METHODOLOGY_SYSTEMS = [
{
id: "location",
title: "地点自由",
description: "选择适合远程生活的城市,平衡成本、网速、社群与生活方式。",
},
{
id: "income",
title: "收入结构",
description: "建立不依赖固定地点的收入来源,技能、内容、自动化缺一不可。",
},
{
id: "tools",
title: "工具杠杆",
description: "用系统和工具放大个人产出,把时间用在创造价值上。",
},
{
id: "community",
title: "社群连接",
description: "同频人的归属感,减少孤独,加速成长,共享信息与机会。",
},
] as const;
export const SCENARIOS = [
{
id: "beginner",
pain: "我还在上班,想低成本开始",
path: "先看学习路径",
cta: "查看学习专题",
href: "https://digital.hackrobot.cn",
},
{
id: "skill",
pain: "我已经会技术/内容,想把能力变成收入",
path: "先看实战资源",
cta: "进入学习与专题",
href: "https://digital.hackrobot.cn",
},
{
id: "city",
pain: "我想换个城市生活,但不知道先去哪",
path: "先看城市探索",
cta: "探索城市与社区",
href: "https://meetup.hackrobot.cn",
},
{
id: "deep",
pain: "我想进入更深圈层,不想一个人摸索",
path: "进入会员社区",
cta: "进入会员中心",
href: "https://vip.hackrobot.cn",
},
] as const;
export const ECOSYSTEM_COLUMNS = [
{
title: "城市 / 活动 / 社群",
items: ["城市库", "路线", "聚会", "微信群", "线下连接"],
},
{
title: "学习 / 工具 / 专题",
items: ["电子书", "教程", "工具", "训练营", "学习路径"],
},
{
title: "会员 / 私域 / 更新",
items: ["会员权益", "视频", "社群", "问答", "持续更新"],
},
] as const;
export const CONTENT_PREVIEW_ITEMS = [
{
id: "1",
type: "城市",
tag: "本周推荐城市",
title: "大理:苍山洱海边的慢生活",
summary: "适合远程工作的文艺之城¥3,000/月起",
href: "https://meetup.hackrobot.cn",
},
{
id: "2",
type: "专题",
tag: "本周精选专题",
title: "从零搭建远程收入结构",
summary: "技能变现的完整路径与实战案例",
href: "https://digital.hackrobot.cn",
},
{
id: "3",
type: "工具",
tag: "本周工具推荐",
title: "数字游民必备工具清单",
summary: "远程协作、自动化、时间管理的精选组合",
href: "https://digital.hackrobot.cn",
},
{
id: "4",
type: "活动",
tag: "本周社群动态",
title: "深圳 · 3 月线下聚会",
summary: "12 人已报名,本周六南山见",
href: "https://meetup.hackrobot.cn",
},
{
id: "5",
type: "专题",
tag: "学习路径",
title: "副业变现入门指南",
summary: "从想法到第一笔收入的 30 天路径",
href: "https://digital.hackrobot.cn",
},
{
id: "6",
type: "会员",
tag: "会员专属",
title: "私域社群深度交流",
summary: "高密度人脉与资源网络,持续更新",
href: "https://vip.hackrobot.cn",
},
] as const;
export const TRUST_PRINCIPLES = [
{
title: "长期主义",
description: "不是速成课,不是躺赚项目,而是一套可持续的生活方式系统。",
},
{
title: "系统搭建",
description: "从选择城市到建立收入,再到工具和社群,每一步都有清晰路径。",
},
{
title: "同频连接",
description: "适合愿意行动、愿意搭建自己路径的人,找到同类,一起前行。",
},
] as const;
export const FINAL_CTAS = [
{ label: "看城市与社区", href: "https://meetup.hackrobot.cn" },
{ label: "看专题与学习路径", href: "https://digital.hackrobot.cn" },
{ label: "进会员与私域成长", href: "https://vip.hackrobot.cn" },
] as const;