import { ImageResponse } from "next/og";
export const alt = "Pinscope — Agentic schematic validation";
export const size = { width: 1200, height: 630 };
export const contentType = "image/png";
export default function Image() {
return new ImageResponse(
(
{/* Brand row */}
{/* Main copy */}
Ship hardware that works the first time.
Datasheet-grounded schematic review. Catches the errors that
would otherwise surface at bring-up.
{/* Footer row */}
KiCad · Altium · OrCAD · Cadence · Siemens · EasyEDA · EAGLE
pinscope.ai
),
{ ...size },
);
}