Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/aebfb7c8614d4339bf86b406340f6835cf939b0ff0a2ca43dc3b2604e2cc80fbc0c41d2b17cde630c7c98fe98698ce46738a52d4f022df8604de1ceb53651b
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
295 B
Text

/**
* @deprecated ImageResponse moved from "next/server" to "next/og" since Next.js 14, please import from "next/og" instead.
* Migration with codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods#next-og-import
*/
export declare function ImageResponse(): never;