Update app/layout.tsx

This commit is contained in:
yoginawaka 2025-02-22 05:56:40 +00:00
parent 8db31602f8
commit 0d0fc04158

View File

@ -10,13 +10,13 @@ const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks", title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks",
description: 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: { openGraph: {
type: "website", type: "website",
url: "https://e8ogg8s4k8c84osoo8wo4ks4.dev3vds1.link/", url: "https://e8ogg8s4k8c84osoo8wo4ks4.dev3vds1.link/",
title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks", title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks",
description: 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`, images: `https://imgur.com/a/MYxRYDu`,
}, },
}; };