import type { Metadata } from 'next' import { Inter, Zilla_Slab } from 'next/font/google' import './globals.css' import styles from './home.module.css' import Link from 'next/link' import SearchBar from './searchBar/searchBar' const inter = Inter({ subsets: ['latin'] }) const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500', '700'] }) export const metadata: Metadata = { title: 'eeXiv^2', description: 'eeXiv just got better', } export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode }>) { return (
We gratefully acknowledge support from our volunteer peer reviewers, member institutions, and all{' '} open-source contributors .