import type { Metadata } from 'next' import './globals.css' export const metadata: Metadata = { title: 'Enterprise | NestJS - A progressive Node.js framework', description: 'NestJS Enterprise solutions for scalable Node.js applications with enterprise-grade support and services', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( {children}