Home / Contact Us

Get in Touch

Have questions about programs, fees, or locations? We'd love to hear from you. Reach out and our team will respond within 24 hours.

Our Locations

Langley
Walnut Grove Secondary School,
Walnut Grove Drive, Langley Township, BC

Email Us

For registrations, program inquiries, and general questions:

elite24training@gmail.com

Training Hours

Sessions: 8:30 AM – 11:00 AM

1-on-1: Fri, Sat & Sun — 8:00 AM – 8:00 PM

Office: Mon–Sat: 7:00 AM – 8:00 PM

Elite Academy Training Location
Training Locations

Langley

Walnut Grove Secondary School
Walnut Grove Drive, Langley Township, BC, Canada

Schedule: Mon, Wed, Fri, Sat

Get Directions
Training Hours
Camp Sessions8:30 – 11:00 AM
1-on-1 (Fri–Sun)8:00 AM – 8:00 PM
DurationJul 3 – Aug 31, 2026

Send Us a Message

Fill in the form and we'll get back to you within 24 hours.

Your Details
Required.
Required.
Valid email required.
Enquiry
Please select a subject.
Please enter a message.

Our Locations

Langley

Walnut Grove Secondary School

Frequently Asked Questions

Click "Register Now" from any page and fill in the registration form. Our team will contact you within 24 hours to confirm your enrollment.
Summer Camp: $1,100 | DIV 2A/BCSPL Program: $1,000 (3x/wk) or $1,250 (4x/wk) | 1-on-1 Sessions: $100/hr. A $65 mandatory training kit fee applies for new players.
Langley sessions are at Walnut Grove Secondary School. Surrey location is to be confirmed — check back for updates.
Payment is by e-transfer to elite24training@gmail.com. $350/month + 5% tax for regular programs, or the full camp fee upon confirmation.
We accept players from ages 4 and up. Programs are tailored by age group: Foundation (4–6), Skills (7–9), Technical (10–12), Performance (13–14), and Elite (15+).
Yes! 1-on-1 sessions with Coach Alieu Kamara are available Friday, Saturday, and Sunday from 8:00 AM to 8:00 PM at the Langley location. Book via the registration form.
document.getElementById('contactForm').addEventListener('submit', e => { e.preventDefault(); let valid = true; const fname = document.getElementById('cfFname').value.trim(); const lname = document.getElementById('cfLname').value.trim(); const email = document.getElementById('cfEmail').value.trim(); const subject = document.getElementById('cfSubject').value; const message = document.getElementById('cfMessage').value.trim(); showCfErr('cfFname', !fname); if (!fname) valid = false; showCfErr('cfLname', !lname); if (!lname) valid = false; showCfErr('cfEmail', !isEmail(email)); if (!isEmail(email)) valid = false; showCfErr('cfSubject', !subject); if (!subject) valid = false; showCfErr('cfMessage', !message); if (!message) valid = false; if (!valid) {