$w.onReady(function () { const faqs = [ { question: "What are classic, hybrid, and volume eyelash extensions?", answer: "Classic is one-to-one, Hybrid blends classic and volume, Volume offers fuller fans for a bold look." }, { question: "How long do eyelash extensions last?", answer: "They typically last 2–4 weeks with proper care. Refills are recommended every 2–3 weeks." }, { question: "How do I care for my lash extensions?", answer: "Avoid oils, don’t rub your eyes, and cleanse lashes daily with a lash-safe cleanser." }, { question: "What is an eyelash lift and tint?", answer: "A lash lift curls your natural lashes, and the tint adds darkness for a mascara-like effect." }, { question: "Do you offer eyebrow design and tint services?", answer: "Yes! We shape your brows and enhance them with semi-permanent tint to frame your face beautifully." } ]; faqs.forEach((item, i) => { const container = $w(`#faqBox${i + 1}`); container.onClick(() => { const textElement = $w(`#faqAnswer${i + 1}`); textElement.collapsed = !textElement.collapsed; }); }); });
top of page

Privacy Policy

A legal disclaimer

The explanations and information provided on this page are only general and high-level explanations and information on how to write your own document of a Privacy Policy. You should not rely on this article as legal advice or as recommendations regarding what you should actually do, because we cannot know in advance what are the specific privacy policies you wish to establish between your business and your customers and visitors. We recommend that you seek legal advice to help you understand and to assist you in the creation of your own Privacy Policy.

Privacy Policy - the basics

Having said that, a privacy policy is a statement that discloses some or all of the ways a website collects, uses, discloses, processes, and manages the data of its visitors and customers. It usually also includes a statement regarding the website’s commitment to protecting its visitors’ or customers’ privacy, and an explanation about the different mechanisms the website is implementing in order to protect privacy. 

 

Different jurisdictions have different legal obligations of what must be included in a Privacy Policy. You are responsible to make sure you are following the relevant legislation to your activities and location. 

What to include in the Privacy Policy

Generally speaking, a Privacy Policy often addresses these types of issues: the types of information the website is collecting and the manner in which it collects the data; an explanation about why is the website collecting these types of information; what are the website’s practices on sharing the information with third parties; ways in which your visitors and customers can exercise their rights according to the relevant privacy legislation; the specific practices regarding minors’ data collection; and much, much more. 


To learn more about this, check out our article “Creating a Privacy Policy”.

bottom of page