'use client'; import { SERVICES } from '@/lib/constants'; import { StaticLink } from '@/components/ui/static-link'; import { Button } from '@/components/ui/button'; import { ArrowRight, ArrowUpRight } from 'lucide-react'; import { motion } from 'framer-motion'; import { useReducedMotion } from '@/hooks/use-reduced-motion'; import { PageNav } from '@/components/layout/page-nav'; export default function ServicesPage() { const shouldReduceMotion = useReducedMotion(); const fadeUp = shouldReduceMotion ? {} : { initial: { opacity: 0, y: 20 } }; return (
Services
专业技术团队,为您提供全方位的数字化解决方案
{service.description}
让我们与您同行,共创美好未来