<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 20px;
background-color: #f9f9f9;
color: #333;
}
h1, h2 {
color: #444;
}
.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
a {
color: #007BFF;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Effective Date: [Insert Date]</p>
<h2>1. Introduction</h2>
<p>Your privacy is important to us. This privacy policy explains how we collect, use, and protect your personal information when you visit our website.</p>
<h2>2. Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>Personal Information:</strong> Name, email address, phone number, etc.</li>
<li><strong>Non-Personal Information:</strong> Browser type, operating system, and pages you visit on our site.</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We may use the information we collect to:</p>
<ul>
<li>Provide and improve our services</li>
<li>Respond to your inquiries</li>
<li>Send you updates and promotional materials (only if you opt-in)</li>
<li>Analyze usage of our website</li>
</ul>
<h2>4. Sharing Your Information</h2>
<p>We do not sell, trade, or otherwise transfer your personal information to outside parties, except to trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential.</p>
<h2>5. Security of Your Information</h2>
<p>We implement a variety of security measures to maintain the safety of your personal information.</p>
<h2>6. Cookies</h2>
<p>We use cookies to enhance your experience on our website. You can choose to disable cookies through your browser settings.</p>
<h2>7. Your Rights</h2>
<p>You have the right to access, correct, or delete your personal information. Please contact us if you wish to exercise these rights.</p>
<h2>8. Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be posted on this page with an updated effective date.</p>
<h2>9. Contact Us</h2>
<p>If you have any questions about this privacy policy, please contact us at Jennifer Morris Health Inc..</p>
</div>
</body>
</html>