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:
@@ -47,10 +47,10 @@ const FALLBACK_SERVICES = [
|
||||
{
|
||||
subtitle: 'Solution Delivery',
|
||||
title: '行业解决方案落地',
|
||||
desc: '基于深耕行业的最佳实践,提供从方案设计、系统开发到上线运维的一站式交付,确保数字化转型真正落地生根。',
|
||||
desc: '基于核心团队的行业实践,提供从方案设计、系统开发到上线运维的一站式交付,确保数字化转型真正落地生根。',
|
||||
highlights: ['行业套件', '定制开发', '系统集成', '持续运维'],
|
||||
metrics: [
|
||||
{ value: '500+', label: '项目交付经验' },
|
||||
{ value: '6', label: '行业场景覆盖' },
|
||||
{ value: '99.9%', label: '系统可用性' },
|
||||
],
|
||||
href: '/services/solution',
|
||||
@@ -201,9 +201,9 @@ function HeroSection({ heroData, stats }: {
|
||||
// ===== 信任/成果区:Bain 式量化数据展示 =====
|
||||
function TrustSection() {
|
||||
const items = [
|
||||
{ value: '12+', label: '年行业深耕', desc: '自 2014 年起专注企业数字化转型' },
|
||||
{ value: '500+', label: '项目交付', desc: '覆盖金融、制造、政务等 20+ 行业' },
|
||||
{ value: '98%', label: '客户续约率', desc: '长期陪跑,持续创造业务价值' },
|
||||
{ value: '2026', label: '年正式成立', desc: '1 月 15 日于成都龙泉驿区启航' },
|
||||
{ value: '10+', label: '人核心团队', desc: '复合型技术团队,覆盖咨询与研发' },
|
||||
{ value: '6', label: '款自研产品', desc: '覆盖核心数字化业务场景' },
|
||||
{ value: '100%', label: '私有化部署', desc: '核心数据不出境,满足合规要求' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user