Rocky_Mountain_Vending/.pnpm-store/v10/files/a8/7e65ee2395d13ad60b6bcb9326311c3f37b9d47287d80aa14f8dd4d8218d0bca7c110a44edfff92565df940f1b24d3954ef458971df117d23b3b432307270b
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
51 B
Text

export default function number(x) {
return +x;
}