import type { AppProps } from "next/app"; import Head from "next/head"; export default function LanyardReadMe({ Component, pageProps }: AppProps) { return ( <>