Rocky_Mountain_Vending/.pnpm-store/v10/files/15/3ba5d2db53f4261053756b62341077e1ad5987144b58eb4ca2ed948d671702819cbd21bdd1071acfd0dd58d39541a22ec48702bfffcf325e507642316b25cf
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
148 B
Text

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