import React from "react"; import type { RenderFunctionInput } from "astro-opengraph-images"; export async function pgOrreryOgImage({ title, description, }: RenderFunctionInput): Promise { return Promise.resolve(
{/* Top accent bar */}
{/* Decorative orbital rings (top-right) */} {/* Content area */}
{/* Title + description */}
{title}
{description && (
{description}
)}
{/* Footer */}
{/* Amber dot */}
pg_orrery
Celestial mechanics for PostgreSQL
pg-orrery.warehack.ing
{/* Bottom accent bar */}
, ); }