import { AdminBadgePanel } from "@/components/AdminBadgePanel"; export const metadata = { title: "Admin · Footer badges · Songs2VID", robots: { index: false, follow: false }, }; export default function AdminBadgesPage() { return (

Admin

Footer badges

Manage the infinite badge marquee on the public site footer. Only active badges are shown.

); }