/** * CTA 区 - 渐变卡片行动号召(注册入口) */ import Link from 'next/link'; import { useTranslations } from 'next-intl'; export function CtaSection() { const t = useTranslations('cta'); return (

{t('h2')}

{t('p')}

{t('btn')}
); }