A single walk‑in booking is worth one booking. A group enquiry — a corporate offsite, a hen party, a school trip — is worth many, and often repeats year after year. So the group bookings page plays a different game from the room pages: it's less about closing a sale on the spot and more about capturing a lead you can talk to. This module covers the group hub and the pattern it shares with every occasion page.
1. What this page is for
Convert someone organising for other people. They have different worries (will it fit 20 of us? can we eat after? can you invoice?) and a different action (enquire, not self‑book). The page's job is to answer the group‑specific questions and make enquiring effortless.
2. Section‑by‑section anatomy
- Hero — "Bring the whole crew" framing, a group/celebration image, and a primary action that's an enquiry, not a calendar.
- The capacity story — your single biggest group selling point up top. Here: four rooms running at once host up to 28 players together — say it plainly and early.
- Group types — cards for each audience (Team Building, Birthday/Teen, Hen & Stag, School & Youth), each linking to its dedicated page. The hub routes; the spokes sell.
- What's included — private rooms, time, the lounge/space before and after, options for catering or invoicing. Remove the unknowns.
- Group pricing / packages — explicit rates or "from $X for groups of N." Organisers need a number to take to their boss or their group.
- The enquiry form — short: name, email, group size, preferred date, occasion. Every extra field costs you submissions.
- Social proof for groups — a corporate logo strip or a team‑building testimonial; party photos for the celebration audiences.
- CTA band — "Plan your group day" with the form or a call option.

Lead with capacity: four rooms running at once host up to 28 players.

A short enquiry form on a serverless function — capture the lead, don’t lose it.
3. Imagery & media
- Hero & bands: genuine emotion — a group celebrating, high‑fives, the after‑game buzz. Group buyers are buying a shared memory, not a set.
- Occasion‑appropriate shots on each spoke page (corporate for team building; party energy for hen/teen; younger groups for school).
- Avoid empty‑room shots here; people want to see people.
4. The show‑off feature
The enquiry form is the technical highlight, and it's a clean stack win:
- A real form that posts to a serverless function. When someone submits, the data is handled by a small server function (a Vercel function) — no third‑party form embed, no monthly form plugin. It can email you, drop the lead into a spreadsheet, or fire it into an automation pipeline.
- Designed form states. Loading, success, error and validation are all built in, so the form feels trustworthy — a submission that just sits there kills leads.
- It connects to your tools. The same submission can flow into an automation (e.g. a Make.com pipeline) to log the lead and start a follow‑up — captured, not lost.
On a builder you'd be limited to whatever the bundled form does. Here the form is yours, and it can do whatever your follow‑up process needs.
5. Copy & SEO notes
- These pages often rank for valuable terms ("team building wellington", "school trip activities"). Keep the body copy substantial and keyword‑aligned — group buyers search specifically.
- One H1 per occasion, clear H2s, and internal links between the hub and its spokes (and back to rooms and booking).
6. How I built it
- Claude‑Chat identified group leads as the high‑value funnel and specified the enquiry‑capture approach.
- Higgsfield generated the group/celebration imagery for the hub and occasion pages.
- Claude‑Design built the hub and the occasion templates in the dark system.
- Claude‑Code built the enquiry form, the serverless handler, the designed form states, and the connection to the follow‑up pipeline.
- Cowork + GitHub + Vercel shipped them.
7. The principle
For group traffic, a captured email beats a missed instant booking. Lead with capacity and "what's included," make enquiring a five‑field form that actually works and routes the lead somewhere useful, and let a hub page route to dedicated occasion pages that each rank and sell on their own.