"use client" import { Clock, Mail, Phone } from "lucide-react" import { ContactForm } from "@/components/forms/contact-form" import { Card, CardContent } from "@/components/ui/card" import { businessConfig } from "@/lib/seo-config" export function ContactPage() { const businessHours = [ { day: "Sunday", hours: "Closed", isClosed: true }, { day: "Monday", hours: "8:00 AM to 5:00 PM", isClosed: false }, { day: "Tuesday", hours: "8:00 AM to 5:00 PM", isClosed: false }, { day: "Wednesday", hours: "8:00 AM to 5:00 PM", isClosed: false }, { day: "Thursday", hours: "8:00 AM to 5:00 PM", isClosed: false }, { day: "Friday", hours: "8:00 AM to 5:00 PM", isClosed: false }, { day: "Saturday", hours: "Closed", isClosed: true }, ] return (
Contact Rocky Mountain Vending
Use the form for repairs, moving, manuals, machine sales, or general questions. If you'd rather talk now, call us during business hours.
For repairs or moving, include the machine model and a clear description of what's happening.