diff --git a/src/app/(marketing)/about/about-content-v4.tsx b/src/app/(marketing)/about/about-content-v4.tsx index fed04d1..c198d00 100644 --- a/src/app/(marketing)/about/about-content-v4.tsx +++ b/src/app/(marketing)/about/about-content-v4.tsx @@ -106,7 +106,7 @@ function HeroSection({ data }: { data: AboutData }) { {data.heroPrimaryCtaLabel || '预约咨询'} @@ -114,7 +114,7 @@ function HeroSection({ data }: { data: AboutData }) { {data.heroSecondaryCtaLabel || '了解更多'} @@ -432,7 +432,7 @@ function CTASection({ data }: { data: AboutData }) { {data.ctaPrimaryLabel || '预约咨询'} @@ -440,7 +440,7 @@ function CTASection({ data }: { data: AboutData }) { {data.ctaSecondaryLabel || '了解更多'} diff --git a/src/app/(marketing)/about/brand/brand-content.tsx b/src/app/(marketing)/about/brand/brand-content.tsx index 09d6fcb..db8a18b 100644 --- a/src/app/(marketing)/about/brand/brand-content.tsx +++ b/src/app/(marketing)/about/brand/brand-content.tsx @@ -358,14 +358,14 @@ export default function BrandContent() {
预约咨询 查看客户案例 diff --git a/src/app/(marketing)/cases/cases-content-v3.tsx b/src/app/(marketing)/cases/cases-content-v3.tsx index 7a4d084..a3315e6 100644 --- a/src/app/(marketing)/cases/cases-content-v3.tsx +++ b/src/app/(marketing)/cases/cases-content-v3.tsx @@ -311,14 +311,14 @@ export default function CasesContentV3({
预约咨询 了解服务 diff --git a/src/app/(marketing)/contact/contact-content-v3.tsx b/src/app/(marketing)/contact/contact-content-v3.tsx index 8fad9a3..2f0ef17 100644 --- a/src/app/(marketing)/contact/contact-content-v3.tsx +++ b/src/app/(marketing)/contact/contact-content-v3.tsx @@ -531,14 +531,14 @@ function ContactFormContent({ data }: { data: ContactData }) {
{data.ctaPrimaryLabel || ''} {data.ctaSecondaryLabel || ''} diff --git a/src/app/(marketing)/news/news-content-v3.tsx b/src/app/(marketing)/news/news-content-v3.tsx index 94b7598..b5e925f 100644 --- a/src/app/(marketing)/news/news-content-v3.tsx +++ b/src/app/(marketing)/news/news-content-v3.tsx @@ -251,14 +251,14 @@ export default function NewsContentV3({ news, pageCopy }: { news?: NewsItem[]; p
联系我们 了解公司 diff --git a/src/app/(marketing)/news/news-detail-content-v3.tsx b/src/app/(marketing)/news/news-detail-content-v3.tsx index ab855d0..ca873c5 100644 --- a/src/app/(marketing)/news/news-detail-content-v3.tsx +++ b/src/app/(marketing)/news/news-detail-content-v3.tsx @@ -148,14 +148,14 @@ export default function NewsDetailContentV3({ news, relatedNews = [] }: NewsDeta
返回新闻列表 联系我们 diff --git a/src/app/(marketing)/products/standalone/[id]/client.tsx b/src/app/(marketing)/products/standalone/[id]/client.tsx index 44a23cb..1b89ef3 100644 --- a/src/app/(marketing)/products/standalone/[id]/client.tsx +++ b/src/app/(marketing)/products/standalone/[id]/client.tsx @@ -115,14 +115,14 @@ export function StandaloneProductClient({ item }: StandaloneProductClientProps)
获取上线通知 查看其他产品 diff --git a/src/app/(marketing)/services/service-detail-content-v4.tsx b/src/app/(marketing)/services/service-detail-content-v4.tsx index 843f58e..0aea508 100644 --- a/src/app/(marketing)/services/service-detail-content-v4.tsx +++ b/src/app/(marketing)/services/service-detail-content-v4.tsx @@ -83,14 +83,14 @@ function DetailHero({ service }: { service: Service }) { > 免费咨询 查看案例 @@ -339,14 +339,14 @@ function CTASection() {
预约免费咨询 返回服务列表 diff --git a/src/app/(marketing)/services/services-content-v3.tsx b/src/app/(marketing)/services/services-content-v3.tsx index 4f551f0..73e3876 100644 --- a/src/app/(marketing)/services/services-content-v3.tsx +++ b/src/app/(marketing)/services/services-content-v3.tsx @@ -128,14 +128,14 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { > {ctaPrimary} {ctaSecondary} @@ -366,14 +366,14 @@ function CTASection({ pageCopy }: { pageCopy?: PageCopy | null }) {
预约免费咨询 了解我们的团队 diff --git a/src/app/(marketing)/solutions/solutions-content-v3.tsx b/src/app/(marketing)/solutions/solutions-content-v3.tsx index fd81366..f9664c0 100644 --- a/src/app/(marketing)/solutions/solutions-content-v3.tsx +++ b/src/app/(marketing)/solutions/solutions-content-v3.tsx @@ -76,14 +76,14 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { > {ctaPrimary} {ctaSecondary} @@ -242,14 +242,14 @@ function CTASection({ pageCopy }: { pageCopy?: PageCopy | null }) {
获取定制方案 浏览产品 diff --git a/src/app/(marketing)/team/team-content-v3.tsx b/src/app/(marketing)/team/team-content-v3.tsx index 3c5a850..423a9d9 100644 --- a/src/app/(marketing)/team/team-content-v3.tsx +++ b/src/app/(marketing)/team/team-content-v3.tsx @@ -217,7 +217,7 @@ export default function TeamContentV3({ data }: { data: Record > {teamData.heroPrimaryCtaLabel || '加入我们'} @@ -225,7 +225,7 @@ export default function TeamContentV3({ data }: { data: Record {teamData.heroSecondaryCtaLabel && ( {teamData.heroSecondaryCtaLabel} @@ -349,14 +349,14 @@ export default function TeamContentV3({ data }: { data: Record
{teamData.ctaPrimaryLabel || '预约咨询'} {teamData.ctaSecondaryLabel || '查看客户案例'} diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 067c12b..f9343b2 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -24,11 +24,11 @@ const buttonVariants = cva( 'bg-error text-white shadow-sm hover:bg-error-hover hover:-translate-y-px active:translate-y-0 active:scale-[0.97] transition-all duration-fast ease-standard', }, size: { - sm: 'h-9 rounded-md px-3 text-xs font-medium', - default: 'h-11 rounded-md px-5 py-2 font-medium', - lg: 'h-12 rounded-md px-6 text-base font-semibold', - xl: 'h-14 rounded-md px-8 text-base font-semibold', - icon: 'h-11 w-11 rounded-md', + sm: 'h-9 rounded-full px-3 text-xs font-medium', + default: 'h-11 rounded-full px-5 py-2 font-medium', + lg: 'h-12 rounded-full px-6 text-base font-semibold', + xl: 'h-14 rounded-full px-8 text-base font-semibold', + icon: 'h-11 w-11 rounded-full', }, }, defaultVariants: {