/* global React, Photo, Reveal, Icon */ const { useState: useStateRent } = React; function PageRentals({ go, toast }) { const [form, setForm] = useStateRent({ name: '', email: '', phone: '', date: '', type: '', guests: '', location: '', message: '' }); const upd = (k) => (e) => setForm({ ...form, [k]: e.target.value }); const submit = (e) => { e.preventDefault(); if (!form.name || !form.email || !form.date) { toast('Please fill in name, email, and date.'); return; } toast(`Inquiry received. We'll reply to ${form.email} within 24 hours.`); setForm({ name: '', email: '', phone: '', date: '', type: '', guests: '', location: '', message: '' }); }; return (
Professional golf simulator setup at your event. Corporate, private, or anything in between.
Submit an Inquiry{b}
{d}
Tell us a little about your event — we'll come back with a proposal within 24 hours.