import './globals.css'; export const metadata = { title: 'faebits | Tír na nÓg', description: 'Welcome to the Land of Eternal Youth.', }; export default function RootLayout({ children }) { return ( {children} ); }