diff --git a/src/app/(marketing)/services/service-detail-content-v4.tsx b/src/app/(marketing)/services/service-detail-content-v4.tsx index 432a96a..981002f 100644 --- a/src/app/(marketing)/services/service-detail-content-v4.tsx +++ b/src/app/(marketing)/services/service-detail-content-v4.tsx @@ -14,7 +14,7 @@ function DetailHero({ service }: { service: Service }) { const firstBenefit = service.benefits?.[0] || '效率提升 40%'; return ( -
+
+
@@ -230,7 +230,7 @@ function ProcessSection({ service }: { service: Service }) { whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-60px' }} transition={{ duration: 0.6, delay: index * 0.08, ease: EASE_OUT }} - className="relative group p-6 sm:p-8 bg-white hover:bg-bg-secondary hover:shadow-lg hover:-translate-y-1 transition-all duration-500" + className="relative group p-6 sm:p-8 bg-bg-primary hover:bg-bg-secondary hover:shadow-lg hover:-translate-y-1 transition-all duration-500" >
+
@@ -348,7 +348,7 @@ function CTASection() { export default function ServiceDetailContentV4({ service }: { service: Service }) { return ( -
+
diff --git a/src/app/(marketing)/services/services-content-v3.tsx b/src/app/(marketing)/services/services-content-v3.tsx index b5fc8c4..ba20267 100644 --- a/src/app/(marketing)/services/services-content-v3.tsx +++ b/src/app/(marketing)/services/services-content-v3.tsx @@ -81,7 +81,7 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { const ctaSecondary = (pageCopy?.servicesCtaSecondary as string) || '查看产品矩阵'; return ( -
+

@@ -258,7 +258,7 @@ function ServicesGridSection({ services, pageCopy }: { services?: Service[]; pag function ProcessModesSection() { return ( -
+
{/* Process */} @@ -310,7 +310,7 @@ function ProcessModesSection() { {SERVICE_MODES.map((mode) => (

@@ -373,7 +373,7 @@ function CTASection({ pageCopy }: { pageCopy?: PageCopy | null }) { export default function ServicesContentV3({ services, pageCopy }: { services?: Service[]; pageCopy?: PageCopy | null }) { return ( -
+
diff --git a/src/components/detail/solution-value.tsx b/src/components/detail/solution-value.tsx index d534148..cc322e7 100644 --- a/src/components/detail/solution-value.tsx +++ b/src/components/detail/solution-value.tsx @@ -15,7 +15,7 @@ interface SolutionValueSectionProps { export function SolutionValueSection({ solution }: SolutionValueSectionProps) { return ( -
+