Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/8666c1f41239d91f13428145af1c6f3476b915602bfbdb40fed92fd32eae3d26620881bebd12bb763f1cffdf606107a1ecc66a0e064404ab1c8659eea055d5
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
110 B
Text

export default function(a, b) {
return a = +a, b = +b, function(t) {
return a * (1 - t) + b * t;
};
}