diff --git a/src/components/marketing/XWorkmateSuiteMarketing.tsx b/src/components/marketing/XWorkmateSuiteMarketing.tsx index d23ddb9..bec98bb 100644 --- a/src/components/marketing/XWorkmateSuiteMarketing.tsx +++ b/src/components/marketing/XWorkmateSuiteMarketing.tsx @@ -9,17 +9,14 @@ import { Cloud, Code2, FolderArchive, - Github, GitBranch, Layers3, - MessageCircle, Plug, PlayCircle, ServerCog, ShieldCheck, Sparkles, TerminalSquare, - Video, } from "lucide-react"; type SuiteProduct = { @@ -99,30 +96,6 @@ const deliverySteps = [ }, ]; -const socialChannels = [ - { - name: "GitHub", - handle: "x-evor", - description: "查看 XWorkmate 套件源码、插件和技能包更新。", - href: "https://github.com/x-evor", - icon: Github, - }, - { - name: "微信公众号", - handle: "行者深蓝", - description: "发布产品进展、AI 工作流实践和个人效率场景。", - href: "", - icon: MessageCircle, - }, - { - name: "视频号 / 短视频", - handle: "XWorkmate Demo", - description: "预留演示视频、任务案例和使用片段展示位。", - href: "", - icon: Video, - }, -]; - export default function XWorkmateSuiteMarketing() { return (
@@ -184,7 +157,7 @@ export default function XWorkmateSuiteMarketing() { -
+

@@ -195,7 +168,8 @@ export default function XWorkmateSuiteMarketing() {

- 页面主张不只讲“聊天更聪明”,而是展示任务线程、远程执行、多会话处理和文件产物如何服务个人工作流。 + 围绕持续任务线程、远程运行、多会话处理和文件产物管理,形成面向个人创作与开发的完整 + AI 工作流。

@@ -300,9 +274,9 @@ export default function XWorkmateSuiteMarketing() { 从聊天窗口到个人工作区

- 新页面的核心是把产品矩阵解释成一个人的使用闭环:客户端承载任务线程,Bridge + 产品矩阵形成清晰的个人使用闭环:客户端承载任务线程,Bridge 连接运行环境,OpenClaw 插件处理多会话任务,Core Skills - 帮助产出文件、图片、视频和代码。 + 支持文件、图片、视频和代码产出。

@@ -361,53 +335,6 @@ export default function XWorkmateSuiteMarketing() {
- -
-
-
-
-

- Social media -

-

- 底部社交媒体展示 -

-
-

- GitHub 承接源码可信度,公众号和短视频位承接教程、案例和发布节奏。 -

-
- -
- {socialChannels.map( - ({ name, handle, description, href, icon: Icon }) => { - const card = ( -
-
- ); - - return href ? ( - - {card} - - ) : ( -
{card}
- ); - }, - )} -
-
-
); }