Skip to content

Commit 4aeafea

Browse files
committed
feat: update homepage to focus on commercialization
1 parent a6648ac commit 4aeafea

File tree

1 file changed

+70
-21
lines changed

1 file changed

+70
-21
lines changed

src/pages/index.astro

Lines changed: 70 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,37 @@ import CallToAction from '~/components/widgets/CallToAction.astro';
1212
const heroVideoUrl = "/assets/videos/ac4e42915f3905919be7879894e9930d.mp4";
1313
1414
const metadata = {
15-
title: 'MoFA - Modular Framework for Agents',
15+
title: 'MoFA - Enterprise-Grade Modular Agent Framework',
1616
ignoreTitleTemplate: true,
17-
description: '开源的模块化智能体开发框架,让开发者和企业快速构建、部署和管理下一代AI应用',
17+
description: '开源的模块化智能体开发框架,提供企业级SaaS和本地部署解决方案,满足不同规模企业的AI开发需求',
1818
};
1919
---
2020

2121
<Layout metadata={metadata}>
2222
<!-- Hero Widget ******************* -->
2323

24-
<Hero actions={[]} image={null}>
24+
<Hero actions={[
25+
{
26+
variant: 'primary',
27+
text: '查看商业方案',
28+
href: '/pricing',
29+
target: '_self',
30+
icon: 'tabler:credit-card',
31+
},
32+
{
33+
variant: 'secondary',
34+
text: '开源版本',
35+
href: 'https://github.com/mofa-org/mofa',
36+
target: '_blank',
37+
icon: 'tabler:brand-github',
38+
},
39+
]} image={null}>
2540
<Fragment slot="title">
26-
<span class="text-accent dark:text-white">MoFA - Modular Framework for Agents</span>
41+
<span class="text-accent dark:text-white">MoFA - Enterprise-Grade Modular Agent Framework</span>
2742
</Fragment>
2843

2944
<Fragment slot="subtitle">
30-
开源的、模块化的、可组合的AI智能体开发框架,让普通人做非凡事
45+
开源的模块化智能体开发框架,提供企业级SaaS托管和本地部署解决方案,助力企业快速构建、部署和管理下一代AI应用
3146
</Fragment>
3247

3348
<Fragment slot="video">
@@ -68,12 +83,34 @@ const metadata = {
6883
<!-- Note Widget ******************* -->
6984

7085
<Note
71-
title="让智能体开发更简单"
72-
description="MoFA 创新性的“数据流驱动”和“组合式AI”架构,解决了当前智能体开发技术门槛高、系统难以维护、组件复用性差等痛点"
86+
title="企业级智能体开发解决方案"
87+
description="MoFA 采用 Open Core 模式,开源核心提供基础能力,商业版本提供企业级功能,满足从初创公司到大型企业的不同需求"
7388
/>
7489

7590
<!-- Content Widget **************** -->
7691

92+
<Content
93+
id="enterprise-solutions"
94+
tagline="商业版本优势"
95+
title="为什么企业选择 MoFA 商业解决方案?"
96+
image={{
97+
src: '~/assets/images/agentos/enterprise.png',
98+
alt: 'MoFA Enterprise Solutions',
99+
}}
100+
>
101+
<Fragment slot="content">
102+
<ul class="space-y-2 mt-4">
103+
<li>**高可用性与稳定性**:SaaS 版本提供 99.9% uptime 保障,企业版支持本地部署和高可用配置</li>
104+
<li>**高级安全管控**:企业级身份认证、数据加密、访问控制,保障数据安全</li>
105+
<li>**专业技术支持**:24/7 技术支持、专属客户经理、定制化培训服务</li>
106+
<li>**性能分析与监控**:实时监控智能体运行状态,提供详细的性能分析报告</li>
107+
<li>**定制化开发**:根据企业需求提供定制化功能开发和集成服务</li>
108+
</ul>
109+
</Fragment>
110+
</Content>
111+
112+
<!-- Content Widget **************** -->
113+
77114
<Content
78115
id="architecture"
79116
isReversed
@@ -123,8 +160,8 @@ const metadata = {
123160
<!-- Features Widget *************** -->
124161

125162
<Features
126-
tagline="核心特性"
127-
title="MoFA 的强大功能"
163+
tagline="全栈特性"
164+
title="MoFA 开源与商业版本的核心功能"
128165
items={[
129166
{
130167
title: '真正的模块化与可组合性',
@@ -136,20 +173,25 @@ const metadata = {
136173
description: '全栈 Python 支持,并兼容 Rust 高性能扩展,拥有强大的开发者生态潜力',
137174
icon: 'tabler:code',
138175
},
139-
{
140-
title: '开源核心',
141-
description: '采用开源策略快速建立社区、积累用户并形成生态标准',
142-
icon: 'tabler:git-branch',
143-
},
144176
{
145177
title: '可视化工具 MoFA Stage',
146-
description: '提供从可视化编排、调试到管理的端到端图形化工具,降低使用门槛,吸引非专业开发者',
178+
description: '提供从可视化编排、调试到管理的端到端图形化工具,降低使用门槛',
147179
icon: 'tabler:layout-dashboard',
148180
},
149181
{
150-
title: '多模型与跨平台兼容',
151-
description: '支持多模型(OpenAI,Qwen等)、多操作系统,保障用户的技术自主权和选择灵活性',
152-
icon: 'tabler:device-laptop',
182+
title: '企业级安全',
183+
description: '商业版本提供身份认证、数据加密、访问控制等高级安全特性',
184+
icon: 'tabler:shield-lock',
185+
},
186+
{
187+
title: '专业技术支持',
188+
description: '商业版本提供 24/7 技术支持和专属客户经理服务',
189+
icon: 'tabler:headset',
190+
},
191+
{
192+
title: '灵活部署选项',
193+
description: '支持 SaaS 托管、本地部署和混合云部署',
194+
icon: 'tabler:server',
153195
},
154196
]}
155197
/>
@@ -180,19 +222,26 @@ const metadata = {
180222
actions={[
181223
{
182224
variant: 'primary',
183-
text: '查看 GitHub',
225+
text: '立即咨询商业方案',
226+
href: '/contact',
227+
target: '_self',
228+
icon: 'tabler:credit-card',
229+
},
230+
{
231+
variant: 'secondary',
232+
text: '免费试用开源版本',
184233
href: 'https://github.com/mofa-org/mofa',
185234
target: '_blank',
186235
icon: 'tabler:brand-github',
187236
},
188237
]}
189238
>
190239
<Fragment slot="title">
191-
<span class="sm:whitespace-nowrap">开始构建您的智能体</span>
240+
<span class="sm:whitespace-nowrap">选择适合您的 MoFA 方案</span>
192241
</Fragment>
193242

194243
<Fragment slot="subtitle">
195-
立即体验 MoFA 模块化智能体开发框架!
244+
无论是开源探索还是企业级应用,MoFA 都能满足您的需求!
196245
</Fragment>
197246
</CallToAction>
198247
</Layout>

0 commit comments

Comments
 (0)