Rocky_Mountain_Vending/.pnpm-store/v10/files/8e/fd8ba5121d5bffeb00caf661bc6078e49794e517dd1d51a765073be8fc774ed5fb836422194e9e1c1951aa60de70a2dd5defae020442cf7e636f8c66d2af8c
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
138 B
Text

import type { FontLoader } from 'next/font';
declare const nextFontGoogleFontLoader: FontLoader;
export default nextFontGoogleFontLoader;