52 lines
2.9 KiB
Plaintext
52 lines
2.9 KiB
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro'
|
|
---
|
|
|
|
<Layout title="นโยบายความเป็นส่วนตัว | MoreminiMore">
|
|
<section class="py-20 bg-gradient-to-br from-yellow-50 to-white">
|
|
<div class="container mx-auto px-4">
|
|
<h1 class="text-4xl md:text-5xl font-bold text-center mb-12 text-secondary">
|
|
นโยบายความเป็นส่วนตัว
|
|
</h1>
|
|
|
|
<div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md p-8">
|
|
<div class="prose prose-lg max-w-none">
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">1. การเก็บรวบรวมข้อมูล</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
เราเก็บรวบรวมข้อมูลส่วนบุคคลเฉพาะเมื่อคุณติดต่อเราหรือใช้บริการของเราเท่านั้น
|
|
</p>
|
|
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">2. การใช้ข้อมูล</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
ข้อมูลของคุณจะถูกใช้เพื่อให้บริการและสื่อสารกับคุณ
|
|
</p>
|
|
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">3. การปกป้องข้อมูล</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
เราใช้มาตรการรักษาความปลอดภัยที่เหมาะสมเพื่อปกป้องข้อมูลส่วนบุคคลของคุณ
|
|
</p>
|
|
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">4. การเปิดเผยข้อมูล</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
เราจะไม่ขายหรือให้เช่าข้อมูลส่วนบุคคลของคุณให้ฝ่ายที่สาม
|
|
</p>
|
|
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">5. คุกกี้</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
เว็บไซต์ของเราอาจใช้คุกกี้เพื่อปรับปรุงประสบการณ์การใช้งาน
|
|
</p>
|
|
|
|
<h2 class="text-2xl font-bold mb-4 text-secondary">6. สิทธิ์ของคุณ</h2>
|
|
<p class="mb-6 text-gray-600">
|
|
คุณมีสิทธิ์ในการขอเข้าถึง แก้ไข หรือลบข้อมูลส่วนบุคคลของคุณ
|
|
</p>
|
|
|
|
<p class="mt-8 text-gray-500 text-sm">
|
|
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</Layout>
|