Owner
A clean Open Graph image with a light background, eyebrow text, bold headline, and three rounded photos at the bottom.
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
| Prop | Type |
|---|---|
eyebrow | string |
title | string |
brand | string |
images | string[] |
logo | string |