Skip to content

Commit 9b6653c

Browse files
committed
update platform description and rename references from 'agents' to 'programmes'
1 parent f2d69bf commit 9b6653c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const geistMono = Geist_Mono({
1414

1515
export const metadata: Metadata = {
1616
title: "Agentic operating system for enterprise",
17-
description: "Enterprise AI platform built on the language of business to build and deploy AI-powered applications for search, discovery, advanced retrieval and process automation."
17+
description: "Enterprise AI platform built on the language of business to build and deploy AI-powered applications for collaboration, process automation, advanced search, discovery and retrieval."
1818
};
1919

2020
export default function RootLayout({

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export default function Home() {
1919
<li className="mb-2 tracking-[-.01em]">
2020
Build internal {" "}
2121
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-[family-name:var(--font-geist-mono)] font-semibold">
22-
apps/agents
22+
programmes/agents
2323
</code>
2424
to automate your business operations.
2525
</li>
2626
<li className="tracking-[-.01em]">
27-
Optimized for enterprise generative AI, search and discovery, and advanced retrieval.
27+
Optimized for enterprise generative AI. Advanced search, discovery and retrieval.
2828
</li>
2929
</ol>
3030

@@ -76,7 +76,7 @@ export default function Home() {
7676
width={16}
7777
height={16}
7878
/>
79-
Agents
79+
Programmes
8080
</a>
8181
<a
8282
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
@@ -91,7 +91,7 @@ export default function Home() {
9191
width={16}
9292
height={16}
9393
/>
94-
Applications
94+
Agents
9595
</a>
9696
</footer>
9797
</div>

0 commit comments

Comments
 (0)