"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

Tell us what you need and we'll point you to the right team.

Use the form for repairs, moving, manuals, machine sales, or general questions. If you'd rather talk now, call us during business hours.

Contact Form

For repairs or moving, include the machine model and a clear description of what's happening.

console.log("Contact form submitted:", data)} />
) }