Rocky_Mountain_Vending/.pnpm-store/v10/files/90/75ce3ca7ccb9e06cd221e53d200a5f65494a5dcdfd83b69ba87bd750af57aaa53d99a098cbbccb4b9b104c74cc507dd87dcc8ff05f7cf63d9d6e3e5f8c559b
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
128 B
Text

export const isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));