diff --git a/ui/homepage/components/DownloadSection.tsx b/ui/homepage/components/DownloadSection.tsx index 2a0d5a7..55a9317 100644 --- a/ui/homepage/components/DownloadSection.tsx +++ b/ui/homepage/components/DownloadSection.tsx @@ -7,7 +7,10 @@ const downloads = [ { name: 'KubeGuard', links: ['macOS', 'Windows', 'Linux'] }, { name: 'XConfig', links: ['macOS', 'Windows', 'Linux'] }, { name: 'XScopeHub', links: [['GitHub', 'https://github.com/svc-design/XScopeHub']] }, - { name: 'XOpsAgent', links: ['macOS', 'Windows', 'Linux'] }, + { + name: 'Navi', + links: ['macOS', 'Windows', 'Linux', ['GitHub', 'https://github.com/svc-design/Navi']], + }, { name: 'XStream', links: [ diff --git a/ui/homepage/components/Features.tsx b/ui/homepage/components/Features.tsx index d75b4a8..fd01b14 100644 --- a/ui/homepage/components/Features.tsx +++ b/ui/homepage/components/Features.tsx @@ -37,25 +37,25 @@ const features = [ }, }, { - icon: '🤖', + icon: '📡', title: { - en: 'XCodeAgent - AI Code Assistant', - zh: 'XCodeAgent - AI 代码助手', + en: 'XScopeHub - Observability Hub', + zh: 'XScopeHub - 可观察性平台', }, desc: { - en: 'Automatically generate PRs from GitHub Issues via AI-powered patch generation, code review and testing automation.', - zh: '通过 AI 驱动的补丁生成、代码审查与测试自动化,从 GitHub Issue 自动生成 PR。', + en: 'Bridges exporters, OpenTelemetry, and OpenObserve with ETL pipelines for metrics, logs, and traces.', + zh: '通过 OpenTelemetry 框架连接 Exporter、OpenObserve 与 ETL 流程,实现指标、日志与调用的统一聚合。', }, }, { - icon: '📊', + icon: '🧭', title: { - en: 'XOpsAgent - AIOps Assistant', - zh: 'XOpsAgent - AIOps 助手', + en: 'Navi - Task Assistant', + zh: 'Navi - 任务助手', }, desc: { - en: 'Monitor system metrics, detect anomalies, perform root cause analysis, and generate intelligent operational insights.', - zh: '监控系统指标,检测异常,执行根因分析,生成智能运维洞察。', + en: 'Guiding your tasks, helping you get things done faster.', + zh: '引导你的任务,帮助你更快完成工作。', }, }, { diff --git a/ui/homepage/components/OpenSource.tsx b/ui/homepage/components/OpenSource.tsx index 3cbe174..1b2af10 100644 --- a/ui/homepage/components/OpenSource.tsx +++ b/ui/homepage/components/OpenSource.tsx @@ -36,12 +36,12 @@ const projects = [ link: 'https://github.com/svc-design/XScopeHub', }, { - name: 'XOpsAgent', + name: 'Navi', desc: { - en: 'AIOps-powered intelligent monitoring, anomaly detection and RCA.', - zh: 'AIOps 智能监控、异常检测与根因分析。', + en: 'Guiding your tasks, helping you get things done faster.', + zh: '引导你的任务,帮助你更快完成工作。', }, - link: 'https://github.com/svc-design/XOpsAgent', + link: 'https://github.com/svc-design/Navi', }, { name: 'XStream',