mirror of https://github.com/kortix-ai/suna.git
commit
ab3e9c438c
|
@ -1,10 +1,10 @@
|
|||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Agent | Kortix Suna',
|
||||
title: 'Create Agent | Kortix',
|
||||
description: 'Create an agent',
|
||||
openGraph: {
|
||||
title: 'Create Agent | Kortix Suna',
|
||||
title: 'Create Agent | Kortix',
|
||||
description: 'Create an agent',
|
||||
type: 'website',
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@ import { siteConfig } from '@/lib/site';
|
|||
export const metadata: Metadata = {
|
||||
title: siteConfig.name,
|
||||
description: siteConfig.description,
|
||||
keywords: ['Kortix Suna', 'AI', 'Agent'],
|
||||
keywords: ['Kortix Suna', 'Kortix', 'Suna', 'AI', 'Agent', 'Open Source'],
|
||||
authors: [
|
||||
{
|
||||
name: 'Kortix AI Corp',
|
||||
|
|
|
@ -109,9 +109,9 @@ export const siteConfig = {
|
|||
),
|
||||
badge: '100% OPEN SOURCE',
|
||||
githubUrl: 'https://github.com/kortix-ai/suna',
|
||||
title: 'Suna, the AI AI Worker.',
|
||||
title: 'Kortix – Build, manage and train your AI Workforce.',
|
||||
description:
|
||||
'Suna by Kortix – is a generalist AI Worker that acts on your behalf.',
|
||||
'Kortix – open-source platform to build, manage and train your AI Workforce.',
|
||||
inputPlaceholder: 'Ask Suna to...',
|
||||
},
|
||||
cloudPricingItems: [
|
||||
|
|
Loading…
Reference in New Issue