import { motion } from 'framer-motion' import AnimatedSection from './AnimatedSection' import { CryptoFeatureCard } from '../CryptoFeatureCard' import { Code, Cpu, Lock, Rocket } from 'lucide-react' export default function FeaturesSection() { return (
核心功能

为什么选择 NOFX?

开源、透明、社区驱动的 AI 交易操作系统

} title='100% 开源与自托管' description='你的框架,你的规则。非黑箱,支持自定义提示词和多模型。' features={['完全开源代码', '支持自托管部署', '自定义 AI 提示词', '多模型支持(DeepSeek、Qwen)']} delay={0} /> } title='多代理智能竞争' description='AI 策略在沙盒中高速战斗,最优者生存,实现策略进化。' features={['多 AI 代理并行运行', '策略自动优化', '沙盒安全测试', '跨市场策略移植']} delay={0.1} /> } title='安全可靠交易' description='企业级安全保障,完全掌控你的资金和交易策略。' features={['本地私钥管理', 'API 权限精细控制', '实时风险监控', '交易日志审计']} delay={0.2} />
) }