Rocky_Mountain_Vending/.pnpm-store/v10/files/60/dcae903111a59ba0d3095e8038d640515cc06cd5372f2cc47218c0c7628a7082c3835ce6def4cccee4cd0f09e53a0b5c8d3d347a67f21092e41369f86d4f99
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

11 lines
272 B
Text

/**
* Generates the ARIA label for the navigation toolbar.
*
* @defaultValue `""`
* @returns The ARIA label for the navigation toolbar.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export function labelNav(): string {
return "";
}