83 lines
5.4 KiB
Plaintext
83 lines
5.4 KiB
Plaintext
@{
|
||
ViewData["Title"] = "Privacy Policy";
|
||
Layout = "~/Views/Shared/_PageLayout.cshtml";
|
||
}
|
||
|
||
<partial name="_PartialPageNavigation" />
|
||
|
||
<header class="pt-32 pb-12 bg-slate-50 text-center px-6">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-slate-900 mb-4">@ViewData["Title"]</h1>
|
||
<p class="text-slate-500 text-xs uppercase tracking-widest font-bold">Last Updated: January 2026</p>
|
||
</header>
|
||
|
||
<main class="flex-grow max-w-7xl mx-auto px-6 py-12 w-full">
|
||
<div class="max-w-6xl mx-auto">
|
||
<div class="bg-white p-8 md:p-12 rounded-2xl shadow-sm border border-slate-100">
|
||
|
||
<div class="prose prose-slate max-w-none">
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">Introduction</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-6">
|
||
At Clive Lancaster, we are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy outlines how we collect, use, and protect the information you provide to us when you use our website. By accessing or using our website, you agree to the terms of this Privacy Policy.
|
||
</p>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">Information We Collect</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-4">
|
||
We may collect the following types of information when you visit our website:
|
||
</p>
|
||
<ul class="list-disc pl-5 space-y-3 text-slate-600 mb-6">
|
||
<li>
|
||
<strong class="text-slate-900">Personal Information:</strong> This includes information you voluntarily provide, such as your name, email address, phone number, or other contact details when you fill out forms, sign up for newsletters, or contact us.
|
||
</li>
|
||
<li>
|
||
<strong class="text-slate-900">Non-Personal Information:</strong> We collect non-personally identifiable information automatically as you interact with our website, such as IP addresses, browser type, device information, and browsing behavior through cookies or analytics tools.
|
||
</li>
|
||
<li>
|
||
<strong class="text-slate-900">Cookies:</strong> Our website uses cookies to enhance your user experience. Cookies are small files stored on your device that help us analyze site traffic, improve functionality, and personalize content.
|
||
</li>
|
||
</ul>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">How We Use Your Information</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-4">
|
||
We use the information we collect to:
|
||
</p>
|
||
<ul class="list-disc pl-5 space-y-2 text-slate-600 mb-6">
|
||
<li>Provide and improve our website’s functionality and services.</li>
|
||
<li>Respond to your inquiries or requests.</li>
|
||
<li>Send you relevant updates or marketing materials (if opted in).</li>
|
||
<li>Analyze website usage and trends to enhance your experience.</li>
|
||
<li>Ensure the security and integrity of our website.</li>
|
||
</ul>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">How We Share Your Information</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-6">
|
||
We do not sell, trade, or rent your personal information to third parties. However, we may share your information with trusted service providers who assist us in operating our website, provided they agree to keep your information confidential.
|
||
</p>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">Third-Party Links</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-6">
|
||
Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review the privacy policies of any third-party websites you visit.
|
||
</p>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">Data Security</h2>
|
||
<p class="text-slate-600 leading-relaxed mb-6">
|
||
We take appropriate measures to safeguard your personal information from unauthorized access, alteration, or disclosure. However, no method of transmission over the internet is completely secure.
|
||
</p>
|
||
|
||
<h2 class="text-xl font-bold text-slate-900 mb-4">Your Rights</h2>
|
||
<ul class="list-disc pl-5 space-y-2 text-slate-600 mb-6">
|
||
<li>Access, update, or delete your personal information.</li>
|
||
<li>Opt out of receiving marketing communications from us.</li>
|
||
<li>Request that we limit the use of your personal information.</li>
|
||
</ul>
|
||
|
||
<div class="mt-10 pt-10 border-t border-slate-100">
|
||
<h2 class="text-xl font-bold text-slate-900 mb-2">Contact Us</h2>
|
||
<p class="text-slate-600 mb-1">If you have any questions or concerns about this policy, please contact us at:</p>
|
||
<p class="font-bold text-slate-900">Clive Lancaster</p>
|
||
<p class="text-sm text-slate-500 mt-4">Effective Date: 01/01/2026</p>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</main> |