diff --git a/src/components/sections/services-section.tsx b/src/components/sections/services-section.tsx index 2091e76..c989b16 100644 --- a/src/components/sections/services-section.tsx +++ b/src/components/sections/services-section.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; import { useInView } from 'framer-motion'; import { useRef } from 'react'; import { Code, Cloud, BarChart3, Shield, ArrowRight } from 'lucide-react'; -import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +import { Card, CardContent } from '@/components/ui/card'; import { Button } from '@/components/ui/button'; import { SERVICES } from '@/lib/constants'; @@ -20,46 +20,46 @@ export function ServicesSection() { const isInView = useInView(ref, { once: true, margin: '-100px' }); return ( -
-
+
+
+
+ +
- + 核心业务 -

- 专业服务,助力发展 +

+ 我们的 核心服务

-

- 我们提供全方位的技术解决方案,帮助企业实现数字化转型 +

+ 专业技术团队,为您提供全方位的数字化解决方案

-
+
{SERVICES.map((service, index) => { const Icon = iconMap[service.icon]; return ( - - -
- {Icon && } + + +
+ {Icon && }
- {service.title} - - - - {service.description} - +

{service.title}

+

{service.description}