script document.addEventListener("DOMContentLoaded", function() { let currentHash = window.location.hash; // Store the current hash function updateSections() { const hash = currentHash.substring(1); // Remove the '#' from the hash const sections = document.querySelectorAll("section[id]"); let foundHash = false; // Flag to check if any hash matches sections.forEach(section => { if (section.id === hash) { section.style.display = 'block'; // Show only the section that matches the hash foundHash = true; } else { section.style.display = 'none'; // Hide other sections } }); // Always show 'hero' section, regardless of hash presence const heroSection = document.getElementById('hero'); if (heroSection) heroSection.style.display = 'block'; // If no valid hash is present, hide all sections (except 'hero') if (!foundHash && hash !== 'hero') { sections.forEach(section => { if (section.id !== 'hero') section.style.display = 'none'; }); } } function handleHashChange() { const newHash = window.location.hash; // Get the new hash if (newHash !== currentHash) { // Check if the hash has changed currentHash = newHash; // Update the current hash updateSections(); // Update the visibility of sections } } window.addEventListener('hashchange', handleHashChange); updateSections(); // Initial call to set visibility based on initial load setInterval(handleHashChange, 100); // Check hash every 100 milliseconds });
Haircuts
Haircolor
Hair Touch-Up
and Styling
Conditioning and
Repairing Treatments
Keratin Signature Treatment
starting at 300
Our Keratin Signature Treatment achieves a sleek, manageable hair by infusing keratin deep into the hair shaft, enhancing shine and health for 3-4 months.
Keratin Express Treatment
starting at 150
Achieve a polished look with our Keratin Express Treatment, which conditions, relaxes, and reduces frizz for 6-8 weeks, improving manageability and shine.
Makeup
Velvet Spa
Parafin
Hand Mask
$5
Gua Sha
$10
Led
Therapy
Mask
$20
Extractions
$10
High
Frequency
$30
Skincare
Waxing
Full Face
$40
Chin
$13
Upper Lip
$12
Cheeks
$16
Full Back
$75
Upper Back
$30
Mid or Low Back
$30
Full Stomach
$35
Full Arms
$50
Half Arms
$40
Under Arms
$25
Knuckles
$10
Full Legs
$85
Upper Legs
$45
Lower Legs
$35