"use client"; import { Banner } from "fumadocs-ui/components/banner"; import Link from "next/link"; export function BetaNotice() { return ( 🚧 Heads up! We're still in beta. It isn't quite production-ready just yet. If you run into any bugs or quirks, please report them on{" "} {" "} Github. {" "} ); }