Skip to content

Commit ab3e9c4

Browse files
authored
Merge pull request #1270 from kortix-ai/landing-wip
wip
2 parents 48b7c3e + abcee9e commit ab3e9c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/src/app/(dashboard)/agents/config/[agentId]/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { Metadata } from 'next';
22

33
export const metadata: Metadata = {
4-
title: 'Create Agent | Kortix Suna',
4+
title: 'Create Agent | Kortix',
55
description: 'Create an agent',
66
openGraph: {
7-
title: 'Create Agent | Kortix Suna',
7+
title: 'Create Agent | Kortix',
88
description: 'Create an agent',
99
type: 'website',
1010
},

frontend/src/app/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { siteConfig } from '@/lib/site';
44
export const metadata: Metadata = {
55
title: siteConfig.name,
66
description: siteConfig.description,
7-
keywords: ['Kortix Suna', 'AI', 'Agent'],
7+
keywords: ['Kortix Suna', 'Kortix', 'Suna', 'AI', 'Agent', 'Open Source'],
88
authors: [
99
{
1010
name: 'Kortix AI Corp',

frontend/src/lib/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ export const siteConfig = {
109109
),
110110
badge: '100% OPEN SOURCE',
111111
githubUrl: 'https://github.com/kortix-ai/suna',
112-
title: 'Suna, the AI AI Worker.',
112+
title: 'Kortix – Build, manage and train your AI Workforce.',
113113
description:
114-
'Suna by Kortix – is a generalist AI Worker that acts on your behalf.',
114+
'Kortix – open-source platform to build, manage and train your AI Workforce.',
115115
inputPlaceholder: 'Ask Suna to...',
116116
},
117117
cloudPricingItems: [

0 commit comments

Comments
 (0)