diff --git a/src/app/(marketing)/solutions/[id]/solution-detail-client.tsx b/src/app/(marketing)/solutions/[id]/solution-detail-client.tsx index 286db2d..d9b374f 100644 --- a/src/app/(marketing)/solutions/[id]/solution-detail-client.tsx +++ b/src/app/(marketing)/solutions/[id]/solution-detail-client.tsx @@ -3,7 +3,7 @@ import { SOLUTIONS } from '@/lib/constants/solutions'; import { PRODUCTS } from '@/lib/constants/products'; import { StaticLink } from '@/components/ui/static-link'; -import { CheckCircle, Phone } from 'lucide-react'; +import { CheckCircle } from 'lucide-react'; import { InkReveal, FadeUp, @@ -200,14 +200,6 @@ export function SolutionDetailClient({ solutionId }: SolutionDetailClientProps) > 免费获取方案 - - - 电话咨询 - diff --git a/src/components/products/product-cta-section.tsx b/src/components/products/product-cta-section.tsx index 87d08b5..9d2d9fc 100644 --- a/src/components/products/product-cta-section.tsx +++ b/src/components/products/product-cta-section.tsx @@ -1,6 +1,5 @@ 'use client'; -import { Phone } from 'lucide-react'; import { InkReveal, FadeUp, FloatingElement, RippleButton } from '@/lib/animations'; export function ProductCTASection() { @@ -39,15 +38,6 @@ export function ProductCTASection() { > 联系我们 - - - - 电话咨询 - diff --git a/src/components/services/service-cta-section.tsx b/src/components/services/service-cta-section.tsx index 09b2fe7..00074d5 100644 --- a/src/components/services/service-cta-section.tsx +++ b/src/components/services/service-cta-section.tsx @@ -7,7 +7,6 @@ * InkReveal 包裹标题,FadeUp 包裹描述和按钮组。 * 主按钮链接到联系页,次按钮链接到服务列表页。 */ -import { Phone } from 'lucide-react'; import { InkReveal, FadeUp, FloatingElement, RippleButton } from '@/lib/animations'; export function ServiceCTASection() { @@ -57,15 +56,6 @@ export function ServiceCTASection() { > 预约演示 - - - - 电话咨询 -