Supporting Your Local Salon

Why Supporting Your Local Salon (and Our Jess!) Makes All the Difference 

At Blackheath Hair Co, we believe a great salon experience is about more than just beautiful hair it’s about people, passion, and community. That’s why we’re so excited to introduce you to Jess, one of our talented stylists who brings incredible energy and creativity to the salon. 

Jess has a true gift for tailoring each look to the individual. Whether you’re after a fresh cut, a sleek blow-dry, or stunning colour from glossy highlights to full transformations, she has a way of making every client feel confident and cared for. What sets her apart is not only her technical skill, but also the way she listens. She takes the time to understand how you feel about your hair, so you leave with a look that feels perfectly you. 

But here’s something important: by visiting a stylist like Jess in a salon setting, you’re not just getting a haircut. You’re supporting local talent. Salons are hubs of creativity, learning, and community spirit. They give stylists the space to grow their careers, stay up to date with training and trends, and most importantly provide clients with a professional, relaxing experience they simply can’t get at home. 

Choosing to book at Blackheath Hair Co means investing in your community, keeping local businesses thriving, and giving passionate stylists like Jess the opportunity to do what they love most: helping you feel amazing about your hair. 

So next time you’re thinking of a change  big or small  why not support your local salon? Come see Jess at Blackheath Hair Co, and let her work her magic. 

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