import { Metadata } from "next" import { BandsGrid } from "@/components/bands/bands-grid" export const metadata: Metadata = { title: "Bands | Fediversion", description: "Browse all bands in the Fediversion archive" } export default function BandsPage() { return (

Bands

Select a band to explore their archive of shows, songs, and performances.

) }