"use client" import { Clock, Mail, Phone } from "lucide-react" import { ContactForm } from "@/components/forms/contact-form" import { PublicInset, PublicPageHeader, PublicSurface, } from "@/components/public-surface" 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 (

Repairs

Include the machine model, what the machine is doing, and any photos or videos that can help us triage the issue faster.

Sales or Placement

Tell us about your location, traffic, and whether you are asking about free placement, machine sales, or both.

Manuals or Parts

Share the machine brand and model so we can point you toward the right part, manual, or support path.

Contact Form

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

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