From 0d0fc0415896464390298c8a5b7fd54ef604088e Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Sat, 22 Feb 2025 05:56:40 +0000 Subject: [PATCH] Update app/layout.tsx --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`, }, };