Skip to content

Commit c625d72

Browse files
committed
feat: Refine Portal Hero with Conversational UI & Authority Messaging (#8784)
1 parent 4fbcc9c commit c625d72

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

apps/portal/view/home/parts/hero/Content.mjs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,24 @@ class Content extends BaseContainer {
4646

4747
cycleTexts: [
4848
'The Application Engine for the AI Era',
49-
'True Multithreading',
49+
'Conversational UIs',
50+
'Agentic Control',
5051
'The Neural Link',
52+
'Live Runtime Mutation',
53+
'AI-Native Runtime',
54+
'JSON Blueprints since 2019',
5155
'Object Permanence',
5256
'Context Engineering',
53-
'AI-Native Runtime',
54-
'Live Runtime Mutation',
57+
'True Multithreading',
5558
'Desktop-Class Performance',
5659
'Linear Scalability',
5760
'Multi-Window Orchestration',
5861
'Cross-Window Messaging',
59-
'JSON Blueprints',
6062
'Hierarchical State Management',
6163
'Clean Architecture',
6264
'Separation of Concerns',
63-
'100% Web Standards',
6465
'Zero Build Step',
66+
'100% Web Standards',
6567
'No Transpilation',
6668
'Instant Page Reloads'
6769
]
@@ -71,8 +73,8 @@ class Content extends BaseContainer {
7173
tag : 'h3',
7274

7375
text: [
74-
'Neo.mjs is the Application Engine for the AI Era. Build desktop-class, multi-window apps with ',
75-
'a true multi-threaded runtime and an AI co-developer.'
76+
'Neo.mjs is the Application Engine for the AI Era. Build desktop-class, multi-window apps where ',
77+
'AI agents can see, understand, and control the runtime—enabling the next generation of Conversational UIs.'
7678
].join('')
7779
}, {
7880
ntype: 'container',

0 commit comments

Comments
 (0)