$w.onReady(function () { const cities = ['NewYork', 'Tokyo', 'Paris']; cities.forEach(city => { // Ensure the button exists before attempting to add the onClick event const collapseButton = $w(`#${city}CollapseButton`); if (collapseButton) { collapseButton.onClick(() => { toggleBox($w(`#${city}CollapsibleBox`), $w(`#${city}PlusSign`), $w(`#${city}MinusSign`)); }); } else { console.error(`Button with ID #${city}CollapseButton not found`); } }); }); function toggleBox(boxElement, plusSign, minusSign) { const isCollapsed = boxElement.collapsed; if (isCollapsed) { plusSign.hide(); minusSign.show(); boxElement.expand(); } else { minusSign.hide(); plusSign.show(); boxElement.collapse(); } }
top of page
IMG_0748.png

I'm so glad you're here!

ABOUT ME

​​​​​

Hey! I'm Bayleigh, a born and raised League City hairstylist and I know how important it is to feel special and pampered. I've been serving the surrounding League City area for 6 years and have never been more in love with my clients or my craft.


I became licensed in 2018, but my love of hair began way before that. After teaching myself how to french braid by watching YouTube videos in 5th grade, I knew I was ready to spend the rest of my life doing hair. Throughout the years, I have grown a passion by helping women feel confident with their gray hair. For some, this means covering it up and for others this means blending it in. Whichever it is for you; l am ready to help you feel your best. Thanks to technology, l'm enrolled in multiple education classes that run year-round to keep me on my “A game” when it comes to color and cutting skills.
 

Other hairstylists and salons can offer beautiful hair color and an appointment card with your next 3 appointments booked out every 4-8 weeks but I see my role as your colorist a bit differently. I work together with each of my clients to understand their lifestyle and to create a level of maintenance that best suits them. Whether you are a client looking to see me every 4 weeks to hide a bit of "sparkle" or want to pop in twice a year for a few ribbons of sun kissed dimension, my books are open and flexible to meet your schedule.
 

Outside of the salon, I’m a dog mom of 2, Bella and Max. I enjoy listening to podcasts, taking my pups to the dog park, and sipping on my morning coffee. You can find me still creating in some way, whether it's painting, crafting, or a DIY, I always have a project I am working on. I have a not-so-secret cake baking talent. Ask me about that and I will not stop talking about all the cakes I've created.
 

Ongoing education holds a special place in my heart - I love learning and keeping up the pace is crucial in this industry.
 

If we sound like a great match and you are ready to treat yourself to some awesome hair, check out my services below and request your first appointment! I cannot wait to meet you!

​

​

bottom of page