import './globals.css' import { Exo } from 'next/font/google' import Navbar from "./components/Navbar"; import PSA from "./components/PSA"; const exo = Exo({ subsets: ['latin'] }) export const metadata = { title: { template: '%s - Government of Alure Regions', default: 'Government of Alure Regions' }, description: 'The official website of the Government of Alure Regions', } export default function RootLayout({ children }) { return (
aircs.racing ↗ alee14.me ↗
{children} ) }