For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
63
Sponsor

Owner

A clean Open Graph image with a light background, eyebrow text, bold headline, and three rounded photos at the bottom.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/owner

Usage

import { ImageResponse } from "next/og";
 
import { Owner } from "@/components/og/owner";
 
export function GET() {
  return new ImageResponse(
    <Owner
      eyebrow="Meet Owner."
      title="We make online growth easy for restaurants."
      brand="Owner"
      images={[
        "https://picsum.photos/id/1005/400/400",
        "https://picsum.photos/id/1012/400/400",
        "https://picsum.photos/id/1025/400/400",
      ]}
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Owner

PropType
eyebrowstring
titlestring
brandstring
imagesstring[]
logostring