diff --git a/app/layout.tsx b/app/layout.tsx index ed9d7c6..5d3405b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,13 +10,13 @@ const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks", description: - "The autoagentic AGI. Soviro is a self-evolving AGI made of agents that collaborate, and build new agents as needed, in order to complete tasks for a user.", + "Soviro is a self-evolving AGI made of agents that collaborate, and build new agents as needed, in order to complete tasks for a user.", openGraph: { type: "website", url: "https://e8ogg8s4k8c84osoo8wo4ks4.dev3vds1.link/", title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks", description: - "The autoagentic AGI. Soviro is a self-evolving AGI made of agents that collaborate, and build new agents as needed, in order to complete tasks for a user.", + "Soviro is a self-evolving AGI made of agents that collaborate, and build new agents as needed, in order to complete tasks for a user.", images: `https://imgur.com/a/MYxRYDu`, }, };