Rocky_Mountain_Vending/.pnpm-store/v10/files/70/209c913836a1623aa62288ce693b0acacfbb23890327a3507e367a5d65322362068c13e809d40550f2122cc077fc633b7756ce11a4bf8509312050aed7bcbe
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

4 lines
149 B
Text

export declare function RightArrow({ title, className, }: {
title?: string;
className?: string;
}): import("react/jsx-runtime").JSX.Element;