import { ImageResponse } from "next/og" import themes from "@/lib/themes.js" import Lock from "@/icons/lock.js" export default async function OGImageLocked ({ theme }) { const themeData = themes[theme] return new ImageResponse( (