Luxury lash and brow treatments designed to elevate your everyday beauty.
Luxury lash and brow treatments designed to elevate your everyday beauty.
Hi, I,'m Henny - certified lash & brow artist with a passion for enhancing natural beauty through soft, luxurious treatments.
Originally from Hungary, now based in the UK, I create personalised beauty experiences designed to leave you feeling confident, calm and cared for.
<!-- Simple Cookie Banner -->
<script>
window.onload = function() {
if (!localStorage.getItem('cookiesAccepted')) {
let banner = document.createElement('div');
banner.innerHTML = `
<div style="position:fixed;bottom:0;width:100%;background:#222;color:#fff;padding:15px;text-align:center;z-index:9999;">
We use cookies to improve your experience. By using this site, you accept our use of cookies.
<button style="margin-left:10px;" onclick="document.querySelector('#cookie-banner').remove();localStorage.setItem('cookiesAccepted', true);">Accept</button>
</div>
`;
banner.id = 'cookie-banner';
document.body.appendChild(banner);
}
}
</script>