"use client" import { useEffect } from "react" import { Package } from "lucide-react" export function RequestMachineSection() { useEffect(() => { // Load the form embed script const script = document.createElement("script") script.src = "https://link.sluice-box.io/js/form_embed.js" document.body.appendChild(script) return () => { document.body.removeChild(script) } }, []) return (

Get Your FREE Vending Machine Consultation

Fill out the form below and we'll call you within 24 hours to discuss your vending needs and schedule your free consultation