'use client'; import { useRef, useState, useEffect } from 'react'; import { motion, useScroll, useTransform, useInView } from 'framer-motion'; import { StaticLink } from '@/components/ui/static-link'; import { ScrollReveal, StaggerReveal } from '@/components/ui/scroll-reveal'; import { Badge } from '@/components/ui/badge'; import { ArrowRight, ArrowUpRight, ChevronDown, Target, Briefcase, Cpu, Brain, BarChart3, Building2, Factory, ShoppingBag, Heart, GraduationCap, Globe2, Quote, CheckCircle2, Sparkles, Zap, TrendingUp, TrendingDown, Minus, Award, } from 'lucide-react'; import { useReducedMotion } from '@/hooks/use-reduced-motion'; import { cn } from '@/lib/utils'; import { GrainOverlay, FloatingInkParticles, SectionLabel, EASE_OUT } from '@/components/ui/page-decoration'; const HOME_PARTICLES = [ { x: 12, y: 28, scale: 0.8, duration: 10, delay: 0, size: 3 }, { x: 78, y: 55, scale: 0.6, duration: 12, delay: 1.5, size: 2 }, { x: 42, y: 38, scale: 1.0, duration: 9, delay: 0.8, size: 4 }, { x: 88, y: 22, scale: 0.7, duration: 11, delay: 2.2, size: 2.5 }, { x: 22, y: 72, scale: 0.9, duration: 8.5, delay: 1.0, size: 3.5 }, { x: 62, y: 48, scale: 0.55, duration: 13, delay: 2.8, size: 2 }, { x: 55, y: 18, scale: 0.65, duration: 10.5, delay: 3.2, size: 2.5 }, { x: 32, y: 62, scale: 0.75, duration: 9.5, delay: 0.5, size: 3 }, ]; const EASE_SPRING = { type: 'spring', stiffness: 300, damping: 30 } as const; const SERVICES = [ { number: '01', title: '战略咨询', subtitle: 'Strategy Consulting', desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长。从愿景制定到执行落地,陪伴企业穿越转型周期。', href: '/services/consulting', icon: , colorClass: 'text-brand', bgClass: 'bg-brand-soft', borderClass: 'group-hover:border-brand/30', highlights: ['数字化成熟度评估', '转型路线图设计', '组织变革管理', '技术选型顾问'], metrics: [ { value: '200+', label: '战略项目' }, { value: '95%', label: '落地成功率' }, ], }, { number: '02', title: '企业软件', subtitle: 'Enterprise Software', desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发。基于行业最佳实践,打造适配企业实际的数字化底座。', href: '/products', icon: , colorClass: 'text-accent-blue', bgClass: 'bg-accent-blue-soft', borderClass: 'group-hover:border-accent-blue/30', highlights: ['ERP 实施与优化', 'CRM 客户关系管理', 'BI 商业智能', '低代码平台'], metrics: [ { value: '300+', label: '系统实施' }, { value: '85%', label: '准时交付' }, ], }, { number: '03', title: '技术服务', subtitle: 'Technology Services', desc: '系统集成、数据中台、云原生架构设计与技术外包服务。以工程化能力保障系统的稳定性、可扩展性与持续迭代。', href: '/services', icon: , colorClass: 'text-accent-teal', bgClass: 'bg-accent-teal-soft', borderClass: 'group-hover:border-accent-teal/30', highlights: ['系统集成与架构', '数据中台建设', '云原生迁移', '研发效能提升'], metrics: [ { value: '500+', label: '技术项目' }, { value: '99.9%', label: '系统可用性' }, ], }, { number: '04', title: 'AI 赋能', subtitle: 'AI Empowerment', desc: 'AI 成熟度评估、场景落地与大模型应用开发。帮助企业找到 AI 与业务的最佳结合点,实现智能化升级。', href: '/services/ai', icon: , colorClass: 'text-accent-amber', bgClass: 'bg-accent-amber-soft', borderClass: 'group-hover:border-accent-amber/30', highlights: ['AI 战略规划', '大模型应用开发', '智能流程自动化', '数据治理'], metrics: [ { value: '50+', label: 'AI 项目' }, { value: '3x', label: '效率提升' }, ], }, ]; const INDUSTRIES = [ { icon: , name: '智能制造', desc: '工业4.0、智能工厂、供应链数字化', count: '120+', colorClass: 'text-brand', bgClass: 'bg-brand/10', gradientClass: 'from-brand/30' }, { icon: , name: '贸易零售', desc: '全渠道零售、会员体系、数字营销', count: '80+', colorClass: 'text-accent-blue', bgClass: 'bg-accent-blue/10', gradientClass: 'from-accent-blue/30' }, { icon: , name: '医疗健康', desc: '医院信息化、医疗数据合规、智慧医疗', count: '60+', colorClass: 'text-accent-teal', bgClass: 'bg-accent-teal/10', gradientClass: 'from-accent-teal/30' }, { icon: , name: '教育科技', desc: '在线教育、学习管理、教育数字化', count: '50+', colorClass: 'text-accent-amber', bgClass: 'bg-accent-amber/10', gradientClass: 'from-accent-amber/30' }, { icon: , name: '金融服务', desc: '金融科技、风控合规、数据中台', count: '40+', colorClass: 'text-brand', bgClass: 'bg-brand/10', gradientClass: 'from-brand/30' }, { icon: , name: '跨境电商', desc: '独立站、跨境支付、全球化运营', count: '30+', colorClass: 'text-accent-blue', bgClass: 'bg-accent-blue/10', gradientClass: 'from-accent-blue/30' }, ]; const STATS = [ { value: 500, suffix: '+', label: '企业客户', sub: '累计服务', trend: '23% YoY', trendDir: 'up' as const, highlight: '制造业与零售业为主力军' }, { value: 12, suffix: '年', label: '行业经验', sub: '深耕积累', trend: 'since 2014', trendDir: 'neutral' as const, highlight: '跨越四轮技术变革周期' }, { value: 98, suffix: '%', label: '客户满意度', sub: '持续服务', trend: '97%续约率', trendDir: 'up' as const, highlight: '80%客户合作超过3年' }, { value: 200, suffix: '+', label: '专业顾问', sub: '技术专家', trend: '年均增长30人', trendDir: 'up' as const, highlight: '10年以上资深顾问占40%' }, ]; const CASES = [ { industry: '智能制造', title: '大型制造企业 ERP 全面升级项目', challenge: '该企业原有 ERP 系统已运行 8 年,无法支撑新业务模式,数据孤岛严重,决策效率低下。', solution: '采用分步迁移策略,以数据中台为核心,重构业务流程,实现从生产到财务的全链路数字化。', result: '项目一次性上线成功,业务中断时间控制在 48 小时内,关键指标全面超越预期。', metrics: [ { value: '40%', label: '生产效率提升' }, { value: '25%', label: '库存成本下降' }, { value: '99.5%', label: '数据准确率' }, ], quote: '睿新团队不仅完成了系统升级,更帮助我们建立了数据驱动的运营体系,这是超出预期的价值。', author: 'CTO', company: '某上市制造企业', colorClass: 'text-brand', bgClass: 'bg-brand', }, { industry: '贸易零售', title: '连锁零售全渠道数字化升级', challenge: '线上线下渠道割裂,会员体系不统一,库存数据不同步,导致客户体验差、运营成本高。', solution: '构建全渠道中台,打通会员、库存、订单、营销体系,实现线上线下一体化运营。', result: '6 个月内完成 200+ 门店的系统切换,营收实现快速增长,会员复购率显著提升。', metrics: [ { value: '25%', label: '营收增长' }, { value: '50%', label: '库存周转优化' }, { value: '3x', label: '会员复购率' }, ], quote: '从咨询到落地,睿新团队展现出了超出预期的专业能力和责任心,是值得信赖的合作伙伴。', author: 'CEO', company: '某区域零售龙头', colorClass: 'text-accent-blue', bgClass: 'bg-accent-blue', }, ]; const INSIGHTS = [ { category: '研究报告', date: '2026.06.15', title: '2026 中国企业数字化转型趋势报告', excerpt: '基于 500+ 企业调研数据,深度解析制造、零售、医疗三大行业数字化成熟度与关键趋势。报告共 120 页,包含 23 个行业标杆案例。', readTime: '12 分钟', featured: true, }, { category: '行业洞察', date: '2026.05.28', title: 'AI 浪潮下的企业数字化升级路径', excerpt: '探讨企业如何在 AI 时代找到最适合的技术投入方向,避免盲目跟风,实现务实落地。', readTime: '8 分钟', featured: false, }, { category: '实践指南', date: '2026.04.20', title: 'ERP 选型避坑指南:从需求到落地全流程', excerpt: '总结 200+ ERP 实施项目经验,给出完整的选型方法论与风险控制框架。', readTime: '15 分钟', featured: false, }, ]; const APPROACH = [ { step: '01', title: '诊断评估', desc: '全面调研企业现状,识别数字化痛点与机会点,输出可执行的转型路线图。', duration: '2-4 周', deliverables: ['现状评估报告', '转型路线图', '优先级排序'], icon: , }, { step: '02', title: '方案设计', desc: '基于行业最佳实践与企业实际,定制技术架构与实施计划,确保方案可落地、可演进。', duration: '4-6 周', deliverables: ['技术架构设计', '实施计划', '成本收益分析'], icon: , }, { step: '03', title: '交付落地', desc: '以敏捷迭代方式推进项目实施,全程透明沟通,确保质量、进度与成本可控。', duration: '3-9 月', deliverables: ['系统上线', '知识转移', '运维手册'], icon: , }, { step: '04', title: '持续运营', desc: '项目交付后提供持续的技术支持与优化建议,陪伴企业数字化能力持续成长。', duration: '长期陪伴', deliverables: ['运维支持', '持续优化', '定期复盘'], icon: , }, ]; function useCountUp(target: number, start: boolean, duration: number = 2000) { const [count, setCount] = useState(0); const prefersReducedMotion = useReducedMotion(); useEffect(() => { if (!start || prefersReducedMotion) { setCount(target); return; } const startTime = performance.now(); let animationId: number; const animate = (currentTime: number) => { const elapsed = currentTime - startTime; const progress = Math.min(elapsed / duration, 1); const easeOutQuart = 1 - Math.pow(1 - progress, 4); setCount(Math.floor(target * easeOutQuart)); if (progress < 1) { animationId = requestAnimationFrame(animate); } else { setCount(target); } }; animationId = requestAnimationFrame(animate); return () => cancelAnimationFrame(animationId); }, [target, start, duration, prefersReducedMotion]); return count; } function GridLines() { return (
); } function DiagonalLines({ className = '' }: { className?: string }) { return (
); } function StatItem({ value, suffix, label, sub, start, delay, trend, trendDir, highlight }: { value: number; suffix: string; label: string; sub: string; start: boolean; delay: number; trend?: string; trendDir?: 'up' | 'down' | 'neutral'; highlight?: string }) { const count = useCountUp(value, start); const TrendIcon = trendDir === 'up' ? TrendingUp : trendDir === 'down' ? TrendingDown : Minus; const trendColor = trendDir === 'up' ? 'text-success' : trendDir === 'down' ? 'text-error' : 'text-dark-text-muted'; return (
{count} {suffix}
{label}
{sub}
{trend && (
{trend}
)} {highlight && (
{highlight}
)}
); } function MagneticButton({ children, href, variant = 'primary', className }: { children: React.ReactNode; href: string; variant?: 'primary' | 'secondary'; className?: string }) { const ref = useRef(null); const [position, setPosition] = useState({ x: 0, y: 0 }); const handleMouseMove = (e: React.MouseEvent) => { if (!ref.current) return; const rect = ref.current.getBoundingClientRect(); const x = (e.clientX - rect.left - rect.width / 2) * 0.15; const y = (e.clientY - rect.top - rect.height / 2) * 0.15; setPosition({ x, y }); }; const handleMouseLeave = () => { setPosition({ x: 0, y: 0 }); }; return ( {variant === 'primary' && (
)} {children} ); } function HeroSection() { const containerRef = useRef(null); const { scrollYProgress } = useScroll({ target: containerRef, offset: ['start start', 'end start'], }); const y = useTransform(scrollYProgress, [0, 1], [0, 220]); const opacity = useTransform(scrollYProgress, [0, 0.7], [1, 0.15]); const gridY = useTransform(scrollYProgress, [0, 1], [0, -80]); const scale = useTransform(scrollYProgress, [0, 1], [1, 1.05]); return (
Digital Transformation Partner
以战略远见
驱动数字化 未来
睿新致远 — 专注于为中型及成长型企业提供从战略咨询到技术落地的全链路数字化服务。 我们以务实的方法和深度的行业洞见,帮助您构建面向未来的数字竞争力。 预约咨询 了解我们的服务
EST. 2014
12
深耕企业数字化服务
服务企业 500+
专业团队 200+
行业覆盖 6+
Scroll to explore
); } function StatsSection() { const ref = useRef(null); const isInView = useInView(ref, { once: true, margin: '-120px' }); return (
Proven Results

用数据说话
的专业实力

十二年深耕,五百余家企业的共同选择。我们用实实在在的业务成果,赢得客户的长期信赖与持续合作。

{STATS.map((stat, i) => ( ))}
); } function ServicesSection() { return (
Our Services

四位一体的数字化服务体系

从战略规划到技术落地,为企业数字化转型提供全链路专业服务,每一步都有资深专家陪伴。

{SERVICES.map((service, i) => (
); } function IndustriesSection() { return (
Industries

深耕六大
核心行业

专注垂直领域,积累丰富的行业 Know-How,提供更贴合业务实际的解决方案。 每一个行业都有专属的专家团队与成熟的方法论。

查看全部行业方案
{INDUSTRIES.map((ind, i) => (
{ind.icon}

{ind.name}

{ind.count} 案例

{ind.desc}

))}
); } function CasesSection() { return (
Case Studies

可衡量的业务成果

查看全部案例
{CASES.map((caseItem, i) => (
{caseItem.industry} CASE #{String(i + 1).padStart(2, '0')}

{caseItem.title}

挑战

{caseItem.challenge}

方案

{caseItem.solution}

成果

{caseItem.result}

“{caseItem.quote}”

— {caseItem.author},{caseItem.company}

Key Results
{caseItem.metrics.map((metric, j) => (
{metric.value}
{metric.label}
))}
))}
); } function ApproachSection() { const ref = useRef(null); const isInView = useInView(ref, { once: true, margin: '-100px' }); return (
Our Approach

四步交付法,
确保每一个项目成功落地

基于 500+ 项目经验沉淀的方法论体系。从诊断评估到持续运营,每一步都有清晰的目标和交付物,让数字化转型可见、可控、可衡量。

{APPROACH.map((step, i) => (
{step.icon} {step.step}

{step.title}

{step.desc}

交付物
    {step.deliverables.map((d, j) => (
  • {d}
  • ))}
周期:{step.duration}
))}
); } function InsightsSection() { return (
Insights

思想领导力

查看全部
{INSIGHTS.map((insight, i) => (
{insight.category}
{insight.featured && (
精选推荐
)}
{insight.date} {insight.readTime}阅读

{insight.title}

{insight.excerpt}

阅读全文
))}
); } function CTASection() { return (
Let’s Talk

准备好开启您的
数字化转型 之旅了吗?

与我们的专家团队交流,获取针对您业务的专属数字化建议与实施路径。 首次咨询完全免费,无任何商业承诺。

立即预约咨询 了解更多
); } export default function HomeContentV11() { return (
); }