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:
@@ -26,7 +26,7 @@ export function MethodologySection() {
|
||||
实施<span className="text-[var(--color-brand)]">方法论</span>
|
||||
</h2>
|
||||
<p className="text-base text-[var(--color-text-muted)]">
|
||||
经过多年实践验证的四阶段模型,确保每个项目都能科学推进、高效落地
|
||||
经过核心团队实践打磨的四阶段模型,确保每个项目都能科学推进、高效落地
|
||||
</p>
|
||||
</motion.div>
|
||||
|
||||
|
||||
@@ -5,22 +5,22 @@ import { Shield, Users, Cpu, Handshake, Quote } from 'lucide-react';
|
||||
import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
|
||||
const METRICS = [
|
||||
{ icon: Users, value: '50+', label: '服务企业', description: '覆盖金融、制造、零售、政务等行业' },
|
||||
{ icon: Users, value: '首批', label: '客户共创', description: '案例与口碑持续积累中' },
|
||||
{ icon: Cpu, value: '6', label: '自研产品', description: '覆盖企业数字化全场景' },
|
||||
{ icon: Shield, value: '99%', label: '交付满意度', description: '以结果为导向的交付承诺' },
|
||||
{ icon: Handshake, value: '3年+', label: '平均合作时长', description: '长期陪跑,持续为客户创造价值' },
|
||||
{ icon: Shield, value: '100%', label: '结果导向', description: '以业务改善为交付承诺' },
|
||||
{ icon: Handshake, value: '2026', label: '年成立', description: '1 月 15 日于成都启航' },
|
||||
];
|
||||
|
||||
const TESTIMONIALS = [
|
||||
{
|
||||
quote: '睿新致远团队不仅技术扎实,更重要的是真正理解我们的业务痛点,方案落地性很强。',
|
||||
author: '某金融机构 数字化负责人',
|
||||
role: '数字化转型项目',
|
||||
quote: '期待与您一起,把数字化转型从蓝图变为现实。',
|
||||
author: '睿新致远团队',
|
||||
role: '首批项目推进中',
|
||||
},
|
||||
{
|
||||
quote: '从需求沟通到上线交付,全程透明可控,响应速度超出预期。',
|
||||
author: '某制造企业 IT 总监',
|
||||
title: 'ERP 系统建设项目',
|
||||
quote: '我们珍视每一位客户的信任,用可衡量的结果赢得口碑。',
|
||||
author: '睿新致远团队',
|
||||
role: '客户成功承诺',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -108,7 +108,7 @@ export function SocialProofSection() {
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-sm font-medium text-[var(--color-text-primary)]">{t.author}</div>
|
||||
<div className="text-xs text-[var(--color-text-subtle)]">{('role' in t) ? t.role : t.title}</div>
|
||||
<div className="text-xs text-[var(--color-text-subtle)]">{t.role}</div>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
@@ -9,15 +9,15 @@ import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
const TRUST_PILLARS = [
|
||||
{
|
||||
icon: Shield,
|
||||
title: '12年+ 行业深耕',
|
||||
description: '核心团队长期从事技术咨询、企业数字化,服务覆盖金融、制造、零售、政务等多个行业',
|
||||
stat: '12+',
|
||||
statLabel: '年行业经验',
|
||||
title: '行业场景聚焦',
|
||||
description: '核心团队专注技术咨询与企业数字化,服务经验覆盖金融、制造、零售、政务等多个行业',
|
||||
stat: '6',
|
||||
statLabel: '行业场景',
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: '大型 IT 企业背景',
|
||||
description: '开发团队来自多个大型传统 IT 企业,具备扎实的工程能力和规范化交付经验',
|
||||
title: '专业工程背景',
|
||||
description: '开发团队具备扎实的工程能力和规范化交付经验',
|
||||
stat: '10+',
|
||||
statLabel: '人核心团队',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user