From 8fa15cf60e3ddacbd2c0c1c9699e4cb4b8cfaa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Sat, 25 Apr 2026 09:50:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E5=92=A8=E8=AF=A2=E6=8C=89=E9=92=AE=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20Logo=20=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 service-cta-section 中的电话咨询按钮 - 移除 product-cta-section 中的电话咨询按钮 - 移除 solution-detail-client 中的电话咨询按钮 - 使用青柳隶书字体重新生成 Logo SVG - 公司暂无对外联系电话 --- .../solutions/[id]/solution-detail-client.tsx | 10 +--------- src/components/products/product-cta-section.tsx | 10 ---------- src/components/services/service-cta-section.tsx | 10 ---------- 3 files changed, 1 insertion(+), 29 deletions(-) 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() { > 预约演示 - - - - 电话咨询 -