$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
New Haircut

Lets Get Started

I’m so happy to have you here! My goal is to make healthy, beautiful hair realistic and achievable for every guest. Your first visit is all about creating a plan that works for you—whether you're refreshing your color, starting a new hair journey, or just looking for expert care

WHAT SHOULD I EXPECT DURING MY APPOINTMENT?

Image by Shari Sirotnak

The Consultation

Since it will be our first time meeting, we will discuss your lifestyle, budget, and ultimate #hairgoals to ensure you have the most divine experience.​

​

We will talk about what you are liking or not liking currently with you hair and what challenges you are having.

 

All these questions help us build a great foundation for long term success. I will create a "custom color" specifically for YOU. I record it in my database so that I can prepare for you before each visit.

 

I look forward to meeting you and making all your hair dreams come true! 

Hair Styling

The Experience

Experience a completely unique and personalized service based on your hair, your challenges, and your desired results. This time is yours so please feel free to make it how you want it!

 

Learn how to style your hair in a way that is functional, flattering, and easy so that you can look your best even after you leave my chair.

Hair in Wind

The After Experience

Fall in love with your hair every day and enjoy it for a long long time. Experience low maintenance, effortless, and beautiful hair.

bottom of page