Rocky_Mountain_Vending/.pnpm-store/v10/files/79/0fe7fc13e61ffc978ee02926778278f98c2be310ec08c701fd6844913a7476347c72b73b6af32300ec3a5e970119eed7fecd228a02b733a3fbfd6a4e1399b0
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
136 B
Text

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