From ac34f3a7c0a92fac77765c1918adef863fae954a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:50 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a19b947..050c7e8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", - keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure", - openGraph: { - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", - siteName: "AgentDeploy", - type: "website", - }, + title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure", openGraph: { + title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", siteName: "AgentDeploy", type: "website"}, twitter: { - card: "summary_large_image", - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", - }, + card: "summary_large_image", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime."}, robots: { index: true, follow: true,