chore(cleanup): 清理废弃组件与旧版本归档
- 删除 detail-v2 旧版叙事组件 - 删除 narrative 旧版区块组件 - 删除 theme-toggle 主题切换与 theme-context 上下文 - 删除 detail-data-proof/service-value/solution-value 旧版组件 - 删除 home-content-v2/v3 旧版首页 - 归档旧版营销页面内容至 _archive 目录
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+19
-19
@@ -59,8 +59,8 @@ const enterpriseProducts = PRODUCTS.filter(p => p.categoryId === 'enterprise');
|
||||
function HomeHeroRight() {
|
||||
return (
|
||||
<InkCard padding="lg" className="lg:opacity-95">
|
||||
<div className="w-12 h-12 rounded-xl bg-[var(--color-brand-primary-bg)] flex items-center justify-center mb-5">
|
||||
<Briefcase className="w-5 h-5 text-[var(--color-brand-primary)]" strokeWidth={1.8} />
|
||||
<div className="w-12 h-12 rounded-xl bg-[var(--color-brand-bg)] flex items-center justify-center mb-5">
|
||||
<Briefcase className="w-5 h-5 text-[var(--color-brand)]" strokeWidth={1.8} />
|
||||
</div>
|
||||
|
||||
<h3 className="text-lg font-semibold text-[var(--color-text-primary)] mb-2">
|
||||
@@ -81,8 +81,8 @@ function HomeHeroRight() {
|
||||
key={item.step}
|
||||
className="flex items-center gap-4 p-3 rounded-lg bg-[var(--color-bg-section)]/60"
|
||||
>
|
||||
<div className="w-9 h-9 rounded-lg bg-[var(--color-brand-primary-bg)] flex items-center justify-center shrink-0">
|
||||
<span className="text-xs font-bold text-[var(--color-brand-primary)]">{item.step}</span>
|
||||
<div className="w-9 h-9 rounded-lg bg-[var(--color-brand-bg)] flex items-center justify-center shrink-0">
|
||||
<span className="text-xs font-bold text-[var(--color-brand)]">{item.step}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span className="text-sm font-medium text-[var(--color-text-primary)]">{item.label}</span>
|
||||
@@ -109,12 +109,12 @@ function ProductMatrixPreview() {
|
||||
transition={{ duration: 0.6, ease: EASE }}
|
||||
className="mb-14"
|
||||
>
|
||||
<div className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-[var(--color-brand-primary-bg)] border border-[var(--color-brand-primary)]/10 mb-4">
|
||||
<span className="w-1.5 h-1.5 rounded-full bg-[var(--color-brand-primary)]" />
|
||||
<span className="text-xs font-medium tracking-wider text-[var(--color-brand-primary)]">产品矩阵</span>
|
||||
<div className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-[var(--color-brand-bg)] border border-[var(--color-brand)]/10 mb-4">
|
||||
<span className="w-1.5 h-1.5 rounded-full bg-[var(--color-brand)]" />
|
||||
<span className="text-xs font-medium tracking-wider text-[var(--color-brand)]">产品矩阵</span>
|
||||
</div>
|
||||
<h2 className="text-3xl sm:text-4xl font-semibold text-[var(--color-text-primary)] mb-4">
|
||||
覆盖企业数字化<span className="text-[var(--color-brand-primary)] font-calligraphy">全场景</span>
|
||||
覆盖企业数字化<span className="text-[var(--color-brand)] font-calligraphy">全场景</span>
|
||||
</h2>
|
||||
<p className="text-base text-[var(--color-text-muted)] max-w-2xl">
|
||||
6 大自研产品互为补充,从数据智能到业务协同,每一款都经过实战验证
|
||||
@@ -131,8 +131,8 @@ function ProductMatrixPreview() {
|
||||
transition={{ duration: 0.5, delay: idx * 0.06, ease: EASE }}
|
||||
>
|
||||
<InkCard padding="sm" href={`/products/${product.id}`} className="group">
|
||||
<Package className="w-5 h-5 text-[var(--color-brand-primary)] mb-3" strokeWidth={1.8} />
|
||||
<h3 className="text-sm font-semibold text-[var(--color-text-primary)] mb-1 group-hover:text-[var(--color-brand-primary)] transition-colors">
|
||||
<Package className="w-5 h-5 text-[var(--color-brand)] mb-3" strokeWidth={1.8} />
|
||||
<h3 className="text-sm font-semibold text-[var(--color-text-primary)] mb-1 group-hover:text-[var(--color-brand)] transition-colors">
|
||||
{product.title}
|
||||
</h3>
|
||||
<p className="text-xs text-[var(--color-text-muted)] leading-relaxed line-clamp-2">
|
||||
@@ -152,7 +152,7 @@ function ProductMatrixPreview() {
|
||||
>
|
||||
<StaticLink
|
||||
href="/products"
|
||||
className="inline-flex items-center gap-2 text-sm font-medium text-[var(--color-brand-primary)] hover:text-[var(--color-brand-primary-hover)] transition-colors group"
|
||||
className="inline-flex items-center gap-2 text-sm font-medium text-[var(--color-brand)] hover:text-[var(--color-brand-hover)] transition-colors group"
|
||||
>
|
||||
浏览完整产品矩阵
|
||||
<ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" />
|
||||
@@ -177,12 +177,12 @@ function SolutionsPreview() {
|
||||
transition={{ duration: 0.6, ease: EASE }}
|
||||
className="mb-14"
|
||||
>
|
||||
<div className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-[var(--color-brand-primary-bg)] border border-[var(--color-brand-primary)]/10 mb-4">
|
||||
<span className="w-1.5 h-1.5 rounded-full bg-[var(--color-brand-primary)]" />
|
||||
<span className="text-xs font-medium tracking-wider text-[var(--color-brand-primary)]">行业方案</span>
|
||||
<div className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-[var(--color-brand-bg)] border border-[var(--color-brand)]/10 mb-4">
|
||||
<span className="w-1.5 h-1.5 rounded-full bg-[var(--color-brand)]" />
|
||||
<span className="text-xs font-medium tracking-wider text-[var(--color-brand)]">行业方案</span>
|
||||
</div>
|
||||
<h2 className="text-3xl sm:text-4xl font-semibold text-[var(--color-text-primary)] mb-4">
|
||||
深耕行业<span className="text-[var(--color-brand-primary)] font-calligraphy">场景</span>
|
||||
深耕行业<span className="text-[var(--color-brand)] font-calligraphy">场景</span>
|
||||
</h2>
|
||||
<p className="text-base text-[var(--color-text-muted)] max-w-2xl">
|
||||
基于自研产品矩阵,为不同行业量身定制端到端的数字化解决方案
|
||||
@@ -200,11 +200,11 @@ function SolutionsPreview() {
|
||||
>
|
||||
<InkCard padding="md" href={`/solutions/${solution.id}`} className="group">
|
||||
<div className="flex items-center gap-2 mb-3">
|
||||
<span className="px-2 py-0.5 rounded text-[10px] font-medium bg-[var(--color-brand-primary-bg)] text-[var(--color-brand-primary)]">
|
||||
<span className="px-2 py-0.5 rounded text-[10px] font-medium bg-[var(--color-brand-bg)] text-[var(--color-brand)]">
|
||||
{solution.industry}
|
||||
</span>
|
||||
</div>
|
||||
<h3 className="text-base font-semibold text-[var(--color-text-primary)] mb-1 group-hover:text-[var(--color-brand-primary)] transition-colors">
|
||||
<h3 className="text-base font-semibold text-[var(--color-text-primary)] mb-1 group-hover:text-[var(--color-brand)] transition-colors">
|
||||
{solution.title}
|
||||
</h3>
|
||||
<p className="text-sm text-[var(--color-text-muted)] leading-relaxed mb-3 line-clamp-2">
|
||||
@@ -219,7 +219,7 @@ function SolutionsPreview() {
|
||||
</span>
|
||||
) : null;
|
||||
})}
|
||||
<span className="px-2 py-0.5 rounded text-[10px] text-[var(--color-brand-primary)] font-medium">
|
||||
<span className="px-2 py-0.5 rounded text-[10px] text-[var(--color-brand)] font-medium">
|
||||
+ 配套服务
|
||||
</span>
|
||||
</div>
|
||||
@@ -237,7 +237,7 @@ function SolutionsPreview() {
|
||||
>
|
||||
<StaticLink
|
||||
href="/solutions"
|
||||
className="inline-flex items-center gap-2 text-sm font-medium text-[var(--color-brand-primary)] hover:text-[var(--color-brand-primary-hover)] transition-colors group"
|
||||
className="inline-flex items-center gap-2 text-sm font-medium text-[var(--color-brand)] hover:text-[var(--color-brand-hover)] transition-colors group"
|
||||
>
|
||||
查看全部行业方案
|
||||
<ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" />
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,599 @@
|
||||
'use client';
|
||||
|
||||
import { useRef, useEffect, useState } from 'react';
|
||||
import { motion, useScroll, useTransform, useInView } from 'framer-motion';
|
||||
import { StaticLink } from '@/components/ui/static-link';
|
||||
import {
|
||||
ArrowRight, Cpu, Globe, Factory, ShoppingCart, Stethoscope,
|
||||
GraduationCap, Building, Shield, Users, Brain,
|
||||
ChevronRight, TrendingUp, Target, Briefcase,
|
||||
} from 'lucide-react';
|
||||
import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
|
||||
const INK = '#0A0E14';
|
||||
const CINNABAR = '#C41E3A';
|
||||
const EASE = [0.22, 1, 0.36, 1] as const;
|
||||
|
||||
const CONTAINER = 'max-w-[1280px] mx-auto px-5 sm:px-8 lg:px-16';
|
||||
|
||||
const SERVICES = [
|
||||
{ icon: <Target className="w-6 h-6" />, title: '战略咨询', desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长', href: '/services/consulting' },
|
||||
{ icon: <Briefcase className="w-6 h-6" />, title: '企业软件', desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发', href: '/products' },
|
||||
{ icon: <Cpu className="w-6 h-6" />, title: '技术服务', desc: '系统集成、数据中台、云原生架构设计与技术外包服务', href: '/services' },
|
||||
{ icon: <Brain className="w-6 h-6" />, title: 'AI 赋能', desc: 'AI 成熟度评估、场景落地与大模型应用开发', href: '/services/ai' },
|
||||
];
|
||||
|
||||
const INDUSTRIES = [
|
||||
{ icon: <Factory className="w-5 h-5" />, name: '智能制造' },
|
||||
{ icon: <ShoppingCart className="w-5 h-5" />, name: '贸易零售' },
|
||||
{ icon: <Stethoscope className="w-5 h-5" />, name: '医疗健康' },
|
||||
{ icon: <GraduationCap className="w-5 h-5" />, name: '教育科技' },
|
||||
{ icon: <Building className="w-5 h-5" />, name: '金融服务' },
|
||||
{ icon: <Shield className="w-5 h-5" />, name: '政务合规' },
|
||||
{ icon: <Globe className="w-5 h-5" />, name: '跨境电商' },
|
||||
{ icon: <Users className="w-5 h-5" />, name: '专业服务' },
|
||||
];
|
||||
|
||||
const CASES = [
|
||||
{
|
||||
industry: '智能制造',
|
||||
title: '大型制造企业 ERP 全面升级',
|
||||
impact: [{ value: 40, suffix: '%', label: '生产效率提升' }, { value: 30, suffix: '天', label: '核心系统上线' }],
|
||||
quote: '睿新团队不仅完成了系统升级,更帮助我们建立了数据驱动的运营体系。',
|
||||
author: 'CTO,某上市制造企业',
|
||||
},
|
||||
{
|
||||
industry: '贸易零售',
|
||||
title: '连锁零售全渠道数字化升级',
|
||||
impact: [{ value: 25, suffix: '%', label: '营收增长' }, { value: 50, suffix: '%', label: '库存周转优化' }],
|
||||
quote: '从咨询到落地,睿新团队展现出了超出预期的专业能力和责任心。',
|
||||
author: 'CEO,某区域零售龙头',
|
||||
},
|
||||
{
|
||||
industry: '医疗健康',
|
||||
title: '三甲医院数据合规与患者服务',
|
||||
impact: [{ value: 100, suffix: '%', label: '合规达标' }, { value: 60, suffix: '%', label: '患者满意度提升' }],
|
||||
quote: '在医疗数据合规领域,睿新的专业度在行业中非常难得。',
|
||||
author: '信息科主任,某三甲医院',
|
||||
},
|
||||
];
|
||||
|
||||
const STATS = [
|
||||
{ value: 500, suffix: '+', label: '服务企业客户' },
|
||||
{ value: 12, suffix: '年', label: '行业深耕经验' },
|
||||
{ value: 98, suffix: '%', label: '客户满意度' },
|
||||
{ value: 200, suffix: '+', label: '专业技术团队' },
|
||||
];
|
||||
|
||||
const INSIGHTS = [
|
||||
{ tag: '白皮书', title: '2026 中国企业数字化转型趋势报告', desc: '基于 500+ 企业调研数据,深度解析制造、零售、医疗三大行业数字化成熟度与关键趋势。' },
|
||||
{ tag: '行业洞察', title: 'AI 浪潮下的企业数字化升级路径', desc: '探讨企业如何在 AI 时代找到最适合的技术投入方向,避免盲目跟风。' },
|
||||
{ tag: '实践指南', title: 'ERP 选型避坑指南:从需求到落地全流程', desc: '总结 200+ ERP 实施项目经验,给出完整的选型方法论与风险控制框架。' },
|
||||
];
|
||||
|
||||
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 StatCard({ value, suffix, label, delay = 0 }: { value: number; suffix: string; label: string; delay?: number }) {
|
||||
const ref = useRef(null);
|
||||
const isInView = useInView(ref, { once: true, margin: '-50px' });
|
||||
const count = useCountUp(value, isInView);
|
||||
|
||||
return (
|
||||
<motion.div
|
||||
ref={ref}
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.6, delay, ease: EASE }}
|
||||
className="text-center"
|
||||
>
|
||||
<div className="text-4xl md:text-5xl font-bold text-white mb-2 tracking-tight">
|
||||
{count}{suffix}
|
||||
</div>
|
||||
<div className="text-gray-400 text-sm">{label}</div>
|
||||
</motion.div>
|
||||
);
|
||||
}
|
||||
|
||||
function HeroSection() {
|
||||
const containerRef = useRef<HTMLDivElement>(null);
|
||||
const { scrollYProgress } = useScroll({
|
||||
target: containerRef,
|
||||
offset: ['start start', 'end start'],
|
||||
});
|
||||
|
||||
const y = useTransform(scrollYProgress, [0, 1], [0, 100]);
|
||||
const opacity = useTransform(scrollYProgress, [0, 0.8], [1, 0.2]);
|
||||
|
||||
return (
|
||||
<section
|
||||
ref={containerRef}
|
||||
className="relative min-h-screen flex items-center overflow-hidden"
|
||||
style={{ backgroundColor: INK }}
|
||||
>
|
||||
<div className="absolute inset-0 overflow-hidden">
|
||||
<div
|
||||
className="absolute top-1/4 -right-1/4 w-[800px] h-[800px] rounded-full opacity-20"
|
||||
style={{
|
||||
background: `radial-gradient(circle, ${CINNABAR} 0%, transparent 70%)`,
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
className="absolute bottom-0 -left-1/4 w-[600px] h-[600px] rounded-full opacity-10"
|
||||
style={{
|
||||
background: `radial-gradient(circle, ${CINNABAR} 0%, transparent 70%)`,
|
||||
}}
|
||||
/>
|
||||
<div className="absolute inset-0 opacity-[0.03]" style={{
|
||||
backgroundImage: `linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px)`,
|
||||
backgroundSize: '60px 60px',
|
||||
}} />
|
||||
</div>
|
||||
|
||||
<motion.div style={{ y, opacity }} className={`${CONTAINER} relative z-10 pt-24 pb-20`}>
|
||||
<div className="max-w-4xl">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, ease: EASE }}
|
||||
className="inline-flex items-center gap-2 px-4 py-2 rounded-full border border-white/10 bg-white/5 text-sm text-gray-300 mb-8"
|
||||
>
|
||||
<span className="w-2 h-2 rounded-full" style={{ backgroundColor: CINNABAR }} />
|
||||
专注企业数字化转型 12 年
|
||||
</motion.div>
|
||||
|
||||
<motion.h1
|
||||
initial={{ opacity: 0, y: 40 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.9, delay: 0.1, ease: EASE }}
|
||||
className="text-4xl sm:text-5xl md:text-6xl lg:text-7xl font-bold text-white leading-[1.1] tracking-tight mb-8"
|
||||
>
|
||||
以战略远见,
|
||||
<br />
|
||||
<span style={{ color: CINNABAR }}>驱动</span> 数字化未来
|
||||
</motion.h1>
|
||||
|
||||
<motion.p
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.25, ease: EASE }}
|
||||
className="text-lg md:text-xl text-gray-400 max-w-2xl mb-12 leading-relaxed"
|
||||
>
|
||||
睿新致远 — 专注于为中型及成长型企业提供从战略咨询到技术落地的全链路数字化服务。
|
||||
我们以务实的方法和深度的行业洞见,帮助您构建面向未来的数字竞争力。
|
||||
</motion.p>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.4, ease: EASE }}
|
||||
className="flex flex-wrap gap-4 mb-20"
|
||||
>
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group inline-flex items-center gap-2 px-8 py-4 text-white font-medium rounded-sm transition-all duration-300 hover:shadow-lg hover:shadow-[#C41E3A]/20"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
预约咨询
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/services"
|
||||
className="inline-flex items-center gap-2 px-8 py-4 text-white font-medium rounded-sm border border-white/20 hover:bg-white/5 transition-all duration-300"
|
||||
>
|
||||
了解服务
|
||||
</StaticLink>
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1, delay: 0.6 }}
|
||||
className="grid grid-cols-2 md:grid-cols-4 gap-8"
|
||||
>
|
||||
{STATS.map((stat, i) => (
|
||||
<StatCard key={i} {...stat} delay={i * 0.1} />
|
||||
))}
|
||||
</motion.div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1, delay: 1.2 }}
|
||||
className="absolute bottom-8 left-1/2 -translate-x-1/2 flex flex-col items-center gap-2 text-gray-500"
|
||||
>
|
||||
<span className="text-xs">向下滚动</span>
|
||||
<motion.div
|
||||
animate={{ y: [0, 8, 0] }}
|
||||
transition={{ duration: 2, repeat: Infinity, ease: 'easeInOut' }}
|
||||
>
|
||||
<ChevronRight className="w-5 h-5 rotate-90" />
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function QuestionsSection() {
|
||||
const questions = [
|
||||
{
|
||||
question: '我们的数字化投入,是否真正带来了业务增长?',
|
||||
description: '许多企业在数字化上投入巨大,却难以量化 ROI。我们帮助您建立可衡量的数字化价值评估体系,让每一分投入都可见、可追踪、可优化。',
|
||||
href: '/services/consulting',
|
||||
},
|
||||
{
|
||||
question: '核心系统如何选型、落地与集成,才能支撑业务持续增长?',
|
||||
description: 'ERP、BI、CRM 等核心系统的评估、实施与无缝集成,确保技术架构稳健可扩展,避免「上线即落后」的困境。',
|
||||
href: '/products',
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<section className="py-24 md:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, ease: EASE }}
|
||||
className="text-center mb-16"
|
||||
>
|
||||
<div className="inline-block px-4 py-1.5 rounded-full text-sm font-medium mb-4" style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}>
|
||||
核心命题
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
企业数字化的<span style={{ color: CINNABAR }}>关键问题</span>
|
||||
</h2>
|
||||
</motion.div>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-8">
|
||||
{questions.map((q, i) => (
|
||||
<motion.a
|
||||
key={i}
|
||||
href={q.href}
|
||||
initial={{ opacity: 0, y: 40 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.7, delay: i * 0.15, ease: EASE }}
|
||||
className="group relative p-8 md:p-10 rounded-sm border border-white/10 bg-white/[0.02] hover:bg-white/[0.04] transition-all duration-500 hover:border-white/20"
|
||||
>
|
||||
<div className="absolute top-0 left-0 w-full h-0.5 scale-x-0 group-hover:scale-x-100 transition-transform duration-500 origin-left" style={{ backgroundColor: CINNABAR }} />
|
||||
<div className="text-5xl font-bold mb-6 opacity-20" style={{ color: CINNABAR }}>0{i + 1}</div>
|
||||
<h3 className="text-xl md:text-2xl font-semibold text-white mb-4 leading-snug">
|
||||
{q.question}
|
||||
</h3>
|
||||
<p className="text-gray-400 leading-relaxed mb-6">
|
||||
{q.description}
|
||||
</p>
|
||||
<div className="inline-flex items-center gap-2 text-sm font-medium" style={{ color: CINNABAR }}>
|
||||
深入了解
|
||||
<ChevronRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</div>
|
||||
</motion.a>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ServicesSection() {
|
||||
return (
|
||||
<section className="py-24 md:py-32" style={{ backgroundColor: '#0D1218' }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-16">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, ease: EASE }}
|
||||
>
|
||||
<div className="inline-block px-4 py-1.5 rounded-full text-sm font-medium mb-4" style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}>
|
||||
核心服务
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
四大服务板块
|
||||
</h2>
|
||||
</motion.div>
|
||||
<motion.p
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, delay: 0.1, ease: EASE }}
|
||||
className="text-gray-400 max-w-md"
|
||||
>
|
||||
从战略规划到技术落地,为企业数字化转型提供全链路专业服务
|
||||
</motion.p>
|
||||
</div>
|
||||
|
||||
<div className="grid sm:grid-cols-2 lg:grid-cols-4 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.05)' }}>
|
||||
{SERVICES.map((service, i) => (
|
||||
<motion.a
|
||||
key={i}
|
||||
href={service.href}
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.5, delay: i * 0.1, ease: EASE }}
|
||||
className="group relative p-8 md:p-10 transition-all duration-500 hover:bg-white/[0.03]"
|
||||
style={{ backgroundColor: '#0D1218' }}
|
||||
>
|
||||
<div
|
||||
className="w-12 h-12 rounded-sm flex items-center justify-center mb-6 transition-colors duration-300"
|
||||
style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}
|
||||
>
|
||||
{service.icon}
|
||||
</div>
|
||||
<h3 className="text-lg font-semibold text-white mb-3">{service.title}</h3>
|
||||
<p className="text-gray-500 text-sm leading-relaxed mb-6">{service.desc}</p>
|
||||
<div className="inline-flex items-center gap-1 text-sm font-medium text-gray-400 group-hover:text-white transition-colors duration-300">
|
||||
了解更多
|
||||
<ArrowRight className="w-3.5 h-3.5 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</div>
|
||||
</motion.a>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.7, delay: 0.4, ease: EASE }}
|
||||
className="mt-16 pt-16 border-t border-white/5"
|
||||
>
|
||||
<div className="text-center mb-8">
|
||||
<h3 className="text-lg font-medium text-white mb-2">覆盖八大行业</h3>
|
||||
<p className="text-gray-500 text-sm">深耕垂直领域,提供行业专属解决方案</p>
|
||||
</div>
|
||||
<div className="flex flex-wrap justify-center gap-4">
|
||||
{INDUSTRIES.map((ind, i) => (
|
||||
<div
|
||||
key={i}
|
||||
className="flex items-center gap-2 px-5 py-2.5 rounded-full border border-white/10 text-gray-400 hover:border-white/20 hover:text-white transition-all duration-300"
|
||||
>
|
||||
{ind.icon}
|
||||
<span className="text-sm">{ind.name}</span>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</motion.div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CasesSection() {
|
||||
return (
|
||||
<section className="py-24 md:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-16">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, ease: EASE }}
|
||||
>
|
||||
<div className="inline-block px-4 py-1.5 rounded-full text-sm font-medium mb-4" style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}>
|
||||
客户案例
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
可衡量的<span style={{ color: CINNABAR }}>业务成果</span>
|
||||
</h2>
|
||||
</motion.div>
|
||||
<motion.a
|
||||
href="/solutions"
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, delay: 0.1, ease: EASE }}
|
||||
className="group inline-flex items-center gap-2 text-sm font-medium text-gray-400 hover:text-white transition-colors"
|
||||
>
|
||||
查看全部案例
|
||||
<ArrowRight className="w-4 h-4 transition-transform group-hover:translate-x-1" />
|
||||
</motion.a>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-3 gap-6">
|
||||
{CASES.map((caseItem, i) => (
|
||||
<motion.article
|
||||
key={i}
|
||||
initial={{ opacity: 0, y: 40 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.7, delay: i * 0.15, ease: EASE }}
|
||||
className="group relative flex flex-col rounded-sm border border-white/10 bg-white/[0.02] overflow-hidden hover:border-white/20 transition-all duration-500"
|
||||
>
|
||||
<div className="absolute top-0 left-0 w-full h-0.5 scale-x-0 group-hover:scale-x-100 transition-transform duration-500 origin-left" style={{ backgroundColor: CINNABAR }} />
|
||||
|
||||
<div className="p-6 md:p-8 flex-1">
|
||||
<div className="inline-block px-3 py-1 rounded text-xs font-medium mb-4" style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}>
|
||||
{caseItem.industry}
|
||||
</div>
|
||||
<h3 className="text-lg font-semibold text-white mb-6 leading-snug">
|
||||
{caseItem.title}
|
||||
</h3>
|
||||
|
||||
<div className="grid grid-cols-2 gap-4 mb-6">
|
||||
{caseItem.impact.map((imp, j) => (
|
||||
<div key={j} className="border-l-2 pl-3" style={{ borderColor: CINNABAR }}>
|
||||
<div className="text-2xl font-bold text-white">
|
||||
{imp.value}{imp.suffix}
|
||||
</div>
|
||||
<div className="text-xs text-gray-500 mt-1">{imp.label}</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<blockquote className="text-gray-400 text-sm italic leading-relaxed border-l-2 border-white/10 pl-4">
|
||||
「{caseItem.quote}」
|
||||
</blockquote>
|
||||
<p className="text-xs text-gray-600 mt-3">— {caseItem.author}</p>
|
||||
</div>
|
||||
</motion.article>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function InsightsSection() {
|
||||
return (
|
||||
<section className="py-24 md:py-32" style={{ backgroundColor: '#0D1218' }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-16">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, ease: EASE }}
|
||||
>
|
||||
<div className="inline-block px-4 py-1.5 rounded-full text-sm font-medium mb-4" style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}>
|
||||
行业洞察
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
思想领导力
|
||||
</h2>
|
||||
</motion.div>
|
||||
<motion.a
|
||||
href="/news"
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.7, delay: 0.1, ease: EASE }}
|
||||
className="group inline-flex items-center gap-2 text-sm font-medium text-gray-400 hover:text-white transition-colors"
|
||||
>
|
||||
查看全部洞察
|
||||
<ArrowRight className="w-4 h-4 transition-transform group-hover:translate-x-1" />
|
||||
</motion.a>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-3 gap-6">
|
||||
{INSIGHTS.map((insight, i) => (
|
||||
<motion.article
|
||||
key={i}
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-50px' }}
|
||||
transition={{ duration: 0.6, delay: i * 0.1, ease: EASE }}
|
||||
className="group cursor-pointer"
|
||||
>
|
||||
<div className="aspect-[16/9] rounded-sm mb-5 relative overflow-hidden border border-white/10" style={{ backgroundColor: '#151B23' }}>
|
||||
<div className="absolute inset-0 flex items-center justify-center">
|
||||
<TrendingUp className="w-12 h-12 text-white/10" />
|
||||
</div>
|
||||
<div className="absolute top-4 left-4">
|
||||
<span className="px-3 py-1 rounded text-xs font-medium" style={{ backgroundColor: CINNABAR, color: 'white' }}>
|
||||
{insight.tag}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<h3 className="text-lg font-semibold text-white mb-2 group-hover:text-[#C41E3A] transition-colors duration-300">
|
||||
{insight.title}
|
||||
</h3>
|
||||
<p className="text-gray-500 text-sm leading-relaxed">
|
||||
{insight.desc}
|
||||
</p>
|
||||
</motion.article>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CTASection() {
|
||||
return (
|
||||
<section className="py-24 md:py-32 relative overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<div className="absolute inset-0">
|
||||
<div
|
||||
className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[400px] rounded-full opacity-20"
|
||||
style={{
|
||||
background: `radial-gradient(ellipse, ${CINNABAR} 0%, transparent 70%)`,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={`${CONTAINER} relative z-10`}>
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 40 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-100px' }}
|
||||
transition={{ duration: 0.8, ease: EASE }}
|
||||
className="max-w-3xl mx-auto text-center"
|
||||
>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight mb-6">
|
||||
准备好开启您的
|
||||
<span style={{ color: CINNABAR }}> 数字化转型 </span>
|
||||
之旅了吗?
|
||||
</h2>
|
||||
<p className="text-gray-400 text-lg mb-10 max-w-xl mx-auto">
|
||||
与我们的专家团队交流,获取针对您业务的专属数字化建议与实施路径。
|
||||
</p>
|
||||
<div className="flex flex-wrap justify-center gap-4">
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group inline-flex items-center gap-2 px-8 py-4 text-white font-medium rounded-sm transition-all duration-300 hover:shadow-lg hover:shadow-[#C41E3A]/20"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
立即咨询
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/about"
|
||||
className="inline-flex items-center gap-2 px-8 py-4 text-white font-medium rounded-sm border border-white/20 hover:bg-white/5 transition-all duration-300"
|
||||
>
|
||||
关于我们
|
||||
</StaticLink>
|
||||
</div>
|
||||
</motion.div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default function HomeContentV5() {
|
||||
return (
|
||||
<main>
|
||||
<HeroSection />
|
||||
<QuestionsSection />
|
||||
<ServicesSection />
|
||||
<CasesSection />
|
||||
<InsightsSection />
|
||||
<CTASection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,497 @@
|
||||
'use client';
|
||||
|
||||
import { useRef, useState, useEffect } from 'react';
|
||||
import { motion, useInView } from 'framer-motion';
|
||||
import { StaticLink } from '@/components/ui/static-link';
|
||||
import {
|
||||
ArrowUpRight, ChevronDown,
|
||||
Target, Briefcase, Cpu, Brain,
|
||||
BarChart2,
|
||||
Building, Factory, ShoppingCart, Stethoscope,
|
||||
GraduationCap, Globe,
|
||||
} from 'lucide-react';
|
||||
import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
|
||||
const INK = '#0A0E14';
|
||||
const INK_LIGHT = '#0F1419';
|
||||
const CINNABAR = '#C41E3A';
|
||||
const EASE = [0.22, 1, 0.36, 1] as const;
|
||||
|
||||
const CONTAINER = 'max-w-[1200px] mx-auto px-6 lg:px-8';
|
||||
|
||||
const SERVICES = [
|
||||
{
|
||||
number: '01',
|
||||
title: '战略咨询',
|
||||
desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长。从愿景制定到执行落地,陪伴企业穿越转型周期。',
|
||||
href: '/services/consulting',
|
||||
icon: <Target className="w-5 h-5" />,
|
||||
},
|
||||
{
|
||||
number: '02',
|
||||
title: '企业软件',
|
||||
desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发。基于行业最佳实践,打造适配企业实际的数字化底座。',
|
||||
href: '/products',
|
||||
icon: <Briefcase className="w-5 h-5" />,
|
||||
},
|
||||
{
|
||||
number: '03',
|
||||
title: '技术服务',
|
||||
desc: '系统集成、数据中台、云原生架构设计与技术外包服务。以工程化能力保障系统的稳定性、可扩展性与持续迭代。',
|
||||
href: '/services',
|
||||
icon: <Cpu className="w-5 h-5" />,
|
||||
},
|
||||
{
|
||||
number: '04',
|
||||
title: 'AI 赋能',
|
||||
desc: 'AI 成熟度评估、场景落地与大模型应用开发。帮助企业找到 AI 与业务的最佳结合点,实现智能化升级。',
|
||||
href: '/services/ai',
|
||||
icon: <Brain className="w-5 h-5" />,
|
||||
},
|
||||
];
|
||||
|
||||
const INDUSTRIES = [
|
||||
{ icon: <Factory className="w-5 h-5" />, name: '智能制造', desc: '工业4.0、智能工厂、供应链数字化' },
|
||||
{ icon: <ShoppingCart className="w-5 h-5" />, name: '贸易零售', desc: '全渠道零售、会员体系、数字营销' },
|
||||
{ icon: <Stethoscope className="w-5 h-5" />, name: '医疗健康', desc: '医院信息化、医疗数据合规、智慧医疗' },
|
||||
{ icon: <GraduationCap className="w-5 h-5" />, name: '教育科技', desc: '在线教育、学习管理、教育数字化' },
|
||||
{ icon: <Building className="w-5 h-5" />, name: '金融服务', desc: '金融科技、风控合规、数据中台' },
|
||||
{ icon: <Globe className="w-5 h-5" />, name: '跨境电商', desc: '独立站、跨境支付、全球化运营' },
|
||||
];
|
||||
|
||||
const STATS = [
|
||||
{ value: 500, suffix: '+', label: '企业客户服务' },
|
||||
{ value: 12, suffix: '年', label: '行业深耕经验' },
|
||||
{ value: 98, suffix: '%', label: '客户满意度' },
|
||||
{ value: 200, suffix: '+', label: '专业技术顾问' },
|
||||
];
|
||||
|
||||
const INSIGHTS = [
|
||||
{
|
||||
tag: '研究报告',
|
||||
date: '2026.06',
|
||||
title: '2026 中国企业数字化转型趋势报告',
|
||||
desc: '基于 500+ 企业调研数据,深度解析制造、零售、医疗三大行业数字化成熟度与关键趋势。',
|
||||
readTime: '12 分钟阅读',
|
||||
},
|
||||
{
|
||||
tag: '行业洞察',
|
||||
date: '2026.05',
|
||||
title: 'AI 浪潮下的企业数字化升级路径',
|
||||
desc: '探讨企业如何在 AI 时代找到最适合的技术投入方向,避免盲目跟风,实现务实落地。',
|
||||
readTime: '8 分钟阅读',
|
||||
},
|
||||
{
|
||||
tag: '实践指南',
|
||||
date: '2026.04',
|
||||
title: 'ERP 选型避坑指南:从需求到落地全流程',
|
||||
desc: '总结 200+ ERP 实施项目经验,给出完整的选型方法论与风险控制框架。',
|
||||
readTime: '15 分钟阅读',
|
||||
},
|
||||
];
|
||||
|
||||
const APPROACH_STEPS = [
|
||||
{
|
||||
step: '01',
|
||||
title: '诊断评估',
|
||||
desc: '全面调研企业现状,识别数字化痛点与机会点,输出可执行的转型路线图。',
|
||||
},
|
||||
{
|
||||
step: '02',
|
||||
title: '方案设计',
|
||||
desc: '基于行业最佳实践与企业实际,定制技术架构与实施计划,确保方案可落地、可演进。',
|
||||
},
|
||||
{
|
||||
step: '03',
|
||||
title: '交付落地',
|
||||
desc: '以敏捷迭代方式推进项目实施,全程透明沟通,确保质量、进度与成本可控。',
|
||||
},
|
||||
{
|
||||
step: '04',
|
||||
title: '持续运营',
|
||||
desc: '项目交付后提供持续的技术支持与优化建议,陪伴企业数字化能力持续成长。',
|
||||
},
|
||||
];
|
||||
|
||||
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 FadeIn({ children, delay = 0, className = '' }: { children: React.ReactNode; delay?: number; className?: string }) {
|
||||
return (
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 24 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-80px' }}
|
||||
transition={{ duration: 0.7, delay, ease: EASE }}
|
||||
className={className}
|
||||
>
|
||||
{children}
|
||||
</motion.div>
|
||||
);
|
||||
}
|
||||
|
||||
function HeroSection() {
|
||||
return (
|
||||
<section className="relative min-h-screen flex items-center" style={{ backgroundColor: INK }}>
|
||||
<div className={`${CONTAINER} w-full py-32 lg:py-40`}>
|
||||
<div className="max-w-4xl">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, ease: EASE }}
|
||||
className="text-sm tracking-[0.2em] uppercase mb-8"
|
||||
style={{ color: CINNABAR }}
|
||||
>
|
||||
数字化转型伙伴
|
||||
</motion.div>
|
||||
|
||||
<motion.h1
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.9, delay: 0.1, ease: EASE }}
|
||||
className="text-4xl sm:text-5xl md:text-6xl lg:text-7xl font-light text-white leading-[1.15] tracking-tight mb-10"
|
||||
>
|
||||
以战略远见,
|
||||
<br />
|
||||
驱动<span style={{ color: CINNABAR, fontWeight: 400 }}>数字化</span>未来
|
||||
</motion.h1>
|
||||
|
||||
<motion.p
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.25, ease: EASE }}
|
||||
className="text-lg text-gray-400 max-w-2xl leading-relaxed mb-12"
|
||||
>
|
||||
睿新致远 — 专注于为中型及成长型企业提供从战略咨询到技术落地的全链路数字化服务。
|
||||
我们以务实的方法和深度的行业洞见,帮助您构建面向未来的数字竞争力。
|
||||
</motion.p>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.4, ease: EASE }}
|
||||
className="flex flex-wrap gap-6"
|
||||
>
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group inline-flex items-center gap-2 text-white text-sm font-medium tracking-wide pb-1 border-b border-white/20 hover:border-white transition-colors duration-300"
|
||||
>
|
||||
预约咨询
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/services"
|
||||
className="group inline-flex items-center gap-2 text-gray-400 text-sm font-medium tracking-wide pb-1 border-b border-transparent hover:border-gray-500 hover:text-white transition-colors duration-300"
|
||||
>
|
||||
了解我们的服务
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
</motion.div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1.5, delay: 1 }}
|
||||
className="absolute bottom-10 left-1/2 -translate-x-1/2 flex flex-col items-center gap-3"
|
||||
>
|
||||
<span className="text-xs text-gray-600 tracking-widest uppercase">Scroll</span>
|
||||
<motion.div
|
||||
animate={{ y: [0, 6, 0] }}
|
||||
transition={{ duration: 2, repeat: Infinity, ease: 'easeInOut' }}
|
||||
>
|
||||
<ChevronDown className="w-4 h-4 text-gray-600" />
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function StatItem({ value, suffix, label, start, delay }: { value: number; suffix: string; label: string; start: boolean; delay: number }) {
|
||||
const count = useCountUp(value, start);
|
||||
return (
|
||||
<FadeIn delay={delay} className="text-center lg:text-left">
|
||||
<div className="text-4xl lg:text-5xl font-light text-white mb-3 tracking-tight">
|
||||
{count}{suffix}
|
||||
</div>
|
||||
<div className="text-sm text-gray-500 tracking-wide">{label}</div>
|
||||
</FadeIn>
|
||||
);
|
||||
}
|
||||
|
||||
function StatsSection() {
|
||||
const ref = useRef(null);
|
||||
const isInView = useInView(ref, { once: true, margin: '-100px' });
|
||||
|
||||
return (
|
||||
<section ref={ref} className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="grid grid-cols-2 lg:grid-cols-4 gap-12 lg:gap-8">
|
||||
{STATS.map((stat, i) => (
|
||||
<StatItem key={i} {...stat} start={isInView} delay={i * 0.1} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ServicesSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="mb-20">
|
||||
<div className="text-sm tracking-[0.2em] uppercase mb-4" style={{ color: CINNABAR }}>
|
||||
核心服务
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-light text-white tracking-tight leading-tight max-w-2xl">
|
||||
四位一体的数字化服务体系
|
||||
</h2>
|
||||
</FadeIn>
|
||||
|
||||
<div className="space-y-px" style={{ backgroundColor: 'rgba(255,255,255,0.06)' }}>
|
||||
{SERVICES.map((service, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<a
|
||||
href={service.href}
|
||||
className="group relative block py-10 lg:py-12 transition-colors duration-500 hover:bg-white/[0.02]"
|
||||
style={{ backgroundColor: INK }}
|
||||
>
|
||||
<div className="flex flex-col lg:flex-row lg:items-start gap-6 lg:gap-12">
|
||||
<div className="text-sm text-gray-600 font-mono tracking-wider pt-1">
|
||||
{service.number}
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-10 h-10 rounded-sm flex items-center justify-center text-gray-400 group-hover:text-white transition-colors duration-300" style={{ backgroundColor: 'rgba(255,255,255,0.04)' }}>
|
||||
{service.icon}
|
||||
</div>
|
||||
<h3 className="text-xl md:text-2xl font-light text-white group-hover:translate-x-2 transition-transform duration-500">
|
||||
{service.title}
|
||||
</h3>
|
||||
</div>
|
||||
<p className="text-gray-500 leading-relaxed max-w-2xl pl-14">
|
||||
{service.desc}
|
||||
</p>
|
||||
</div>
|
||||
<div className="hidden lg:flex items-center justify-center w-10 h-10">
|
||||
<ArrowUpRight className="w-5 h-5 text-gray-600 group-hover:text-white group-hover:translate-x-1 group-hover:-translate-y-1 transition-all duration-300" />
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="absolute bottom-0 left-0 h-px w-0 group-hover:w-full transition-all duration-700"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
/>
|
||||
</a>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function IndustriesSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col lg:flex-row lg:items-start gap-16 mb-16">
|
||||
<FadeIn className="lg:w-1/3">
|
||||
<div className="text-sm tracking-[0.2em] uppercase mb-4" style={{ color: CINNABAR }}>
|
||||
行业覆盖
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl font-light text-white tracking-tight leading-tight">
|
||||
深耕六大行业
|
||||
</h2>
|
||||
<p className="text-gray-500 mt-6 leading-relaxed">
|
||||
专注垂直领域,积累丰富的行业 Know-How,提供更贴合业务实际的解决方案。
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
<div className="lg:w-2/3">
|
||||
<div className="grid sm:grid-cols-2 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.06)' }}>
|
||||
{INDUSTRIES.map((ind, i) => (
|
||||
<FadeIn key={i} delay={i * 0.08}>
|
||||
<div
|
||||
className="p-8 transition-colors duration-300 hover:bg-white/[0.02]"
|
||||
style={{ backgroundColor: INK_LIGHT }}
|
||||
>
|
||||
<div className="w-10 h-10 rounded-sm flex items-center justify-center mb-5 text-gray-400" style={{ backgroundColor: 'rgba(255,255,255,0.04)' }}>
|
||||
{ind.icon}
|
||||
</div>
|
||||
<h3 className="text-lg font-medium text-white mb-2">{ind.name}</h3>
|
||||
<p className="text-sm text-gray-500 leading-relaxed">{ind.desc}</p>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ApproachSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="mb-20 max-w-2xl">
|
||||
<div className="text-sm tracking-[0.2em] uppercase mb-4" style={{ color: CINNABAR }}>
|
||||
方法论
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-light text-white tracking-tight leading-tight">
|
||||
四步交付法,确保每一个项目成功落地
|
||||
</h2>
|
||||
</FadeIn>
|
||||
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.06)' }}>
|
||||
{APPROACH_STEPS.map((step, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<div className="p-8 lg:p-10 h-full" style={{ backgroundColor: INK }}>
|
||||
<div className="text-5xl font-light mb-6" style={{ color: CINNABAR }}>
|
||||
{step.step}
|
||||
</div>
|
||||
<h3 className="text-lg font-medium text-white mb-3">{step.title}</h3>
|
||||
<p className="text-sm text-gray-500 leading-relaxed">{step.desc}</p>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function InsightsSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col sm:flex-row sm:items-end sm:justify-between gap-6 mb-16">
|
||||
<FadeIn>
|
||||
<div className="text-sm tracking-[0.2em] uppercase mb-4" style={{ color: CINNABAR }}>
|
||||
思想领导力
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl font-light text-white tracking-tight">
|
||||
最新洞察
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<a
|
||||
href="/news"
|
||||
className="group inline-flex items-center gap-2 text-sm text-gray-400 hover:text-white transition-colors duration-300"
|
||||
>
|
||||
查看全部
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</a>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-3 gap-8 lg:gap-10">
|
||||
{INSIGHTS.map((insight, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<article className="group cursor-pointer">
|
||||
<div className="aspect-[4/3] mb-6 overflow-hidden" style={{ backgroundColor: '#151B23' }}>
|
||||
<div className="w-full h-full flex items-center justify-center transition-transform duration-700 group-hover:scale-105">
|
||||
<BarChart2 className="w-16 h-16 text-white/5" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex items-center gap-4 mb-3">
|
||||
<span className="text-xs tracking-wider uppercase" style={{ color: CINNABAR }}>
|
||||
{insight.tag}
|
||||
</span>
|
||||
<span className="text-xs text-gray-600">{insight.date}</span>
|
||||
</div>
|
||||
<h3 className="text-lg font-medium text-white mb-3 leading-snug group-hover:text-[#C41E3A] transition-colors duration-300">
|
||||
{insight.title}
|
||||
</h3>
|
||||
<p className="text-sm text-gray-500 leading-relaxed mb-4">
|
||||
{insight.desc}
|
||||
</p>
|
||||
<span className="text-xs text-gray-600">{insight.readTime}</span>
|
||||
</article>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CTASection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="max-w-3xl text-center mx-auto">
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-light text-white tracking-tight leading-tight mb-8">
|
||||
准备好开启您的数字化转型之旅了吗?
|
||||
</h2>
|
||||
<p className="text-gray-400 mb-12 leading-relaxed max-w-xl mx-auto">
|
||||
与我们的专家团队交流,获取针对您业务的专属数字化建议与实施路径。
|
||||
</p>
|
||||
<div className="flex flex-wrap justify-center gap-8">
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group inline-flex items-center gap-2 text-white text-sm font-medium tracking-wide pb-1 border-b border-white/20 hover:border-white transition-colors duration-300"
|
||||
>
|
||||
预约咨询
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/about"
|
||||
className="group inline-flex items-center gap-2 text-gray-400 text-sm font-medium tracking-wide pb-1 border-b border-transparent hover:border-gray-500 hover:text-white transition-colors duration-300"
|
||||
>
|
||||
关于我们
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
</div>
|
||||
</FadeIn>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default function HomeContentV6() {
|
||||
return (
|
||||
<main>
|
||||
<HeroSection />
|
||||
<StatsSection />
|
||||
<ServicesSection />
|
||||
<IndustriesSection />
|
||||
<ApproachSection />
|
||||
<InsightsSection />
|
||||
<CTASection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,767 @@
|
||||
'use client';
|
||||
|
||||
import { useRef, useState, useEffect } from 'react';
|
||||
import { motion, useScroll, useTransform, useInView } from 'framer-motion';
|
||||
import { StaticLink } from '@/components/ui/static-link';
|
||||
import {
|
||||
ArrowRight, ArrowUpRight, ChevronDown,
|
||||
Target, Briefcase, Cpu, Brain,
|
||||
BarChart2,
|
||||
Building, Factory, ShoppingCart, Stethoscope,
|
||||
GraduationCap, Globe,
|
||||
Quote,
|
||||
} from 'lucide-react';
|
||||
import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
|
||||
const INK = '#0A0E14';
|
||||
const INK_LIGHT = '#0F1419';
|
||||
const INK_LIGHTER = '#151B23';
|
||||
const CINNABAR = '#C41E3A';
|
||||
const EASE = [0.22, 1, 0.36, 1] as const;
|
||||
|
||||
const CONTAINER = 'max-w-[1280px] mx-auto px-6 lg:px-8';
|
||||
|
||||
const SERVICES = [
|
||||
{
|
||||
number: '01',
|
||||
title: '战略咨询',
|
||||
desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长。从愿景制定到执行落地,陪伴企业穿越转型周期。',
|
||||
href: '/services/consulting',
|
||||
icon: <Target className="w-6 h-6" />,
|
||||
highlights: ['数字化成熟度评估', '转型路线图设计', '组织变革管理'],
|
||||
},
|
||||
{
|
||||
number: '02',
|
||||
title: '企业软件',
|
||||
desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发。基于行业最佳实践,打造适配企业实际的数字化底座。',
|
||||
href: '/products',
|
||||
icon: <Briefcase className="w-6 h-6" />,
|
||||
highlights: ['ERP 实施与优化', 'CRM 客户关系管理', 'BI 商业智能'],
|
||||
},
|
||||
{
|
||||
number: '03',
|
||||
title: '技术服务',
|
||||
desc: '系统集成、数据中台、云原生架构设计与技术外包服务。以工程化能力保障系统的稳定性、可扩展性与持续迭代。',
|
||||
href: '/services',
|
||||
icon: <Cpu className="w-6 h-6" />,
|
||||
highlights: ['系统集成与架构', '数据中台建设', '云原生迁移'],
|
||||
},
|
||||
{
|
||||
number: '04',
|
||||
title: 'AI 赋能',
|
||||
desc: 'AI 成熟度评估、场景落地与大模型应用开发。帮助企业找到 AI 与业务的最佳结合点,实现智能化升级。',
|
||||
href: '/services/ai',
|
||||
icon: <Brain className="w-6 h-6" />,
|
||||
highlights: ['AI 战略规划', '大模型应用开发', '智能流程自动化'],
|
||||
},
|
||||
];
|
||||
|
||||
const INDUSTRIES = [
|
||||
{ icon: <Factory className="w-6 h-6" />, name: '智能制造', desc: '工业4.0、智能工厂、供应链数字化', count: '120+' },
|
||||
{ icon: <ShoppingCart className="w-6 h-6" />, name: '贸易零售', desc: '全渠道零售、会员体系、数字营销', count: '80+' },
|
||||
{ icon: <Stethoscope className="w-6 h-6" />, name: '医疗健康', desc: '医院信息化、医疗数据合规、智慧医疗', count: '60+' },
|
||||
{ icon: <GraduationCap className="w-6 h-6" />, name: '教育科技', desc: '在线教育、学习管理、教育数字化', count: '50+' },
|
||||
{ icon: <Building className="w-6 h-6" />, name: '金融服务', desc: '金融科技、风控合规、数据中台', count: '40+' },
|
||||
{ icon: <Globe className="w-6 h-6" />, name: '跨境电商', desc: '独立站、跨境支付、全球化运营', count: '30+' },
|
||||
];
|
||||
|
||||
const STATS = [
|
||||
{ value: 500, suffix: '+', label: '企业客户', sub: '累计服务' },
|
||||
{ value: 12, suffix: '年', label: '行业经验', sub: '深耕积累' },
|
||||
{ value: 98, suffix: '%', label: '客户满意度', sub: '持续服务' },
|
||||
{ value: 200, suffix: '+', label: '专业顾问', sub: '技术专家' },
|
||||
];
|
||||
|
||||
const CASES = [
|
||||
{
|
||||
industry: '智能制造',
|
||||
title: '大型制造企业 ERP 全面升级项目',
|
||||
description: '为某上市制造企业实施 ERP 系统升级,覆盖生产、供应链、财务等核心模块,实现业务流程全面数字化。',
|
||||
metrics: [
|
||||
{ value: '40%', label: '生产效率提升' },
|
||||
{ value: '30天', label: '核心系统上线' },
|
||||
{ value: '99.5%', label: '数据准确率' },
|
||||
],
|
||||
quote: '睿新团队不仅完成了系统升级,更帮助我们建立了数据驱动的运营体系,这是超出预期的价值。',
|
||||
author: 'CTO',
|
||||
company: '某上市制造企业',
|
||||
},
|
||||
{
|
||||
industry: '贸易零售',
|
||||
title: '连锁零售全渠道数字化升级',
|
||||
description: '助力区域零售龙头构建全渠道零售体系,打通线上线下会员、库存、营销体系,实现营收快速增长。',
|
||||
metrics: [
|
||||
{ value: '25%', label: '营收增长' },
|
||||
{ value: '50%', label: '库存周转优化' },
|
||||
{ value: '3x', label: '会员复购率' },
|
||||
],
|
||||
quote: '从咨询到落地,睿新团队展现出了超出预期的专业能力和责任心,是值得信赖的合作伙伴。',
|
||||
author: 'CEO',
|
||||
company: '某区域零售龙头',
|
||||
},
|
||||
];
|
||||
|
||||
const INSIGHTS = [
|
||||
{
|
||||
category: '研究报告',
|
||||
date: '2026.06',
|
||||
title: '2026 中国企业数字化转型趋势报告',
|
||||
excerpt: '基于 500+ 企业调研数据,深度解析制造、零售、医疗三大行业数字化成熟度与关键趋势。',
|
||||
readTime: '12 分钟',
|
||||
featured: true,
|
||||
},
|
||||
{
|
||||
category: '行业洞察',
|
||||
date: '2026.05',
|
||||
title: 'AI 浪潮下的企业数字化升级路径',
|
||||
excerpt: '探讨企业如何在 AI 时代找到最适合的技术投入方向,避免盲目跟风,实现务实落地。',
|
||||
readTime: '8 分钟',
|
||||
featured: false,
|
||||
},
|
||||
{
|
||||
category: '实践指南',
|
||||
date: '2026.04',
|
||||
title: 'ERP 选型避坑指南:从需求到落地全流程',
|
||||
excerpt: '总结 200+ ERP 实施项目经验,给出完整的选型方法论与风险控制框架。',
|
||||
readTime: '15 分钟',
|
||||
featured: false,
|
||||
},
|
||||
];
|
||||
|
||||
const APPROACH = [
|
||||
{
|
||||
step: '01',
|
||||
title: '诊断评估',
|
||||
desc: '全面调研企业现状,识别数字化痛点与机会点,输出可执行的转型路线图。',
|
||||
duration: '2-4 周',
|
||||
},
|
||||
{
|
||||
step: '02',
|
||||
title: '方案设计',
|
||||
desc: '基于行业最佳实践与企业实际,定制技术架构与实施计划,确保方案可落地、可演进。',
|
||||
duration: '4-6 周',
|
||||
},
|
||||
{
|
||||
step: '03',
|
||||
title: '交付落地',
|
||||
desc: '以敏捷迭代方式推进项目实施,全程透明沟通,确保质量、进度与成本可控。',
|
||||
duration: '3-9 月',
|
||||
},
|
||||
{
|
||||
step: '04',
|
||||
title: '持续运营',
|
||||
desc: '项目交付后提供持续的技术支持与优化建议,陪伴企业数字化能力持续成长。',
|
||||
duration: '长期陪伴',
|
||||
},
|
||||
];
|
||||
|
||||
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 FadeIn({ children, delay = 0, className = '' }: { children: React.ReactNode; delay?: number; className?: string }) {
|
||||
return (
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-80px' }}
|
||||
transition={{ duration: 0.8, delay, ease: EASE }}
|
||||
className={className}
|
||||
>
|
||||
{children}
|
||||
</motion.div>
|
||||
);
|
||||
}
|
||||
|
||||
function StatItem({ value, suffix, label, sub, start, delay }: { value: number; suffix: string; label: string; sub: string; start: boolean; delay: number }) {
|
||||
const count = useCountUp(value, start);
|
||||
return (
|
||||
<FadeIn delay={delay}>
|
||||
<div className="relative">
|
||||
<div className="text-5xl lg:text-6xl font-bold text-white tracking-tight mb-2">
|
||||
{count}<span style={{ color: CINNABAR }}>{suffix}</span>
|
||||
</div>
|
||||
<div className="text-white font-medium">{label}</div>
|
||||
<div className="text-sm text-gray-500 mt-1">{sub}</div>
|
||||
</div>
|
||||
</FadeIn>
|
||||
);
|
||||
}
|
||||
|
||||
function HeroSection() {
|
||||
const containerRef = useRef<HTMLDivElement>(null);
|
||||
const { scrollYProgress } = useScroll({
|
||||
target: containerRef,
|
||||
offset: ['start start', 'end start'],
|
||||
});
|
||||
const y = useTransform(scrollYProgress, [0, 1], [0, 120]);
|
||||
const opacity = useTransform(scrollYProgress, [0, 0.8], [1, 0.3]);
|
||||
|
||||
return (
|
||||
<section ref={containerRef} className="relative min-h-screen flex items-center overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<div className="absolute inset-0 pointer-events-none">
|
||||
<div
|
||||
className="absolute top-0 right-0 w-1/2 h-full opacity-20"
|
||||
style={{
|
||||
background: `linear-gradient(135deg, transparent 40%, ${CINNABAR}30 100%)`,
|
||||
clipPath: 'polygon(30% 0, 100% 0, 100% 100%, 0% 100%)',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
className="absolute bottom-0 left-0 w-full h-1/3"
|
||||
style={{
|
||||
background: `linear-gradient(to top, ${INK_LIGHT} 0%, transparent 100%)`,
|
||||
}}
|
||||
/>
|
||||
<div className="absolute inset-0 opacity-[0.03]" style={{
|
||||
backgroundImage: `linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px)`,
|
||||
backgroundSize: '80px 80px',
|
||||
}} />
|
||||
</div>
|
||||
|
||||
<motion.div style={{ y, opacity }} className={`${CONTAINER} relative z-10 w-full py-32 lg:py-40`}>
|
||||
<div className="max-w-4xl">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, x: -20 }}
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
transition={{ duration: 0.8, ease: EASE }}
|
||||
className="flex items-center gap-4 mb-8"
|
||||
>
|
||||
<div className="w-12 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase text-gray-400">
|
||||
Digital Transformation Partner
|
||||
</span>
|
||||
</motion.div>
|
||||
|
||||
<motion.h1
|
||||
initial={{ opacity: 0, y: 40 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.9, delay: 0.1, ease: EASE }}
|
||||
className="text-5xl sm:text-6xl md:text-7xl lg:text-8xl font-bold text-white leading-[0.95] tracking-tight mb-10"
|
||||
>
|
||||
以战略远见
|
||||
<br />
|
||||
<span className="relative inline-block">
|
||||
驱动
|
||||
<span style={{ color: CINNABAR }}>数字化</span>
|
||||
<svg className="absolute -bottom-2 left-0 w-full" height="8" viewBox="0 0 200 8" fill="none" preserveAspectRatio="none">
|
||||
<path d="M0 4 Q 50 0, 100 4 T 200 4" stroke={CINNABAR} strokeWidth="2" fill="none" />
|
||||
</svg>
|
||||
</span>
|
||||
<br />
|
||||
未来
|
||||
</motion.h1>
|
||||
|
||||
<motion.p
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.3, ease: EASE }}
|
||||
className="text-xl text-gray-400 max-w-2xl leading-relaxed mb-12"
|
||||
>
|
||||
睿新致远 — 专注于为中型及成长型企业提供从战略咨询到技术落地的全链路数字化服务。
|
||||
我们以务实的方法和深度的行业洞见,帮助您构建面向未来的数字竞争力。
|
||||
</motion.p>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.45, ease: EASE }}
|
||||
className="flex flex-wrap gap-6"
|
||||
>
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group relative inline-flex items-center gap-3 px-8 py-4 text-white font-medium overflow-hidden"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
<span className="relative z-10">预约咨询</span>
|
||||
<ArrowRight className="w-4 h-4 relative z-10 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
<div className="absolute inset-0 bg-black/20 translate-x-full group-hover:translate-x-0 transition-transform duration-500 ease-out" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/services"
|
||||
className="group inline-flex items-center gap-2 px-8 py-4 text-white font-medium border border-white/20 hover:border-white/50 hover:bg-white/5 transition-all duration-300"
|
||||
>
|
||||
了解服务
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
</motion.div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1.5, delay: 1.2 }}
|
||||
className="absolute bottom-12 left-1/2 -translate-x-1/2 flex flex-col items-center gap-3"
|
||||
>
|
||||
<span className="text-xs text-gray-600 tracking-[0.3em] uppercase">探索更多</span>
|
||||
<motion.div
|
||||
animate={{ y: [0, 8, 0] }}
|
||||
transition={{ duration: 2, repeat: Infinity, ease: 'easeInOut' }}
|
||||
>
|
||||
<ChevronDown className="w-5 h-5 text-gray-500" />
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function StatsSection() {
|
||||
const ref = useRef(null);
|
||||
const isInView = useInView(ref, { once: true, margin: '-100px' });
|
||||
|
||||
return (
|
||||
<section ref={ref} className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="mb-16">
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
实力验证
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
数据印证专业
|
||||
</h2>
|
||||
</FadeIn>
|
||||
|
||||
<div className="grid grid-cols-2 lg:grid-cols-4 gap-12 lg:gap-8">
|
||||
{STATS.map((stat, i) => (
|
||||
<StatItem key={i} {...stat} start={isInView} delay={i * 0.12} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ServicesSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col lg:flex-row lg:items-end lg:justify-between gap-8 mb-16">
|
||||
<FadeIn className="lg:max-w-xl">
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
核心服务
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight leading-tight">
|
||||
四位一体的<br />数字化服务体系
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<p className="text-gray-400 max-w-md leading-relaxed">
|
||||
从战略规划到技术落地,为企业数字化转型提供全链路专业服务,每一步都有专家陪伴。
|
||||
</p>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.08)' }}>
|
||||
{SERVICES.map((service, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<a
|
||||
href={service.href}
|
||||
className="group relative block p-8 lg:p-10 transition-all duration-500 hover:bg-white/[0.02]"
|
||||
style={{ backgroundColor: INK }}
|
||||
>
|
||||
<div className="absolute top-0 left-0 w-full h-0.5 scale-x-0 group-hover:scale-x-100 transition-transform duration-700 origin-left" style={{ backgroundColor: CINNABAR }} />
|
||||
|
||||
<div className="flex items-start gap-5 mb-6">
|
||||
<div
|
||||
className="w-14 h-14 flex items-center justify-center shrink-0 transition-all duration-500 group-hover:scale-110"
|
||||
style={{ backgroundColor: 'rgba(196, 30, 58, 0.1)', color: CINNABAR }}
|
||||
>
|
||||
{service.icon}
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-sm text-gray-600 font-mono tracking-wider mb-1">{service.number}</div>
|
||||
<h3 className="text-2xl font-bold text-white group-hover:translate-x-1 transition-transform duration-500">
|
||||
{service.title}
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-gray-400 leading-relaxed mb-6">
|
||||
{service.desc}
|
||||
</p>
|
||||
|
||||
<div className="flex flex-wrap gap-2 mb-6">
|
||||
{service.highlights.map((h, j) => (
|
||||
<span key={j} className="px-3 py-1 text-xs text-gray-500 border border-white/10 rounded-sm">
|
||||
{h}
|
||||
</span>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="inline-flex items-center gap-2 text-sm font-medium" style={{ color: CINNABAR }}>
|
||||
了解详情
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</div>
|
||||
</a>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function IndustriesSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col lg:flex-row lg:items-start gap-16 mb-16">
|
||||
<FadeIn className="lg:w-1/3">
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
行业覆盖
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white tracking-tight leading-tight mb-6">
|
||||
深耕六大行业
|
||||
</h2>
|
||||
<p className="text-gray-400 leading-relaxed">
|
||||
专注垂直领域,积累丰富的行业 Know-How,提供更贴合业务实际的解决方案。
|
||||
每一个行业都有专属的专家团队与成熟的方法论。
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
<div className="lg:w-2/3">
|
||||
<div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.08)' }}>
|
||||
{INDUSTRIES.map((ind, i) => (
|
||||
<FadeIn key={i} delay={i * 0.08}>
|
||||
<div
|
||||
className="group p-8 transition-all duration-500 hover:bg-white/[0.03] cursor-pointer"
|
||||
style={{ backgroundColor: INK_LIGHT }}
|
||||
>
|
||||
<div
|
||||
className="w-12 h-12 flex items-center justify-center mb-5 text-gray-400 group-hover:text-white transition-colors duration-300"
|
||||
style={{ backgroundColor: 'rgba(255,255,255,0.04)' }}
|
||||
>
|
||||
{ind.icon}
|
||||
</div>
|
||||
<div className="flex items-center gap-3 mb-2">
|
||||
<h3 className="text-lg font-bold text-white">{ind.name}</h3>
|
||||
<span className="text-xs px-2 py-0.5 rounded-sm" style={{ backgroundColor: 'rgba(196, 30, 58, 0.15)', color: CINNABAR }}>
|
||||
{ind.count}
|
||||
</span>
|
||||
</div>
|
||||
<p className="text-sm text-gray-500 leading-relaxed">{ind.desc}</p>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CasesSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-16">
|
||||
<FadeIn>
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
客户案例
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
可衡量的业务成果
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<a
|
||||
href="/solutions"
|
||||
className="group inline-flex items-center gap-2 text-white font-medium"
|
||||
>
|
||||
查看全部案例
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</a>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="space-y-8">
|
||||
{CASES.map((caseItem, i) => (
|
||||
<FadeIn key={i} delay={i * 0.15}>
|
||||
<article className="group relative overflow-hidden border border-white/10 hover:border-white/20 transition-all duration-500">
|
||||
<div className="grid lg:grid-cols-5 gap-0">
|
||||
<div className="lg:col-span-3 p-8 lg:p-10" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="flex items-center gap-4 mb-6">
|
||||
<span className="px-4 py-1.5 text-xs font-medium tracking-wide" style={{ backgroundColor: CINNABAR, color: 'white' }}>
|
||||
{caseItem.industry}
|
||||
</span>
|
||||
</div>
|
||||
<h3 className="text-2xl lg:text-3xl font-bold text-white mb-4 leading-tight group-hover:text-[#C41E3A] transition-colors duration-300">
|
||||
{caseItem.title}
|
||||
</h3>
|
||||
<p className="text-gray-400 leading-relaxed mb-8">
|
||||
{caseItem.description}
|
||||
</p>
|
||||
<div className="flex items-start gap-4 pt-6 border-t border-white/10">
|
||||
<Quote className="w-8 h-8 shrink-0 mt-1" style={{ color: CINNABAR, opacity: 0.5 }} />
|
||||
<div>
|
||||
<p className="text-gray-300 italic leading-relaxed mb-3">
|
||||
"{caseItem.quote}"
|
||||
</p>
|
||||
<p className="text-sm text-gray-500">
|
||||
— {caseItem.author},{caseItem.company}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="lg:col-span-2 p-8 lg:p-10 flex flex-col justify-center" style={{ backgroundColor: INK_LIGHTER }}>
|
||||
<div className="text-sm text-gray-500 mb-6 tracking-wide">核心成果</div>
|
||||
<div className="space-y-6">
|
||||
{caseItem.metrics.map((metric, j) => (
|
||||
<div key={j} className="flex items-baseline gap-4">
|
||||
<div className="text-4xl font-bold text-white">
|
||||
{metric.value}
|
||||
</div>
|
||||
<div className="text-gray-400">{metric.label}</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-0 left-0 w-full h-1 scale-x-0 group-hover:scale-x-100 transition-transform duration-700 origin-left" style={{ backgroundColor: CINNABAR }} />
|
||||
</article>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ApproachSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="mb-20 max-w-2xl">
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
方法论
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight leading-tight">
|
||||
四步交付法
|
||||
</h2>
|
||||
<p className="text-gray-400 mt-6 leading-relaxed">
|
||||
确保每一个项目成功落地的方法论体系。从诊断评估到持续运营,每一步都有清晰的目标和交付物。
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
<div className="relative">
|
||||
<div className="absolute top-16 left-0 right-0 h-px hidden lg:block" style={{ backgroundColor: 'rgba(255,255,255,0.1)' }} />
|
||||
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
{APPROACH.map((step, i) => (
|
||||
<FadeIn key={i} delay={i * 0.12}>
|
||||
<div className="relative h-full p-8 border border-white/10 hover:border-white/20 transition-all duration-500 group" style={{ backgroundColor: INK }}>
|
||||
<div className="absolute -top-3 left-8 px-4" style={{ backgroundColor: INK }}>
|
||||
<span className="text-6xl font-bold" style={{ color: CINNABAR }}>
|
||||
{step.step}
|
||||
</span>
|
||||
</div>
|
||||
<div className="pt-12">
|
||||
<h3 className="text-xl font-bold text-white mb-3">{step.title}</h3>
|
||||
<p className="text-gray-500 text-sm leading-relaxed mb-4">{step.desc}</p>
|
||||
<div className="inline-block px-3 py-1 text-xs text-gray-400 border border-white/10">
|
||||
周期:{step.duration}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function InsightsSection() {
|
||||
return (
|
||||
<section className="py-24 lg:py-32" style={{ backgroundColor: INK }}>
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-16">
|
||||
<FadeIn>
|
||||
<div className="flex items-center gap-4 mb-4">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
思想领导力
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
最新洞察
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<a
|
||||
href="/news"
|
||||
className="group inline-flex items-center gap-2 text-white font-medium"
|
||||
>
|
||||
查看全部
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</a>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="grid lg:grid-cols-3 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.08)' }}>
|
||||
{INSIGHTS.map((insight, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<article className="group cursor-pointer h-full flex flex-col" style={{ backgroundColor: INK }}>
|
||||
<div className={`relative overflow-hidden ${insight.featured ? 'aspect-[16/10]' : 'aspect-[16/9]'}`} style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="absolute inset-0 flex items-center justify-center transition-transform duration-700 group-hover:scale-110">
|
||||
<BarChart2 className="w-20 h-20 text-white/5" />
|
||||
</div>
|
||||
<div className="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent" />
|
||||
<div className="absolute top-6 left-6">
|
||||
<span className="px-3 py-1 text-xs font-medium tracking-wide" style={{ backgroundColor: CINNABAR, color: 'white' }}>
|
||||
{insight.category}
|
||||
</span>
|
||||
</div>
|
||||
{insight.featured && (
|
||||
<div className="absolute bottom-6 right-6">
|
||||
<span className="px-3 py-1 text-xs bg-white/10 backdrop-blur-sm text-white border border-white/20">
|
||||
精选推荐
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="p-6 lg:p-8 flex-1 flex flex-col">
|
||||
<div className="flex items-center gap-4 mb-4 text-sm text-gray-600">
|
||||
<span>{insight.date}</span>
|
||||
<span>·</span>
|
||||
<span>{insight.readTime}</span>
|
||||
</div>
|
||||
<h3 className={`font-bold text-white mb-4 leading-snug group-hover:text-[#C41E3A] transition-colors duration-300 ${insight.featured ? 'text-xl' : 'text-lg'}`}>
|
||||
{insight.title}
|
||||
</h3>
|
||||
<p className="text-gray-500 text-sm leading-relaxed flex-1">
|
||||
{insight.excerpt}
|
||||
</p>
|
||||
<div className="mt-6 pt-6 border-t border-white/5">
|
||||
<span className="inline-flex items-center gap-2 text-sm font-medium" style={{ color: CINNABAR }}>
|
||||
阅读全文
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CTASection() {
|
||||
return (
|
||||
<section className="relative py-24 lg:py-32 overflow-hidden" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="absolute inset-0 pointer-events-none">
|
||||
<div
|
||||
className="absolute -top-1/2 -right-1/4 w-3/4 h-full opacity-30"
|
||||
style={{
|
||||
background: `radial-gradient(ellipse at center, ${CINNABAR}40 0%, transparent 70%)`,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={`${CONTAINER} relative z-10`}>
|
||||
<FadeIn className="max-w-4xl mx-auto text-center">
|
||||
<div className="flex items-center justify-center gap-4 mb-6">
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.2em] uppercase" style={{ color: CINNABAR }}>
|
||||
开启合作
|
||||
</span>
|
||||
<div className="w-8 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-6xl font-bold text-white tracking-tight leading-tight mb-8">
|
||||
准备好开启您的
|
||||
<br />
|
||||
<span style={{ color: CINNABAR }}>数字化转型</span>之旅了吗?
|
||||
</h2>
|
||||
<p className="text-xl text-gray-400 mb-12 max-w-2xl mx-auto leading-relaxed">
|
||||
与我们的专家团队交流,获取针对您业务的专属数字化建议与实施路径。
|
||||
</p>
|
||||
<div className="flex flex-wrap justify-center gap-6">
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group relative inline-flex items-center gap-3 px-10 py-5 text-white font-medium text-lg overflow-hidden"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
<span className="relative z-10">立即咨询</span>
|
||||
<ArrowRight className="w-5 h-5 relative z-10 transition-transform duration-300 group-hover:translate-x-1" />
|
||||
<div className="absolute inset-0 bg-black/20 translate-x-full group-hover:translate-x-0 transition-transform duration-500 ease-out" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/about"
|
||||
className="group inline-flex items-center gap-2 px-10 py-5 text-white font-medium text-lg border border-white/20 hover:border-white/50 hover:bg-white/5 transition-all duration-300"
|
||||
>
|
||||
关于我们
|
||||
<ArrowUpRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-0.5 group-hover:-translate-y-0.5" />
|
||||
</StaticLink>
|
||||
</div>
|
||||
</FadeIn>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default function HomeContentV7() {
|
||||
return (
|
||||
<main>
|
||||
<HeroSection />
|
||||
<StatsSection />
|
||||
<ServicesSection />
|
||||
<IndustriesSection />
|
||||
<CasesSection />
|
||||
<ApproachSection />
|
||||
<InsightsSection />
|
||||
<CTASection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,964 @@
|
||||
'use client';
|
||||
|
||||
import { useRef, useState, useEffect } from 'react';
|
||||
import { motion, useScroll, useTransform, useInView } from 'framer-motion';
|
||||
import { StaticLink } from '@/components/ui/static-link';
|
||||
import {
|
||||
ArrowRight, ArrowUpRight, ChevronDown,
|
||||
Target, Briefcase, Cpu, Brain,
|
||||
BarChart3,
|
||||
Building2, Factory, ShoppingBag, Heart,
|
||||
GraduationCap, Globe2,
|
||||
Quote, ArrowDownRight,
|
||||
} from 'lucide-react';
|
||||
import { useReducedMotion } from '@/hooks/use-reduced-motion';
|
||||
|
||||
const INK = '#0A0E14';
|
||||
const INK_LIGHT = '#0F1419';
|
||||
const INK_LIGHTER = '#151B23';
|
||||
const CINNABAR = '#C41E3A';
|
||||
const EASE_OUT = [0.22, 1, 0.36, 1] as const;
|
||||
|
||||
const CONTAINER = 'max-w-[1320px] mx-auto px-6 lg:px-10';
|
||||
|
||||
const SERVICES = [
|
||||
{
|
||||
number: '01',
|
||||
title: '战略咨询',
|
||||
subtitle: 'Strategy Consulting',
|
||||
desc: '数字化转型战略规划与落地路径设计,让技术投资真正驱动业务增长。从愿景制定到执行落地,陪伴企业穿越转型周期。',
|
||||
href: '/services/consulting',
|
||||
icon: <Target className="w-7 h-7" />,
|
||||
highlights: ['数字化成熟度评估', '转型路线图设计', '组织变革管理', '技术选型顾问'],
|
||||
},
|
||||
{
|
||||
number: '02',
|
||||
title: '企业软件',
|
||||
subtitle: 'Enterprise Software',
|
||||
desc: 'ERP、CRM、BI 等核心系统的评估、实施与定制化开发。基于行业最佳实践,打造适配企业实际的数字化底座。',
|
||||
href: '/products',
|
||||
icon: <Briefcase className="w-7 h-7" />,
|
||||
highlights: ['ERP 实施与优化', 'CRM 客户关系管理', 'BI 商业智能', '低代码平台'],
|
||||
},
|
||||
{
|
||||
number: '03',
|
||||
title: '技术服务',
|
||||
subtitle: 'Technology Services',
|
||||
desc: '系统集成、数据中台、云原生架构设计与技术外包服务。以工程化能力保障系统的稳定性、可扩展性与持续迭代。',
|
||||
href: '/services',
|
||||
icon: <Cpu className="w-7 h-7" />,
|
||||
highlights: ['系统集成与架构', '数据中台建设', '云原生迁移', '研发效能提升'],
|
||||
},
|
||||
{
|
||||
number: '04',
|
||||
title: 'AI 赋能',
|
||||
subtitle: 'AI Empowerment',
|
||||
desc: 'AI 成熟度评估、场景落地与大模型应用开发。帮助企业找到 AI 与业务的最佳结合点,实现智能化升级。',
|
||||
href: '/services/ai',
|
||||
icon: <Brain className="w-7 h-7" />,
|
||||
highlights: ['AI 战略规划', '大模型应用开发', '智能流程自动化', '数据治理'],
|
||||
},
|
||||
];
|
||||
|
||||
const INDUSTRIES = [
|
||||
{ icon: <Factory className="w-6 h-6" />, name: '智能制造', desc: '工业4.0、智能工厂、供应链数字化', count: '120+' },
|
||||
{ icon: <ShoppingBag className="w-6 h-6" />, name: '贸易零售', desc: '全渠道零售、会员体系、数字营销', count: '80+' },
|
||||
{ icon: <Heart className="w-6 h-6" />, name: '医疗健康', desc: '医院信息化、医疗数据合规、智慧医疗', count: '60+' },
|
||||
{ icon: <GraduationCap className="w-6 h-6" />, name: '教育科技', desc: '在线教育、学习管理、教育数字化', count: '50+' },
|
||||
{ icon: <Building2 className="w-6 h-6" />, name: '金融服务', desc: '金融科技、风控合规、数据中台', count: '40+' },
|
||||
{ icon: <Globe2 className="w-6 h-6" />, name: '跨境电商', desc: '独立站、跨境支付、全球化运营', count: '30+' },
|
||||
];
|
||||
|
||||
const STATS = [
|
||||
{ value: 500, suffix: '+', label: '企业客户', sub: '累计服务' },
|
||||
{ value: 12, suffix: '年', label: '行业经验', sub: '深耕积累' },
|
||||
{ value: 98, suffix: '%', label: '客户满意度', sub: '持续服务' },
|
||||
{ value: 200, suffix: '+', label: '专业顾问', sub: '技术专家' },
|
||||
];
|
||||
|
||||
const CASES = [
|
||||
{
|
||||
industry: '智能制造',
|
||||
title: '大型制造企业 ERP 全面升级项目',
|
||||
description: '为某上市制造企业实施 ERP 系统升级,覆盖生产、供应链、财务等核心模块,实现业务流程全面数字化。项目周期 9 个月,核心系统一次性上线成功。',
|
||||
metrics: [
|
||||
{ value: '40%', label: '生产效率提升' },
|
||||
{ value: '25%', label: '库存成本下降' },
|
||||
{ value: '99.5%', label: '数据准确率' },
|
||||
],
|
||||
quote: '睿新团队不仅完成了系统升级,更帮助我们建立了数据驱动的运营体系,这是超出预期的价值。',
|
||||
author: 'CTO',
|
||||
company: '某上市制造企业',
|
||||
},
|
||||
{
|
||||
industry: '贸易零售',
|
||||
title: '连锁零售全渠道数字化升级',
|
||||
description: '助力区域零售龙头构建全渠道零售体系,打通线上线下会员、库存、营销体系,实现营收快速增长。项目覆盖 200+ 门店。',
|
||||
metrics: [
|
||||
{ value: '25%', label: '营收增长' },
|
||||
{ value: '50%', label: '库存周转优化' },
|
||||
{ value: '3x', label: '会员复购率' },
|
||||
],
|
||||
quote: '从咨询到落地,睿新团队展现出了超出预期的专业能力和责任心,是值得信赖的合作伙伴。',
|
||||
author: 'CEO',
|
||||
company: '某区域零售龙头',
|
||||
},
|
||||
];
|
||||
|
||||
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: ['现状评估报告', '转型路线图', '优先级排序'],
|
||||
},
|
||||
{
|
||||
step: '02',
|
||||
title: '方案设计',
|
||||
desc: '基于行业最佳实践与企业实际,定制技术架构与实施计划,确保方案可落地、可演进。',
|
||||
duration: '4-6 周',
|
||||
deliverables: ['技术架构设计', '实施计划', '成本收益分析'],
|
||||
},
|
||||
{
|
||||
step: '03',
|
||||
title: '交付落地',
|
||||
desc: '以敏捷迭代方式推进项目实施,全程透明沟通,确保质量、进度与成本可控。',
|
||||
duration: '3-9 月',
|
||||
deliverables: ['系统上线', '知识转移', '运维手册'],
|
||||
},
|
||||
{
|
||||
step: '04',
|
||||
title: '持续运营',
|
||||
desc: '项目交付后提供持续的技术支持与优化建议,陪伴企业数字化能力持续成长。',
|
||||
duration: '长期陪伴',
|
||||
deliverables: ['运维支持', '持续优化', '定期复盘'],
|
||||
},
|
||||
];
|
||||
|
||||
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 NoiseOverlay() {
|
||||
return (
|
||||
<div
|
||||
className="absolute inset-0 pointer-events-none opacity-[0.03] mix-blend-overlay"
|
||||
style={{
|
||||
backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")`,
|
||||
backgroundRepeat: 'repeat',
|
||||
backgroundSize: '180px 180px',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
function DiagonalLine({ className = '', color = 'rgba(255,255,255,0.06)' }: { className?: string; color?: string }) {
|
||||
return (
|
||||
<div className={`absolute ${className}`}>
|
||||
<svg width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none">
|
||||
<line x1="0" y1="100" x2="100" y2="0" stroke={color} strokeWidth="0.5" />
|
||||
</svg>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
function FadeIn({ children, delay = 0, className = '', y = 30 }: { children: React.ReactNode; delay?: number; className?: string; y?: number }) {
|
||||
return (
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: '-80px' }}
|
||||
transition={{ duration: 0.9, delay, ease: EASE_OUT }}
|
||||
className={className}
|
||||
>
|
||||
{children}
|
||||
</motion.div>
|
||||
);
|
||||
}
|
||||
|
||||
function StatItem({ value, suffix, label, sub, start, delay }: { value: number; suffix: string; label: string; sub: string; start: boolean; delay: number }) {
|
||||
const count = useCountUp(value, start);
|
||||
return (
|
||||
<FadeIn delay={delay}>
|
||||
<div className="relative group">
|
||||
<div className="text-6xl lg:text-7xl font-bold tracking-tight mb-3">
|
||||
<span className="text-white">{count}</span>
|
||||
<span style={{ color: CINNABAR }}>{suffix}</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="w-8 h-px" style={{ backgroundColor: CINNABAR }} />
|
||||
<div>
|
||||
<div className="text-white font-medium text-base">{label}</div>
|
||||
<div className="text-sm text-gray-500">{sub}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</FadeIn>
|
||||
);
|
||||
}
|
||||
|
||||
function HeroSection() {
|
||||
const containerRef = useRef<HTMLDivElement>(null);
|
||||
const { scrollYProgress } = useScroll({
|
||||
target: containerRef,
|
||||
offset: ['start start', 'end start'],
|
||||
});
|
||||
const y = useTransform(scrollYProgress, [0, 1], [0, 180]);
|
||||
const opacity = useTransform(scrollYProgress, [0, 0.7], [1, 0.2]);
|
||||
const gridY = useTransform(scrollYProgress, [0, 1], [0, -80]);
|
||||
|
||||
return (
|
||||
<section ref={containerRef} className="relative min-h-screen flex items-center overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className="absolute inset-0 pointer-events-none">
|
||||
<motion.div style={{ y: gridY }} className="absolute inset-0 opacity-[0.04]">
|
||||
<div
|
||||
className="w-full h-full"
|
||||
style={{
|
||||
backgroundImage: `
|
||||
linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px)
|
||||
`,
|
||||
backgroundSize: '120px 120px',
|
||||
}}
|
||||
/>
|
||||
</motion.div>
|
||||
|
||||
<div
|
||||
className="absolute top-0 right-0 w-1/2 h-full"
|
||||
style={{
|
||||
background: `linear-gradient(135deg, transparent 30%, ${CINNABAR}15 100%)`,
|
||||
clipPath: 'polygon(40% 0, 100% 0, 100% 100%, 0% 100%)',
|
||||
}}
|
||||
/>
|
||||
|
||||
<div
|
||||
className="absolute bottom-0 left-0 w-full h-2/3"
|
||||
style={{
|
||||
background: `linear-gradient(to top, ${INK} 0%, transparent 100%)`,
|
||||
}}
|
||||
/>
|
||||
|
||||
<DiagonalLine className="top-0 right-[20%] w-[400px] h-[400px]" color="rgba(196,30,58,0.2)" />
|
||||
</div>
|
||||
|
||||
<motion.div style={{ y, opacity }} className={`${CONTAINER} relative z-10 w-full py-36 lg:py-44`}>
|
||||
<div className="grid lg:grid-cols-12 gap-8 items-center">
|
||||
<div className="lg:col-span-9">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, x: -30 }}
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
transition={{ duration: 0.9, ease: EASE_OUT }}
|
||||
className="flex items-center gap-5 mb-10"
|
||||
>
|
||||
<div className="w-16 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.4em] uppercase text-gray-400 font-medium">
|
||||
Digital Transformation Partner
|
||||
</span>
|
||||
</motion.div>
|
||||
|
||||
<motion.h1
|
||||
initial={{ opacity: 0, y: 50 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 1, delay: 0.15, ease: EASE_OUT }}
|
||||
className="text-5xl sm:text-6xl md:text-7xl lg:text-8xl xl:text-9xl font-bold text-white leading-[0.9] tracking-tight mb-12"
|
||||
>
|
||||
<div className="flex items-baseline gap-4">
|
||||
<span>以战略远见</span>
|
||||
</div>
|
||||
<div className="flex items-baseline gap-4 mt-2">
|
||||
<span>驱动</span>
|
||||
<span className="relative inline-block">
|
||||
<span style={{ color: CINNABAR }}>数字化</span>
|
||||
<svg
|
||||
className="absolute -bottom-3 left-0 w-full"
|
||||
height="12"
|
||||
viewBox="0 0 300 12"
|
||||
fill="none"
|
||||
preserveAspectRatio="none"
|
||||
>
|
||||
<path
|
||||
d="M0 6 Q 75 0, 150 6 T 300 6"
|
||||
stroke={CINNABAR}
|
||||
strokeWidth="2.5"
|
||||
fill="none"
|
||||
strokeLinecap="round"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
<span>未来</span>
|
||||
</div>
|
||||
</motion.h1>
|
||||
|
||||
<motion.p
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.9, delay: 0.35, ease: EASE_OUT }}
|
||||
className="text-xl text-gray-400 max-w-2xl leading-relaxed mb-14"
|
||||
>
|
||||
睿新致远 — 专注于为中型及成长型企业提供从战略咨询到技术落地的全链路数字化服务。
|
||||
我们以务实的方法和深度的行业洞见,帮助您构建面向未来的数字竞争力。
|
||||
</motion.p>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.9, delay: 0.5, ease: EASE_OUT }}
|
||||
className="flex flex-wrap gap-6"
|
||||
>
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group relative inline-flex items-center gap-3 px-10 py-5 text-white font-medium text-base overflow-hidden"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
<span className="relative z-10">预约咨询</span>
|
||||
<ArrowRight className="w-5 h-5 relative z-10 transition-transform duration-500 group-hover:translate-x-2" />
|
||||
<div className="absolute inset-0 bg-black/30 translate-y-full group-hover:translate-y-0 transition-transform duration-500 ease-out" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/services"
|
||||
className="group inline-flex items-center gap-3 px-10 py-5 text-white font-medium text-base border border-white/20 hover:border-white/40 hover:bg-white/5 transition-all duration-400"
|
||||
>
|
||||
了解我们的服务
|
||||
<ArrowUpRight className="w-5 h-5 transition-all duration-400 group-hover:translate-x-1 group-hover:-translate-y-1" />
|
||||
</StaticLink>
|
||||
</motion.div>
|
||||
</div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, x: 40 }}
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
transition={{ duration: 1, delay: 0.65, ease: EASE_OUT }}
|
||||
className="hidden lg:block lg:col-span-3"
|
||||
>
|
||||
<div className="relative">
|
||||
<div
|
||||
className="absolute -top-10 -left-10 w-24 h-24 border-l-2 border-t-2"
|
||||
style={{ borderColor: CINNABAR }}
|
||||
/>
|
||||
<div className="border border-white/10 p-8" style={{ backgroundColor: 'rgba(15, 20, 25, 0.6)' }}>
|
||||
<div className="text-xs tracking-[0.3em] uppercase text-gray-500 mb-4">Est. 2014</div>
|
||||
<div className="text-4xl font-bold text-white mb-2">12<span style={{ color: CINNABAR }}>年</span></div>
|
||||
<div className="text-sm text-gray-400 mb-6">深耕企业数字化服务</div>
|
||||
<div className="space-y-3 pt-6 border-t border-white/10">
|
||||
<div className="flex justify-between items-center text-sm">
|
||||
<span className="text-gray-500">服务企业</span>
|
||||
<span className="text-white font-medium">500+</span>
|
||||
</div>
|
||||
<div className="flex justify-between items-center text-sm">
|
||||
<span className="text-gray-500">专业团队</span>
|
||||
<span className="text-white font-medium">200+</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1.5, delay: 1.3 }}
|
||||
className="absolute bottom-14 left-1/2 -translate-x-1/2 flex flex-col items-center gap-4"
|
||||
>
|
||||
<span className="text-xs text-gray-600 tracking-[0.4em] uppercase">Scroll to explore</span>
|
||||
<motion.div
|
||||
animate={{ y: [0, 10, 0] }}
|
||||
transition={{ duration: 2.5, repeat: Infinity, ease: 'easeInOut' }}
|
||||
>
|
||||
<ChevronDown className="w-6 h-6 text-gray-500" />
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function StatsSection() {
|
||||
const ref = useRef(null);
|
||||
const isInView = useInView(ref, { once: true, margin: '-120px' });
|
||||
|
||||
return (
|
||||
<section ref={ref} className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className="absolute top-0 left-0 right-0 h-px" style={{ background: 'linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent)' }} />
|
||||
<div className="absolute bottom-0 left-0 right-0 h-px" style={{ background: 'linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent)' }} />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<div className="grid lg:grid-cols-12 gap-12 items-start">
|
||||
<FadeIn className="lg:col-span-4">
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Proven Results
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight leading-tight mb-6">
|
||||
用数据说话<br />的专业实力
|
||||
</h2>
|
||||
<p className="text-gray-400 leading-relaxed">
|
||||
十二年深耕,五百余家企业的共同选择。我们用实实在在的业务成果,赢得客户的长期信赖。
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
<div className="lg:col-span-8">
|
||||
<div className="grid grid-cols-2 gap-12 lg:gap-16">
|
||||
{STATS.map((stat, i) => (
|
||||
<StatItem key={i} {...stat} start={isInView} delay={0.15 + i * 0.12} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ServicesSection() {
|
||||
return (
|
||||
<section className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col lg:flex-row lg:items-end lg:justify-between gap-10 mb-20">
|
||||
<FadeIn className="lg:max-w-2xl">
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Our Services
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight leading-tight">
|
||||
四位一体的数字化服务体系
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<p className="text-gray-400 max-w-md leading-relaxed">
|
||||
从战略规划到技术落地,为企业数字化转型提供全链路专业服务,每一步都有资深专家陪伴。
|
||||
</p>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.1)' }}>
|
||||
{SERVICES.map((service, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<a
|
||||
href={service.href}
|
||||
className="group relative block p-10 lg:p-14 transition-all duration-600 hover:bg-white/[0.02]"
|
||||
style={{ backgroundColor: INK }}
|
||||
>
|
||||
<div
|
||||
className="absolute top-0 left-0 h-full w-0.5 scale-y-0 group-hover:scale-y-100 transition-transform duration-700 origin-top"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
/>
|
||||
|
||||
<div className="flex items-start justify-between mb-8">
|
||||
<div
|
||||
className="w-16 h-16 flex items-center justify-center transition-all duration-500 group-hover:scale-110 group-hover:-translate-y-1"
|
||||
style={{ backgroundColor: 'rgba(196, 30, 58, 0.12)', color: CINNABAR }}
|
||||
>
|
||||
{service.icon}
|
||||
</div>
|
||||
<span className="text-5xl font-bold text-white/5 group-hover:text-white/10 transition-colors duration-500">
|
||||
{service.number}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<div className="text-xs tracking-[0.3em] uppercase text-gray-600 mb-2">{service.subtitle}</div>
|
||||
<h3 className="text-2xl lg:text-3xl font-bold text-white group-hover:translate-x-2 transition-transform duration-500">
|
||||
{service.title}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<p className="text-gray-400 leading-relaxed mb-8">
|
||||
{service.desc}
|
||||
</p>
|
||||
|
||||
<div className="flex flex-wrap gap-2 mb-10">
|
||||
{service.highlights.map((h, j) => (
|
||||
<span
|
||||
key={j}
|
||||
className="px-3 py-1.5 text-xs text-gray-500 border border-white/10 group-hover:border-white/20 group-hover:text-gray-400 transition-all duration-300"
|
||||
>
|
||||
{h}
|
||||
</span>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="inline-flex items-center gap-3 text-sm font-semibold" style={{ color: CINNABAR }}>
|
||||
<span>了解详情</span>
|
||||
<ArrowRight className="w-4 h-4 transition-all duration-400 group-hover:translate-x-2" />
|
||||
</div>
|
||||
</a>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function IndustriesSection() {
|
||||
return (
|
||||
<section className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<div className="grid lg:grid-cols-12 gap-16 mb-16">
|
||||
<FadeIn className="lg:col-span-4">
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Industries
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-white tracking-tight leading-tight mb-6">
|
||||
深耕六大<br />核心行业
|
||||
</h2>
|
||||
<p className="text-gray-400 leading-relaxed mb-8">
|
||||
专注垂直领域,积累丰富的行业 Know-How,提供更贴合业务实际的解决方案。
|
||||
每一个行业都有专属的专家团队与成熟的方法论。
|
||||
</p>
|
||||
<a
|
||||
href="/solutions"
|
||||
className="group inline-flex items-center gap-2 text-white font-medium text-sm"
|
||||
>
|
||||
查看全部行业方案
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" style={{ color: CINNABAR }} />
|
||||
</a>
|
||||
</FadeIn>
|
||||
|
||||
<div className="lg:col-span-8">
|
||||
<div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.1)' }}>
|
||||
{INDUSTRIES.map((ind, i) => (
|
||||
<FadeIn key={i} delay={i * 0.08}>
|
||||
<div
|
||||
className="group p-8 lg:p-10 transition-all duration-500 hover:bg-white/[0.03] cursor-pointer relative overflow-hidden"
|
||||
style={{ backgroundColor: INK_LIGHT }}
|
||||
>
|
||||
<div className="absolute top-0 right-0 w-20 h-20 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
|
||||
<div className="absolute top-0 right-0 w-full h-full" style={{ background: `linear-gradient(135deg, ${CINNABAR}20 0%, transparent 70%)` }} />
|
||||
</div>
|
||||
|
||||
<div
|
||||
className="w-14 h-14 flex items-center justify-center mb-6 text-gray-400 group-hover:text-white transition-all duration-400 group-hover:scale-110"
|
||||
style={{ backgroundColor: 'rgba(255,255,255,0.04)' }}
|
||||
>
|
||||
{ind.icon}
|
||||
</div>
|
||||
<div className="flex items-center gap-3 mb-3">
|
||||
<h3 className="text-lg font-bold text-white">{ind.name}</h3>
|
||||
<span
|
||||
className="text-xs px-2.5 py-1 font-medium"
|
||||
style={{ backgroundColor: 'rgba(196, 30, 58, 0.15)', color: CINNABAR }}
|
||||
>
|
||||
{ind.count} 案例
|
||||
</span>
|
||||
</div>
|
||||
<p className="text-sm text-gray-500 leading-relaxed">{ind.desc}</p>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CasesSection() {
|
||||
return (
|
||||
<section className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-20">
|
||||
<FadeIn className="md:max-w-2xl">
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Case Studies
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
可衡量的业务成果
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<a
|
||||
href="/solutions"
|
||||
className="group inline-flex items-center gap-3 text-white font-medium"
|
||||
>
|
||||
查看全部案例
|
||||
<ArrowRight className="w-5 h-5 transition-transform duration-300 group-hover:translate-x-2" style={{ color: CINNABAR }} />
|
||||
</a>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="space-y-10">
|
||||
{CASES.map((caseItem, i) => (
|
||||
<FadeIn key={i} delay={i * 0.15}>
|
||||
<article className="group relative overflow-hidden border border-white/10 hover:border-white/20 transition-all duration-600">
|
||||
<div className="grid lg:grid-cols-5 gap-0">
|
||||
<div className="lg:col-span-3 p-10 lg:p-14 relative" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="absolute top-0 left-0 w-full h-1 scale-x-0 group-hover:scale-x-100 transition-transform duration-700 origin-left" style={{ backgroundColor: CINNABAR }} />
|
||||
|
||||
<div className="flex items-center gap-4 mb-8">
|
||||
<span className="px-5 py-2 text-xs font-bold tracking-wider" style={{ backgroundColor: CINNABAR, color: 'white' }}>
|
||||
{caseItem.industry}
|
||||
</span>
|
||||
<span className="text-xs text-gray-500 tracking-wide">CASE #{String(i + 1).padStart(2, '0')}</span>
|
||||
</div>
|
||||
|
||||
<h3 className="text-2xl lg:text-3xl font-bold text-white mb-6 leading-tight group-hover:text-[#C41E3A] transition-colors duration-400">
|
||||
{caseItem.title}
|
||||
</h3>
|
||||
<p className="text-gray-400 leading-relaxed mb-10">
|
||||
{caseItem.description}
|
||||
</p>
|
||||
|
||||
<div className="flex items-start gap-5 pt-8 border-t border-white/10">
|
||||
<Quote className="w-10 h-10 shrink-0 mt-0.5" style={{ color: CINNABAR, opacity: 0.4 }} />
|
||||
<div>
|
||||
<p className="text-gray-300 italic leading-relaxed mb-4 text-base">
|
||||
"{caseItem.quote}"
|
||||
</p>
|
||||
<p className="text-sm text-gray-500">
|
||||
— {caseItem.author},{caseItem.company}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="lg:col-span-2 p-10 lg:p-14 flex flex-col justify-center relative" style={{ backgroundColor: INK_LIGHTER }}>
|
||||
<div className="text-sm text-gray-500 mb-8 tracking-[0.2em] uppercase">Key Results</div>
|
||||
<div className="space-y-8">
|
||||
{caseItem.metrics.map((metric, j) => (
|
||||
<div key={j} className="group/metric">
|
||||
<div className="text-4xl lg:text-5xl font-bold text-white mb-2 group-hover/metric:translate-x-2 transition-transform duration-400">
|
||||
{metric.value}
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="w-6 h-px" style={{ backgroundColor: CINNABAR }} />
|
||||
<div className="text-gray-400">{metric.label}</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function ApproachSection() {
|
||||
return (
|
||||
<section className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<FadeIn className="mb-20 max-w-3xl">
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Our Approach
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight leading-tight">
|
||||
四步交付法,<br />确保每一个项目成功落地
|
||||
</h2>
|
||||
<p className="text-gray-400 mt-8 leading-relaxed text-lg">
|
||||
基于 500+ 项目经验沉淀的方法论体系。从诊断评估到持续运营,每一步都有清晰的目标和交付物,让数字化转型可见、可控、可衡量。
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
<div className="relative">
|
||||
<div className="absolute top-[88px] left-0 right-0 h-px hidden lg:block" style={{ background: 'linear-gradient(90deg, rgba(196,30,58,0.3), rgba(196,30,58,0.3))' }} />
|
||||
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.1)' }}>
|
||||
{APPROACH.map((step, i) => (
|
||||
<FadeIn key={i} delay={i * 0.12}>
|
||||
<div className="relative h-full p-8 lg:p-10 border-t-2 border-transparent hover:border-[#C41E3A] transition-all duration-500 group" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="absolute -top-[2px] left-0 w-full flex justify-center hidden lg:flex">
|
||||
<div
|
||||
className="w-4 h-4 rounded-full -mt-[7px] border-2 transition-all duration-400 group-hover:scale-125"
|
||||
style={{ borderColor: CINNABAR, backgroundColor: INK_LIGHT }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<span className="text-6xl font-bold" style={{ color: CINNABAR }}>
|
||||
{step.step}
|
||||
</span>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-white mb-3">{step.title}</h3>
|
||||
<p className="text-gray-500 text-sm leading-relaxed mb-6">{step.desc}</p>
|
||||
|
||||
<div className="pt-5 border-t border-white/5">
|
||||
<div className="text-xs text-gray-600 mb-3 uppercase tracking-wider">交付物</div>
|
||||
<ul className="space-y-2">
|
||||
{step.deliverables.map((d, j) => (
|
||||
<li key={j} className="flex items-center gap-2 text-xs text-gray-400">
|
||||
<ArrowDownRight className="w-3 h-3" style={{ color: CINNABAR }} />
|
||||
{d}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="mt-6 inline-block px-3 py-1.5 text-xs text-gray-500 border border-white/10">
|
||||
周期:{step.duration}
|
||||
</div>
|
||||
</div>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function InsightsSection() {
|
||||
return (
|
||||
<section className="relative py-28 lg:py-36 overflow-hidden" style={{ backgroundColor: INK }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className={CONTAINER}>
|
||||
<div className="flex flex-col md:flex-row md:items-end md:justify-between gap-8 mb-20">
|
||||
<FadeIn>
|
||||
<div className="flex items-center gap-4 mb-5">
|
||||
<div className="w-10 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.3em] uppercase" style={{ color: CINNABAR }}>
|
||||
Insights
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-4xl lg:text-5xl font-bold text-white tracking-tight">
|
||||
思想领导力
|
||||
</h2>
|
||||
</FadeIn>
|
||||
<FadeIn delay={0.1}>
|
||||
<a
|
||||
href="/news"
|
||||
className="group inline-flex items-center gap-3 text-white font-medium"
|
||||
>
|
||||
查看全部
|
||||
<ArrowRight className="w-5 h-5 transition-transform duration-300 group-hover:translate-x-2" style={{ color: CINNABAR }} />
|
||||
</a>
|
||||
</FadeIn>
|
||||
</div>
|
||||
|
||||
<div className="grid lg:grid-cols-3 gap-px" style={{ backgroundColor: 'rgba(255,255,255,0.1)' }}>
|
||||
{INSIGHTS.map((insight, i) => (
|
||||
<FadeIn key={i} delay={i * 0.1}>
|
||||
<article className="group cursor-pointer h-full flex flex-col" style={{ backgroundColor: INK }}>
|
||||
<div className={`relative overflow-hidden ${insight.featured ? 'aspect-[16/9]' : 'aspect-[16/10]'}`} style={{ backgroundColor: INK_LIGHT }}>
|
||||
<div className="absolute inset-0 flex items-center justify-center transition-transform duration-700 group-hover:scale-110">
|
||||
<BarChart3 className="w-24 h-24 text-white/[0.04]" />
|
||||
</div>
|
||||
<div className="absolute inset-0 bg-gradient-to-t from-black/70 via-transparent to-transparent" />
|
||||
<div className="absolute top-6 left-6">
|
||||
<span
|
||||
className="px-4 py-1.5 text-xs font-bold tracking-wider"
|
||||
style={{ backgroundColor: insight.featured ? CINNABAR : 'rgba(255,255,255,0.1)', color: 'white' }}
|
||||
>
|
||||
{insight.category}
|
||||
</span>
|
||||
</div>
|
||||
{insight.featured && (
|
||||
<div className="absolute top-6 right-6">
|
||||
<span className="px-4 py-1.5 text-xs font-medium bg-white/10 backdrop-blur-sm text-white border border-white/20">
|
||||
精选推荐
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="p-8 lg:p-10 flex-1 flex flex-col">
|
||||
<div className="flex items-center gap-4 mb-5 text-sm text-gray-600">
|
||||
<span>{insight.date}</span>
|
||||
<span className="w-1 h-1 rounded-full bg-gray-700" />
|
||||
<span>{insight.readTime}阅读</span>
|
||||
</div>
|
||||
<h3 className={`font-bold text-white mb-5 leading-snug group-hover:text-[#C41E3A] transition-colors duration-400 ${insight.featured ? 'text-2xl' : 'text-xl'}`}>
|
||||
{insight.title}
|
||||
</h3>
|
||||
<p className="text-gray-500 leading-relaxed flex-1">
|
||||
{insight.excerpt}
|
||||
</p>
|
||||
<div className="mt-8 pt-6 border-t border-white/5">
|
||||
<span className="inline-flex items-center gap-2 text-sm font-semibold" style={{ color: CINNABAR }}>
|
||||
阅读全文
|
||||
<ArrowRight className="w-4 h-4 transition-transform duration-400 group-hover:translate-x-2" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</FadeIn>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
function CTASection() {
|
||||
return (
|
||||
<section className="relative py-32 lg:py-44 overflow-hidden" style={{ backgroundColor: INK_LIGHT }}>
|
||||
<NoiseOverlay />
|
||||
|
||||
<div className="absolute inset-0 pointer-events-none">
|
||||
<div
|
||||
className="absolute -top-1/3 -right-1/4 w-3/4 h-full"
|
||||
style={{
|
||||
background: `radial-gradient(ellipse at center, ${CINNABAR}25 0%, transparent 60%)`,
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
className="absolute -bottom-1/3 -left-1/4 w-3/4 h-full"
|
||||
style={{
|
||||
background: `radial-gradient(ellipse at center, ${CINNABAR}10 0%, transparent 60%)`,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={`${CONTAINER} relative z-10`}>
|
||||
<FadeIn className="max-w-4xl mx-auto text-center">
|
||||
<div className="flex items-center justify-center gap-5 mb-8">
|
||||
<div className="w-12 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
<span className="text-sm tracking-[0.4em] uppercase" style={{ color: CINNABAR }}>
|
||||
Let's Talk
|
||||
</span>
|
||||
<div className="w-12 h-0.5" style={{ backgroundColor: CINNABAR }} />
|
||||
</div>
|
||||
<h2 className="text-3xl md:text-5xl lg:text-6xl font-bold text-white tracking-tight leading-tight mb-10">
|
||||
准备好开启您的
|
||||
<br />
|
||||
<span className="relative inline-block">
|
||||
<span style={{ color: CINNABAR }}>数字化转型</span>
|
||||
<svg
|
||||
className="absolute -bottom-3 left-0 w-full"
|
||||
height="14"
|
||||
viewBox="0 0 400 14"
|
||||
fill="none"
|
||||
preserveAspectRatio="none"
|
||||
>
|
||||
<path
|
||||
d="M0 7 Q 100 0, 200 7 T 400 7"
|
||||
stroke={CINNABAR}
|
||||
strokeWidth="3"
|
||||
fill="none"
|
||||
strokeLinecap="round"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
之旅了吗?
|
||||
</h2>
|
||||
<p className="text-xl text-gray-400 mb-14 max-w-2xl mx-auto leading-relaxed">
|
||||
与我们的专家团队交流,获取针对您业务的专属数字化建议与实施路径。
|
||||
首次咨询完全免费,无任何商业承诺。
|
||||
</p>
|
||||
<div className="flex flex-wrap justify-center gap-6">
|
||||
<StaticLink
|
||||
href="/contact"
|
||||
className="group relative inline-flex items-center gap-4 px-12 py-6 text-white font-semibold text-lg overflow-hidden"
|
||||
style={{ backgroundColor: CINNABAR }}
|
||||
>
|
||||
<span className="relative z-10">立即预约咨询</span>
|
||||
<ArrowRight className="w-5 h-5 relative z-10 transition-transform duration-500 group-hover:translate-x-2" />
|
||||
<div className="absolute inset-0 bg-black/30 translate-y-full group-hover:translate-y-0 transition-transform duration-500 ease-out" />
|
||||
</StaticLink>
|
||||
<StaticLink
|
||||
href="/about"
|
||||
className="group inline-flex items-center gap-4 px-12 py-6 text-white font-medium text-lg border border-white/20 hover:border-white/40 hover:bg-white/5 transition-all duration-400"
|
||||
>
|
||||
了解更多
|
||||
<ArrowUpRight className="w-5 h-5 transition-all duration-400 group-hover:translate-x-1 group-hover:-translate-y-1" />
|
||||
</StaticLink>
|
||||
</div>
|
||||
</FadeIn>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default function HomeContentV8() {
|
||||
return (
|
||||
<main>
|
||||
<HeroSection />
|
||||
<StatsSection />
|
||||
<ServicesSection />
|
||||
<IndustriesSection />
|
||||
<CasesSection />
|
||||
<ApproachSection />
|
||||
<InsightsSection />
|
||||
<CTASection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user