import { ImageResponse } from "next/og"; export const alt = "Puzzle Trainer"; export const size = { width: 1200, height: 630 }; export const contentType = "image/png"; const GAMES = [ { label: "Q", color: "#d97706" }, { label: "T", color: "#ea580c" }, { label: "Z", color: "#2563eb" }, { label: "S", color: "#16a34a" }, { label: "P", color: "#7c3aed" }, ]; export default function OGImage() { return new ImageResponse( (