import type { Metadata } from 'next'; import type React from 'react'; import './globals.css'; import { Nav } from '@/components/Nav'; export const metadata: Metadata = { title: 'SentryAgent.ai Developer Portal', description: 'Identity and access management for AI agents. Register, authenticate, and secure your agents with SentryAgent AgentIdP.', }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return (