Rocky_Mountain_Vending/.pnpm-store/v10/files/af/0c52ebceb6d2502384ea026e472fecf86214e4660f835d2ee0bdd9449e0abf2c1a8e07fd725f9d3928aeccd237f27ba0a03206922a9c6423c3e58e21dfbb47
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

2 lines
150 B
Text

import type { ComponentProps } from 'react';
export declare function ThumbsUp(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;