import type { Metadata } from "next"; import { Footer, Layout, Navbar, ThemeSwitch } from "nextra-theme-docs"; import { getPageMap } from "nextra/page-map"; import { GeistSans } from "geist/font/sans"; import "nextra-theme-docs/style.css"; import "./globals.css"; import { Head } from "./components/Head"; import Logo from "./components/Logo"; export const metadata: Metadata = { title: "Cup", description: "The easiest way to manage your container updates", }; const logo = (