import type { Metadata } from 'next'; import { UserProvider } from '@auth0/nextjs-auth0/client'; import './globals.css'; export const metadata: Metadata = { title: 'NGO Toolkit Lab — Grant Documents Done.', description: 'Professional-grade tools for grant writers. Logframes, proposals, SMART indicators, and theories of change — finished before the kettle boils.', }; export default function RootLayout({ children }: { children: React.ReactNode }) { return (