import { ImageResponse } from "next/og" export const alt = "Property Management Network — property management without the chaos" export const size = { width: 1200, height: 630 } export const contentType = "image/png" export default function OpengraphImage() { return new ImageResponse( (
Property Management Network
Property management without the chaos
Track rent, maintenance, leases & expenses — built for independent landlords.
), { ...size }, ) }