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
+1 -1
View File
@@ -3,7 +3,7 @@ export const COMPANY_INFO = {
shortName: '睿新致遠',
displayName: '睿新致远',
slogan: '企业数字化转型的同行者',
description: '12年行业深耕,大厂背景团队,以结果导向的服务理念,做企业数字化转型的同行者与成长伙伴',
description: '专业核心团队,以结果导向的服务理念,做企业数字化转型的同行者与成长伙伴',
founded: '2026',
location: '四川省成都市',
email: 'contact@novalon.cn',
+1 -1
View File
@@ -18,7 +18,7 @@ export const NEWS: NewsItem[] = [
date: '2026-01-15',
category: '公司新闻',
image: '/images/news/founding.webp',
content: `2026年1月15日,四川睿新致远科技有限公司在成都龙泉驿区幸福路12号正式成立。公司注册资本雄厚,拥有一支经验丰富的技术团队。
content: `2026年1月15日,四川睿新致远科技有限公司在成都龙泉驿区幸福路12号正式成立。公司拥有一支专业的技术团队。
公司专注于信息技术服务与解决方案,致力于为企业提供全方位的数字化转型支持。成立之初,公司就确立了"专注科技创新,驱动智慧未来"的企业使命。
+4 -4
View File
@@ -4,8 +4,8 @@ export interface StatItem {
}
export const STATS: StatItem[] = [
{ value: '500+', label: '服务企业' },
{ value: '6', label: '行业覆盖' },
{ value: '200+', label: '专业顾问' },
{ value: '12+', label: '年核心团队经验' },
{ value: '2026', label: '年成立' },
{ value: '10+', label: '人核心团队' },
{ value: '6', label: '款自研产品' },
{ value: '100%', label: '结果导向' },
];