diff --git a/web-client/app/layout.tsx b/web-client/app/layout.tsx index 4d7031174..554f4abb6 100644 --- a/web-client/app/layout.tsx +++ b/web-client/app/layout.tsx @@ -8,10 +8,12 @@ import SessionProviderWrapper from "@/_components/SessionProviderWrapper"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Free AI Image Generator and Interact with Ai Chat - Jan.ai", + title: "Jan", description: - "Create unique ai images or chat with open source AI models trained on various models. Run Open Source Ai Models on our GPUs, and make them accessible in one user-friendly app.", - metadataBase: new URL(process.env.NEXT_PUBLIC_WEB_URL || "https://cloud.jan.ai"), + "Self-hosted, local, AI Inference Platform that scales from personal use to production deployments for a team.", + metadataBase: new URL( + process.env.NEXT_PUBLIC_WEB_URL ?? "https://cloud.jan.ai" + ), openGraph: { images: "/images/preview.jpg", },