Rocky_Mountain_Vending/.pnpm-store/v10/files/e2/875174725aeef9dd95246e52e68b120ab313e4e8fbed2233747e2ce8f6a5f2771a43acaec309d102dadce1272c6f2a4b2972a665b773b0b14d3bc00806d80e
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

3 lines
181 B
Text

export declare function NextLogo({ onTriggerClick, ...buttonProps }: {
onTriggerClick: () => void;
} & React.ComponentProps<'button'>): import("react/jsx-runtime").JSX.Element;