diff --git a/src/components/sections/home-solutions-section.tsx b/src/components/sections/home-solutions-section.tsx
index 1e6ee97..81f3c73 100644
--- a/src/components/sections/home-solutions-section.tsx
+++ b/src/components/sections/home-solutions-section.tsx
@@ -19,14 +19,14 @@ const SOLUTIONS_OVERVIEW = [
icon: Cpu,
title: '技术伙伴',
subtitle: '信息技术解决方案',
- description: '让技术真正为业务服务。不追逐"最火"的技术,只选择"最对"的技术。',
+ description: '全栈技术能力,从设计到交付提供一站式技术服务',
points: ['业务场景调研', '技术方案定制', '敏捷交付迭代'],
},
{
icon: Users,
title: '同行伙伴',
subtitle: '长期陪跑服务',
- description: '交付只是开始,陪伴才是常态。项目上线那天,是我们真正成为伙伴的开始。',
+ description: '长期陪伴成长,持续优化迭代,与客户共同进步',
points: ['专属客户成功经理', '季度业务复盘', '7×24小时响应'],
},
];
@@ -36,7 +36,7 @@ export function HomeSolutionsSection() {
const isInView = useInView(ref, { once: true, margin: '-100px' });
return (
-
+
+
- 三种角色,一种身份
+ 三种角色,一种身份
您的数字化转型成长伙伴——从战略咨询到技术落地,再到长期陪跑
@@ -62,17 +63,17 @@ export function HomeSolutionsSection() {
animate={isInView ? { opacity: 1, y: 0 } : {}}
transition={{ duration: 0.5, delay: 0.1 + idx * 0.15 }}
>
-
-
+
+
{item.title}
-
{item.subtitle}
+
{item.subtitle}
{item.description}
{item.points.map((point, i) => (
-
-
+
{point}
))}
diff --git a/src/components/sections/methodology-section.tsx b/src/components/sections/methodology-section.tsx
index a8102f5..26b9a36 100644
--- a/src/components/sections/methodology-section.tsx
+++ b/src/components/sections/methodology-section.tsx
@@ -4,7 +4,9 @@ import { motion } from 'framer-motion';
import { useInView } from 'framer-motion';
import { useRef } from 'react';
import { METHODOLOGY } from '@/lib/constants/methodology';
-import { CheckCircle2 } from 'lucide-react';
+import { CheckCircle2, ArrowRight } from 'lucide-react';
+import { Button } from '@/components/ui/button';
+import { StaticLink } from '@/components/ui/static-link';
export function MethodologySection() {
const ref = useRef(null);
@@ -20,7 +22,7 @@ export function MethodologySection() {
className="text-center max-w-3xl mx-auto mb-16"
>
- 实施方法论
+ 实施方法论
经过多年实践验证的四阶段模型,确保每个项目都能科学推进、高效落地
@@ -29,7 +31,7 @@ export function MethodologySection() {
{/* 连接线 */}
-
+
{METHODOLOGY.map((phase, idx) => (
@@ -39,14 +41,14 @@ export function MethodologySection() {
animate={isInView ? { opacity: 1, y: 0 } : {}}
transition={{ duration: 0.5, delay: 0.2 + idx * 0.15 }}
>
-
+