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