import { useLanguage } from '../../contexts/LanguageContext'; export default function FeaturesSection() { const { language } = useLanguage(); return (
Core Features

{language === 'zh' ? '学生留下来的三个理由' : 'Three reasons students stay with TexPixel'}

⚡ t < 1s
{language === 'zh' ? '极速识别' : 'Sub-second Recognition'}
{language === 'zh' ? '上传截图,LaTeX 随即出现。拍下笔记,无需等待,直接复制。' : 'Upload a screenshot, LaTeX appears instantly. Take a photo of your notes and copy right away.'}
\int_0^1 x^2 dx
{language === 'zh' ? '复杂公式支持' : 'Complex Formula Support'}
{language === 'zh' ? '矩阵、积分、求和、化学式全部支持。多行公式对齐、角标嵌套一次识别。' : 'Matrices, integrals, summations, chemical formulas — all supported. Multi-line alignment and nested scripts in one pass.'}
\mathbf{'{A}'}−1b
{language === 'zh' ? '高准确度' : 'High Accuracy'}
{language === 'zh' ? '论文级别识别准确率。在 arXiv 截图测试集上准确率超过 95%,持续迭代提升中。' : 'Publication-grade accuracy. Over 95% on arXiv screenshot benchmarks, continuously improving.'}
); }