const {Button,Eyebrow,SectionHeading,Rule,Badge,Card,PhotoFrame}=window.AllTappedOutDesignSystem_c261bd; const OP='./assets/photography/'; const OBand=({children,tone='page',id})=>{ const bg={page:'var(--surface-page)',sunken:'var(--surface-sunken)',ink:'var(--surface-inverse)',mint:'var(--mint-50)'}[tone]; return
{children}
; }; const ENHANCEMENTS=[ {t:'Professional bartending',c:'Experienced bartenders behind the bar for the length of your service.'}, {t:'Signature cocktail service',c:'We help design and plan a signature pour, then serve it from the truck.'}, {t:'Styling & finishing details',c:'Optional signage, florals and finishing details can be discussed for your event.'}, {t:'Other enhancements',c:'Tell us what the event needs. If we can do it well, we will quote it.'} ]; function BuildSection(){ return
The foundation

The truck experience

The restored Piaggio Ape positioned and opened at your event, two working taps, and a bar ready to serve what you have chosen.

{ENHANCEMENTS.map(e=>

{e.t}

{e.c}

)}

Enhancements are chosen per event and are not automatically included.

; } const SHOTS=['hero-wedding-sunset.png','truck-marsh-deck-dusk.jpeg','truck-prosecco-umbrella.jpeg','truck-autumn-oaks.jpeg','bar-interior-taps.jpeg','truck-prosecco-detail.jpeg','truck-courtyard.jpeg','truck-marsh-wide.jpeg']; function GallerySection(){ return ; } function PricingSection({onNavigate}){ return

Custom experiences starting at $1,750.

Final pricing depends on the details — date, location, length of service and which enhancements you choose. Send us the date and we will put together a quote for your event specifically.

; } Object.assign(window,{BuildSection,GallerySection,PricingSection});