Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/u615232177/domains/soniahjeweler.com/public_html/ |
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Privacy Policy";
$page_header = "faqs_header.jpg";
include("header.php"); ?>
<title><?php echo $company_name; ?> - <?php echo $page_title; ?></title>
<?php include("page_header.php"); ?>
<!--breadcrumbs area start-->
<div class="breadcrumbs_area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="breadcrumb_content">
<h3><?php echo $page_title; ?></h3>
<ul>
<li><a href="index.php">home</a></li>
<li>></li>
<li><?php echo $page_title; ?></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--breadcrumbs area end-->
<!--faq area start-->
<div class="faq_content_area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="faq_content_wrapper">
<section>
<h1>Privacy Policy</h1>
<p>Last Updated: March 2025</p>
<h2>1. Introduction</h2>
<p>Welcome to <?= $company_name ?> ("we," "our," or "us"). Your privacy is important to us. This Privacy Policy explains how we collect, use, and protect your personal information when you visit our website <?= $link ?> or use our services.</p>
<h2>2. Information We Collect</h2>
<h3>2.1 Personal Information</h3>
<p>We may collect personal information you provide to us, such as:</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Phone number</li>
<li>Billing and shipping address</li>
<li>Payment details (processed securely through third-party providers)</li>
</ul>
<h3>2.2 Automatically Collected Information</h3>
<p>When you visit our website, we may automatically collect information such as:</p>
<ul>
<li>IP address</li>
<li>Browser type and version</li>
<li>Pages visited and time spent on them</li>
<li>Cookies and tracking technologies</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use the collected information to:</p>
<ul>
<li>Process orders and transactions</li>
<li>Provide customer support</li>
<li>Improve our website and services</li>
<li>Send promotional emails (you can opt out anytime)</li>
<li>Comply with legal obligations</li>
</ul>
<h2>4. Sharing Your Information</h2>
<p>We do not sell or rent your personal information. However, we may share your data with:</p>
<ul>
<li>Service providers (e.g., payment processors, shipping companies)</li>
<li>Legal authorities, if required by law</li>
<li>Third-party tools for analytics and marketing (e.g., Google Analytics)</li>
</ul>
<h2>5. Cookies and Tracking Technologies</h2>
<p>We use cookies and similar tracking technologies to enhance your experience. You can manage or disable cookies through your browser settings.</p>
<h2>6. Data Security</h2>
<p>We implement security measures to protect your information. However, no method of transmission over the internet is 100% secure.</p>
<h2>7. Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Access, update, or delete your personal data</li>
<li>Opt out of marketing communications</li>
<li>Request a copy of the data we store about you</li>
</ul>
<h2>8. Third-Party Links</h2>
<p>Our website may contain links to third-party websites. We are not responsible for their privacy policies.</p>
<h2>9. Changes to This Privacy Policy</h2>
<p>We may update this policy from time to time. Any changes will be posted on this page with an updated revision date.</p>
<h2>10. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>Email: <?= $company_email ?></p>
<p>Phone: <?= $company_phone ?></p>
</section>
</div>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>