Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/beafd6156c16db7d676ce1dc02ea12310bebf7ee3c4e8b8816ba23672d6bfa761007fc7db2935b7d7c4f1c5aa013537dbea1268fd117ca0eb61fdada7b5bfd
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

7 lines
200 B
Text

export type StaticMetadata = {
icon: any[] | undefined;
apple: any[] | undefined;
openGraph: any[] | undefined;
twitter: any[] | undefined;
manifest: string | undefined;
} | null;