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,