import type { Metadata } from "next"; import Script from "next/script"; import "@katanemo/shared-styles/globals.css"; import { Analytics } from "@vercel/analytics/next"; import { ConditionalLayout } from "@/components/ConditionalLayout"; export const metadata: Metadata = { title: "Plano - Delivery Infrastructure for Agentic Apps", description: "Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano!", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return (
{/* Google tag (gtag.js) */}