Auto-sync from website-creator
This commit is contained in:
@@ -4,6 +4,22 @@ import Header from '@/components/common/Header.astro';
|
||||
import Footer from '@/components/common/Footer.astro';
|
||||
---
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Product",
|
||||
"name": "ท่อ PVC และข้อต่อท่อพีวีซี | PVC pipe",
|
||||
"description": "ท่อ PVC และข้อต่อท่อพีวีซี ราคาส่ง มาตรฐานสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร ปริมณฑล ยี่ห้อท่อตราช้าง ท่อน้ำไทย ท่อตราเสือ",
|
||||
"image": "https://dealplustech.co.th/images/products-cropped/pvc-standard-01.jpg",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/ท่อและข้อต่อpvc",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="ท่อ PVC และข้อต่อท่อพีวีซี | PVC pipe" description="ท่อ PVC และข้อต่อท่อพีวีซี ราคาส่ง มาตรฐานสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร ปริมณฑล ยี่ห้อท่อตราช้าง ท่อน้ำไทย ท่อตราเสือ">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -279,6 +295,88 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Fitting Types Guide -->
|
||||
<section id="fittings" class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">ประเภทข้อต่อ PVC</h2>
|
||||
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4">
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อต่อ L (เอล)</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้เปลี่ยนทิศทางท่อ 90 องศา</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อต่อ T (ที)</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้แยกท่อ 3 ทาง</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อต่อ Y (วาย)</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้แยกท่อ 45 องศา</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อต่อยูเนียน</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้ต่อท่อที่ถอดออกได้</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อต่อคอย์</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้ต่อท่อกับสุขภัณฑ์</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-2">ข้อลด</h3>
|
||||
<p class="text-secondary-700 text-sm">ใช้เชื่อมท่อขนาดต่างกัน</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Size Selection Chart -->
|
||||
<section id="sizes" class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">ตารางขนาดท่อ PVC</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full border-collapse bg-white rounded-lg">
|
||||
<thead>
|
||||
<tr class="bg-primary-600 text-white">
|
||||
<th class="px-4 py-3 text-left">ขนาด (นิ้ว)</th>
|
||||
<th class="px-4 py-3 text-center">เส้นผ่านศูนย์กลาง (มม.)</th>
|
||||
<th class="px-4 py-3 text-center">ความหนา (มม.)</th>
|
||||
<th class="px-4 py-3 text-center">เหมาะกับ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y">
|
||||
<tr><td class="px-4 py-2 font-medium">1/2"</td><td class="px-4 py-2 text-center">21</td><td class="px-4 py-2 text-center">2.5</td><td class="px-4 py-2">ท่อแยกเล็ก</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">3/4"</td><td class="px-4 py-2 text-center">26</td><td class="px-4 py-2 text-center">2.8</td><td class="px-4 py-2">ท่อส้วม</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">1"</td><td class="px-4 py-2 text-center">33</td><td class="px-4 py-2 text-center">3.0</td><td class="px-4 py-2">ท่อหลักเล็ก</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">1-1/2"</td><td class="px-4 py-2 text-center">48</td><td class="px-4 py-2 text-center">3.5</td><td class="px-4 py-2">ท่อระบายน้ำ</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">2"</td><td class="px-4 py-2 text-center">60</td><td class="px-4 py-2 text-center">3.9</td><td class="px-4 py-2">ท่อระบายน้ำหลัก</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">3"</td><td class="px-4 py-2 text-center">89</td><td class="px-4 py-2 text-center">5.0</td><td class="px-4 py-2">ท่อระบายน้ำใหญ่</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">4"</td><td class="px-4 py-2 text-center">114</td><td class="px-4 py-2 text-center">5.6</td><td class="px-4 py-2">ท่อส่งน้ำ</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ Section -->
|
||||
<section id="faq" class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">คำถามที่พบบ่อย</h2>
|
||||
<div class="space-y-4 max-w-4xl">
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: PVC กับ CPVC ต่างกันอย่างไร?</h3>
|
||||
<p class="text-secondary-700">PVC ทำจากพอลิไวนิลคลอไรด์ ใช้กับน้ำเย็นและระบายน้ำ ส่วน CPVC มีคลอรีนเพิ่มทำให้ทนความร้อนได้สูงกว่า (95°C) เหมาะกับน้ำร้อน</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: ต้องใช้กาว PVC ชนิดไหน?</h3>
|
||||
<p class="text-secondary-700">ควรใช้กาว PVC ที่เหมาะกับขนาดท่อและประเภทงาน สำหรับท่อแรงดันใช้กาวชนิด Solvent Cement สำหรับท่อระบายน้ำใช้กาวชนิด PVC Cement</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: ข้อต่อหลุดง่ายไหม?</h3>
|
||||
<p class="text-secondary-700">ถ้าใช้กาวถูกวิธีและติดตั้งถูกต้อง รอยต่อจะแน่นหนาวไม่หลุด สำคัญคือต้องทำความสะอาดปลายท่อก่อนทากาว</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact CTA -->
|
||||
<section class="cta-gradient py-16">
|
||||
<div class="container-custom text-center">
|
||||
|
||||
Reference in New Issue
Block a user