/* PL1 — Contact + store entry page */ function ContactPage() { return ( <> {/* PAGE HEADER */}
Contact

Real humans. Real replies.

One inbox, two coaches checking it. Most enquiries get a reply same-day — for trials we'll usually offer a slot inside a week.

{/* FORM + INFO */}
{/* FORM */}
e.preventDefault()}>
We'll reply from a real coach's inbox within 24 hours, Mon–Fri.
{/* INFO */}
@
Email
hello@pl1academy.co
Phone & whatsapp
+44 {`{number}`}
Train at
{`{venue name}`}
{`{street, city, postcode}`}
Coaching hours
Mon–Thu  16:30 – 21:00
Sat      08:00 – 14:00
Sun     by appointment
{/* STORE ENTRY */}
Kit shop · launching {`{Q4 placeholder}`}

PL1 kit — built for keepers, sold by keepers.

Training jerseys, glove care kits, and the limited mark tee. Sign up to know first when the shop opens — and PL1 members get a 15% standing discount.

{/* FAQ teaser */}

Common questions.

A handful of things parents ask in week one. If yours isn't here, the form above will reach a coach faster than calling.

); } function FaqItem({ q, a }) { return (

{q}

{a}

); } Object.assign(window, { ContactPage, FaqItem });