"use client" import Link from "next/link" import { MapPin, Phone, Wrench } from "lucide-react" import { PublicInset, PublicPageHeader, PublicSurface } from "@/components/public-surface" import { businessConfig } from "@/lib/seo-config" export function ContactSection() { return (

Best Next Step

Use the dedicated contact page for service details.

That page keeps the full Rocky intake for repairs, moving, manuals, machine sales, and anything that needs more context. It stays off the rest of the site so these pages can stay lighter and more consistent.

Open Contact Form Call Instead
Call or Text Us
{businessConfig.publicCallNumber}

Mon-Fri: 8:00 AM - 5:00 PM

For Repairs or Moving

Include the machine model and a clear text description. You can also text photos or videos to{" "} {businessConfig.publicSmsNumber} .

Service Areas

Davis, Salt Lake, and Utah Counties, plus the surrounding Rocky Mountain Vending service footprint already listed on the site.

) }