"use client"; import { Banner } from "fumadocs-ui/components/banner"; export function BetaNotice() { return ( 🚧 Heads up! We're still in beta. V1 will be out by nov. 22! ); }