Meet the Team

We’re so proud of the amazing people that make our salon the special place it is — here’s a little intro to the dream team behind the chairs

Chris – Company Director
Chris has owned it for over 25 years! He now works just one day a week but still has a full book of loyal clients — some of whom have been with him longer than our apprentices have been alive!

Emily – Salon Manager
Our gorgeous salon manager Emily keeps everything running like clockwork. She’s not only incredibly organised but also an exceptional stylist with a jam-packed column of faithful clients who absolutely adore her.

Danny – Assistant Manager
Danny has been with us for over 10 years and steps up when Emily is away. With 20+ years of experience, his eye for detail and perfectionist nature make him a go-to for precision cuts. His love for the craft is as strong as ever.

Helen – Artistic Director
With a career in hair since 1996 and years of freelance success while raising her lovely boys, Helen brings fun, flair, and exceptional service to every appointment.

Alex – Senior Stylist
Specialising in colouring, cutting, and creative design, Alex shines in foiling, balayage, and colour correction. With her artistic eye and technical skill, she’s ready to take on any challenge.

Kyla – Graduate Stylist
Freshly qualified and full of passion, Kyla is already turning heads with her colouring skills — from permanent to semi-permanent and highlights.

Megan – Apprentice
Say hello to Megan, our first-year apprentice! Since joining the team last year, we’ve loved seeing her confidence grow and her personality — we simply couldn’t run without them, and we’re so proud of the progress she’s making.

Elsie – Saturday Assistant
Meet Elsie, who joins us every Saturday to help keep the salon running smoothly and ensure every client feels special. With her warm smile and welcoming nature, Elsie makes everyone feel right at home. In her final year of school, Elsie is heading to university this autumn.

Choose Professional, Choose Quality
Choose Blackheath Hair & Co!

Share This
jQuery(document).ready(function($) { function equalizeHeight() { var tallestHeight = 0; // Ensure all elements are set to auto first to get the correct height $(".rest").css("height", "auto"); // Get the height of the tallest element $(".tallest").each(function() { var currentHeight = $(this).outerHeight(); if (currentHeight > tallestHeight) { tallestHeight = currentHeight; } }); // Apply the height to all elements with the class "rest" $(".rest").each(function() { $(this).css("height", tallestHeight); }); } // Run on page load $(window).on("load", function() { equalizeHeight(); }); // Run again if the window resizes $(window).resize(function() { equalizeHeight(); }); // Run again if images are loaded dynamically $("img").on("load", function() { equalizeHeight(); }); });