fix: align startup copy with 2026 founding and deploy hybrid rendering

- Replace fabricated 12-year/500+/8+ team experience claims with
  2026 founding, first-client co-creation, professional team wording
- Remove fake case studies and unverified certifications from seeds,
  cases page, products and ERP upgrade page
- Enable Next.js standalone output and production hybrid deployment
  (Dockerfile.prod, docker-compose.server.yml, Nginx nextjs upstream)
- Add linux-musl Prisma engine target and production crypto key build
- Sync production CMS database with cleaned seed content
This commit was merged in pull request #21.
This commit is contained in:
2026-08-17 20:21:39 +08:00
parent 700ce12602
commit 628a0f1a2b
37 changed files with 252 additions and 978 deletions
+28 -35
View File
@@ -559,15 +559,15 @@ async function main() {
title: '首页 Hero Banner',
eyebrow: '企业数字化转型',
heading: '让每一家企业都拥有数据驱动的决策能力',
subheading: '12 年深耕,从战略规划到系统落地,陪伴制造、零售、医疗、金融、教育、物流六大行业客户实现可衡量的业务改善。',
subheading: '公司成立于 2026 年 1 月,核心团队专注企业数字化,从战略规划到系统落地,致力于陪伴客户实现可衡量的业务改善。',
headingTop: '四川睿新致远科技有限公司',
headingBottom: '让技术成为业务增长引擎',
ctaLabel: '预约咨询',
ctaHref: '/contact',
secondaryCtaLabel: '了解我们的方法论',
secondaryCtaHref: '/services/consulting',
statValue: '500+',
statSubtext: '企业数字化转型实践',
statValue: '2026',
statSubtext: '年正式成立',
ctaTitleLine1: '每一次合作,',
ctaTitleLine2: '真正转化为业务增长',
},
@@ -575,6 +575,10 @@ async function main() {
console.log(' ✅ 首页 Hero Banner');
console.log('📝 导入案例研究...');
// 当前为首批客户共创阶段,案例种子为空;清理历史种子遗留的虚构案例
if (CASE_STUDIES.length === 0) {
await prisma.contentItem.deleteMany({ where: { modelCode: 'case-study' } });
}
await seedItems('case-study', CASE_STUDIES as unknown as Record<string, unknown>[]);
console.log(`${CASE_STUDIES.length} 个案例`);
@@ -589,8 +593,8 @@ async function main() {
desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长。从愿景制定到执行落地,陪伴企业穿越转型周期。',
highlights: ['数字化成熟度评估', '转型路线图设计', '技术选型评估', '组织变革管理'],
metrics: [
{ value: '50+', label: '咨询项目' },
{ value: '90%+', label: '方案落地率' },
{ value: '10+', label: '人核心团队' },
{ value: '6', label: '行业场景' },
],
href: '/services/consulting',
},
@@ -599,7 +603,7 @@ async function main() {
desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发,基于行业最佳实践打造适配企业实际的数字化底座。',
highlights: ['ERP 实施优化', 'CRM 客户管理', 'BI 商业智能', '系统集成'],
metrics: [
{ value: '95%+', label: '准时交付率' },
{ value: '6', label: '款自研产品' },
{ value: '<4h', label: '平均响应' },
],
href: '/services/software',
@@ -609,8 +613,8 @@ async function main() {
desc: '系统集成、数据中台、云原生架构设计与技术外包服务,以工程化能力保障系统的稳定性、可扩展性与持续迭代。',
highlights: ['数据中台建设', '云原生迁移', '研发效能提升', '7x24 运维'],
metrics: [
{ value: '20+', label: '数据源对接' },
{ value: '99.9%', label: '系统可用率' },
{ value: '24/7', label: '运维支持' },
],
href: '/services/data',
},
@@ -619,8 +623,8 @@ async function main() {
desc: 'AI 成熟度评估、场景落地与大模型应用开发,帮助企业找到 AI 与业务的最佳结合点,实现智能化升级。',
highlights: ['AI 战略规划', '大模型应用开发', '智能流程自动化', 'AI 模型训练'],
metrics: [
{ value: '30+', label: 'AI 场景落地' },
{ value: '85%', label: '平均效率提升' },
{ value: '6', label: '行业场景' },
{ value: '100%', label: '结果导向' },
],
href: '/services/solutions',
},
@@ -685,7 +689,7 @@ async function main() {
slug: 'default',
title: '关于我们',
heroSubtitle: '关于我们',
heroTitle: '12 年深耕\n500+ 企业\n的转型伙伴',
heroTitle: '新起点\n专业核心团队\n的转型伙伴',
heroDescription: '我们不把项目完成当作终点。您的业务增长了吗?您的团队能力提升了吗?\n这才是我们真正在意的事。',
heroCtaText: '预约咨询',
heroCtaLink: '/contact',
@@ -700,28 +704,17 @@ async function main() {
{ number: '03', title: '技术驱动', description: '用扎实的工程能力和行业经验赢得信任。技术不是炫技的工具,而是解决真实问题的手段。' },
],
milestones: [
{ year: '2014', title: '团队启航', description: '核心团队始于大型企业数字化转型项目,深耕 ERP、CRM 实施与定制开发。', highlight: '服务首批 20+ 企业客户' },
{ year: '2018', title: '业务扩展', description: '从单一实施服务向全链路咨询转型,建立战略咨询 + 技术落地的双轮驱动模式。', highlight: '客户突破 100 家' },
{ year: '2021', title: '产品化起步', description: '开始自研产品矩阵,从项目制向「产品+服务」双模式升级。', highlight: '3 款自研产品上线' },
{ year: '2023', title: '行业深耕', description: '聚焦制造、零售、医疗三大核心行业,建立行业解决方案库与最佳实践沉淀。', highlight: '客户续约率 95%+' },
{ year: '2026', title: '睿新致远成立', description: '四川睿新致远科技有限公司在成都正式成立,以全新品牌开启下一段征程。', highlight: '全新启航,步履不停' },
{ year: '2026.01', title: '公司成立', description: '四川睿新致远科技有限公司在成都龙泉驿区正式成立,确立「专注科技创新,驱动智慧未来」的企业使命。', highlight: '正式成立' },
{ year: '2026.02', title: '解决方案研发启动', description: '正式启动企业数字化转型解决方案研发,覆盖诊断、设计、实施、运维全链路,为中小企业提供一站式数字化升级服务。', highlight: '研发启航' },
],
keyMetrics: [
{ value: '500+', label: '服务企业', sub: '六大行业覆盖' },
{ value: '200+', label: '专业顾问', sub: '平均行业经验 8 年' },
{ value: '98%', label: '客户满意度', sub: '97% 续约率' },
{ value: '12年', label: '行业深耕', sub: 'since 2014' },
],
certifications: [
{ name: 'ISO 27001', description: '信息安全管理体系认证', icon: 'Shield' },
{ name: 'ISO 9001', description: '质量管理体系认证', icon: 'Award' },
{ name: 'CMMI 3级', description: '软件能力成熟度认证', icon: 'Zap' },
{ name: '高新技术企业', description: '国家高新技术企业认定', icon: 'Trophy' },
],
partners: [
'SAP', 'Oracle', 'Salesforce', 'Microsoft',
'阿里云', '腾讯云', '华为云', '金蝶',
{ value: '2026', label: '年成立', sub: '1 月 15 日正式注册' },
{ value: '10+', label: '人核心团队', sub: '复合型技术团队' },
{ value: '6', label: '行业覆盖', sub: '制造零售医疗等' },
{ value: '100%', label: '结果导向', sub: '以业务改善为衡量标准' },
],
certifications: [],
partners: [],
ctaTitle: '准备好开始了吗?',
ctaDescription: '无论您是想了解合作机会,还是希望深入探讨具体方案,都欢迎随时联系。',
},
@@ -741,13 +734,13 @@ async function main() {
heroSecondaryCtaLabel: '了解公司',
heroSecondaryCtaHref: '/about',
stats: [
{ value: 12, suffix: '+', label: '年行业经验' },
{ value: 2026, suffix: '', label: '年成立' },
{ value: 10, suffix: '+', label: '核心成员' },
{ value: 5, suffix: '+', label: '行业覆盖' },
{ value: 6, suffix: '', label: '行业覆盖' },
],
strengths: [
{ iconName: 'Shield', number: '01', title: '12 年+ 行业深耕', description: '核心团队长期从事技术咨询、企业数字化等领域,服务覆盖金融、制造、零售、政务、农业等多个行业。' },
{ iconName: 'Building2', number: '02', title: '大型 IT 企业背景', description: '开发团队成员来自多个大型传统 IT 企业,具备扎实的工程能力、规范化的交付流程和严格的质量意识。' },
{ iconName: 'Shield', number: '01', title: '行业场景聚焦', description: '核心团队专注技术咨询、企业数字化等领域,服务经验覆盖金融、制造、零售、政务、农业等多个行业。' },
{ iconName: 'Building2', number: '02', title: '专业工程背景', description: '开发团队具备扎实的工程能力、规范化的交付流程和严格的质量意识。' },
{ iconName: 'Users', number: '03', title: '复合型技术团队', description: '既懂技术又懂业务,能够深入理解客户的真实场景和痛点,提供真正可落地的解决方案。' },
{ iconName: 'Code', number: '04', title: '全栈技术能力', description: '从前端到后端、从云原生到数据智能、从移动端到物联网——应对各种复杂技术挑战。' },
{ iconName: 'Target', number: '05', title: '结果导向交付', description: '不以"项目上线"为终点,以"客户业务是否真正改善"为衡量标准。每一个交付成果都追求可量化的业务价值。' },
@@ -759,8 +752,8 @@ async function main() {
],
aboutTitle: '关于我们的团队',
aboutParagraphs: [
{ text: '我们的核心团队长期从事技术咨询、企业数字化等行业,拥有 12 年以上的深厚积累。' },
{ text: '开发团队成员来自于多个大型传统 IT 企业,具备扎实的工程能力和规范化的交付经验。' },
{ text: '我们的核心团队专注技术咨询、企业数字化等行业,以专业能力服务客户。' },
{ text: '开发团队具备扎实的工程能力和规范化的交付经验。' },
{ text: '我们相信,优秀的技术咨询不仅需要过硬的技术能力,更需要深入理解客户的业务场景和真实需求。每一位成员都是既懂技术又懂业务的复合型人才。' },
],
ctaTitle: '想成为我们的一员?',