top of page

The Affordable Event Space for Your Perfect Party in Union County

SPECIAL OFFER: Save $100 + Get a FREE 4-Hour Photo Booth Rental when you book a 2026 date!" (Value: $700+)

Make Your Event Unforgettable At No Extra Cost

For a limited time, every booking includes:

✔ FREE Photo Booth
✔ FREE Uplighting
✔ FREE Tables & Chairs
✔ Parking
✔ Bluetooth Sound System
✔ Food Prep Area for Any Catering

Perfect for:
🎂 Birthdays
🎈 Baby + Bridal Showers
🎓 Graduations
💍 Small Weddings
📸 Photo Shoots
💼 Business Meetings

Weekend dates go FAST. Secure your spot now.

Oh__baby.jpg

Claim Your $100 OFF + Free Photo Booth 

  • Facebook
  • Twitter
  • Instagram
  • LinkedIn
bottom of page
import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL parameter "utm_source" directly using Wix Location API const utmSource = wixLocation.query.utm_source; if (utmSource === 'google') { $w('#multiStepForm1').onSuccess(() => { let formData = $w('#comp-lpb63umo1').getFormData(); // Assuming formData already has utm parameters wixData.insert('Leads', { ...formData, googleAdsLead: true // add custom field indicating a lead from Google }) .then(() => { console.log('Lead from Google Ads campaign submitted successfully'); }) .catch((error) => { console.error('Error submitting lead from Google Ads campaign:', error); }); }); } });