Rocky_Mountain_Vending/.pnpm-store/v10/files/58/ae2888045118a61a823af642145c32396af1319806c5f0c5c64ab25d04091b52d23c4587e4737ea4f2df3d0f4dea35218ffabc4fc43e7dad2d021481a7a102
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

5 lines
137 B
Text

import React from 'react';
export declare const HotlinkedText: React.FC<{
text: string;
matcher?: (text: string) => boolean;
}>;