Big News: Alex Is Now a Creative Stylist at Blackheath Hair & Co

We’re thrilled to announce that Alex has officially been promoted to Creative Stylist here at Blackheath Hair & Co, effective 1st August! 💇‍♀️✨

Since joining our Blackheath salon, Alex has gone from strength to strength — steadily building her loyal client base, refining her technical skills, and embracing every opportunity to learn and grow as a stylist. Her eye for detail, passion for creating beautiful hair, and commitment to delivering an exceptional client experience have made her a firm favourite in the salon.

Whether it’s balayage, highlights, cutting, or colour transformations, Alex approaches every appointment with creativity, confidence, and care. She’s a true perfectionist, and it shows in the incredible results she delivers time and time again.

With her promotion to Creative Stylist, there will be a small price adjustment for Alex’s existing clients, beginning 1st August — a well-earned reflection of her expertise and experience.

We are beyond proud to see Alex step into this new chapter of her hairdressing journey, and we know she’ll continue to shine as a key part of our talented team here at Blackheath Hair & Co.

Please join us in congratulating Alex on this exciting milestone — we can’t wait to see what she creates next! 🌟

Want to book your next appointment with Alex?
Appointments with Alex tend to fill quickly, so don’t wait!

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(); }); });