Rocky_Mountain_Vending/.pnpm-store/v10/files/f9/3d6de0802c3037724c310628baf6f6e86c1ee1c307ad257b4d92939a298880f193c9003d3363c045dc8fc9a5fd7fa15b67c82d635f8a7cead358399ac5dc0e
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

1 line
140 B
Text

export const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);