Initial commit: MoreminiMore redesign with Astro
This commit is contained in:
49
src/pages/terms-and-conditions.astro
Normal file
49
src/pages/terms-and-conditions.astro
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
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">
|
||||
การใช้เว็บไซต์และบริการของ MoreminiMore Co.,Ltd. แสดงว่าคุณยอมรับและตกลงที่จะปฏิบัติตามข้อกำหนดและเงื่อนไขเหล่านี้
|
||||
</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">
|
||||
เนื้อหาทั้งหมดบนเว็บไซต์นี้ รวมถึงข้อความ รูปภาพ โลโก้ และซอฟต์แวร์ เป็นทรัพย์สินของ MoreminiMore Co.,Ltd.
|
||||
ห้ามคัดลอกหรือใช้โดยไม่ได้รับอนุญาต
|
||||
</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>
|
||||
|
||||
<p class="mt-8 text-gray-500 text-sm">
|
||||
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user