Privacy Policy
This Privacy Policy explains how we collect, use, and protect your personal information.
What We Collect
When you book an appointment through our website using Goldie, we may collect your name, phone number, email address, and service preferences.
How We Use Your Information
Your information is used solely for managing your appointment and communicating with you about your booking.
Third-Party Services
We use Goldie (https://heygoldie.com) for appointment scheduling. Your data is processed and stored securely by them according to their privacy policy.
Cookies
We may use cookies for essential website functions and to remember your preferences. These cookies do not collect personally identifiable information.
Your Rights
If you wish to access, update, or delete your personal information, please contact us at [henriettaa01@gmail.com].
Contact
If you have any questions about this policy, email us at [henriettaa01@gmail.com].
<!-- 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>