const {Button,Eyebrow,SectionHeading,Rule,Input,Textarea,Select,Logo,Accordion,ChalkboardSign}=window.AllTappedOutDesignSystem_c261bd; const BP='./assets/photography/'; /* CHECK YOUR DATE FORM Posts to send-inquiry.php, which emails alltappedoutsc@gmail.com. Fields: name, email, phone, event-date, event-type, guest-count, location, notes, plus the bot-field honeypot. */ const FORM_ENDPOINT='/send-inquiry.php'; const FAQ=[ {id:'alcohol',question:'Who provides the alcohol?',answer:'You do. All beverages are supplied by the client or the event, and we do not sell or provide alcohol. What we do is help you plan it — how much to buy, and what will work best through the taps for your guest count and the shape of the day.'}, {id:'taps',question:'What can be served through the taps?',answer:'There are two active taps. Beer, wine, prosecco and champagne-style beverages, and properly prepared batched cocktails can all be served depending on the event. We will help you land on the best setup for what you want to pour.'}, {id:'bar',question:'Do you provide bartenders?',answer:'Yes. Professional bartending is available as an enhancement, so you can have experienced hands behind the bar for the length of your service.'}, {id:'travel',question:'Where do you travel?',answer:'Hilton Head, Bluffton, Beaufort, Savannah and the surrounding Lowcountry are our primary service areas. Charleston may also be served depending on the event — ask us with your date.'}, {id:'setup',question:'What do you need for setup?',answer:'A reasonably level, accessible area where the truck can be safely positioned. Exact setup requirements are confirmed with you or your venue before the event.'}, {id:'reserve',question:'How early should we reserve a date?',answer:'As early as you can. There is one truck and we intentionally take a limited number of events, so popular dates tend to go first. There is no set booking window — send your date and we will tell you honestly whether it is open.'} ]; function FaqSection(){ return
; } function DateSection(){ const [sent,setSent]=React.useState(false); const [busy,setBusy]=React.useState(false); const [failed,setFailed]=React.useState(false); const submit=e=>{ e.preventDefault(); const form=e.target; const data=new URLSearchParams(new FormData(form)); if(!FORM_ENDPOINT){console.warn('[All Tapped Out] FORM_ENDPOINT is not set — inquiry was not sent.',Object.fromEntries(data));form.reset();setSent(true);return;} setBusy(true);setFailed(false); fetch(FORM_ENDPOINT,{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded',Accept:'application/json'},body:data.toString()}) .then(r=>r.json().catch(()=>({ok:r.ok})).then(d=>{if(!r.ok||!d.ok)throw new Error(d.error||r.status);form.reset();setSent(true);})) .catch(()=>setFailed(true)) .finally(()=>setBusy(false)); }; return
Check your date

One truck. A limited number of events.

There is one Ape, and we keep the calendar small on purpose so every event gets the attention it should. Popular dates are reserved first. Send yours and we will tell you honestly whether it is open.

alltappedoutsc@gmail.com 843-368-0806
{sent ?

That’s in.

We will come back to you on availability for that date, and go from there.

: