import { serverClient } from "@/lib/trpc/server" export async function generateMetadata() { return await serverClient().contentstack.metadata.get() }