'use client'; import { motion } from 'framer-motion'; import { useReducedMotion } from '@/hooks/use-reduced-motion'; import { StaticLink } from '@/components/ui/static-link'; import { Lightbulb, Cpu, Users, } from 'lucide-react'; import { MethodologySection } from '@/components/sections/methodology-section'; import { CTASection } from '@/components/sections/cta-section'; import { BreadcrumbSchema } from '@/components/seo/structured-data'; import { SwipeNavigation } from '@/hooks/use-swipe-gesture'; import { ListPageHeroV3 } from '@/components/detail-v2/list-page-hero-v3'; import { SolutionCardV3 } from '@/components/detail-v2/solution-service-card-v3'; import { SOLUTIONS } from '@/lib/constants/solutions'; export default function SolutionsPage() { const shouldReduceMotion = useReducedMotion(); const fadeUp = shouldReduceMotion ? {} : { initial: { opacity: 0, y: 20 } }; return (
我们不仅提供行业解决方案,更通过专业服务确保方案真正落地见效
{item.desc}