Auto-sync from website-creator

This commit is contained in:
Kunthawat
2026-04-02 09:14:46 +07:00
parent ec03a10712
commit 82e8a5fda7
33 changed files with 5961 additions and 5 deletions

View File

@@ -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": "ฉนวนหุ้มท่อ | Pipe Insulation",
"description": "ฉนวนหุ้มท่อ (Pipe Insulation) คืออะไร? ทำไมถึงสำคัญในอุตสาหกรรม? ส่งฟรี กรุงเทพมหานคร ปริมณฑล",
"image": "https://dealplustech.co.th/images/thermobreak/thermobreak-solarblock.png",
"offers": {
"@type": "Offer",
"url": "https://dealplustech.co.th/ฉนวนหุ้มท่อ-pipe-insulation",
"priceCurrency": "THB",
"availability": "https://schema.org/InStock"
}
}
</script>
<BaseLayout title="ฉนวนหุ้มท่อ | Pipe Insulation" description="ฉนวนหุ้มท่อ (Pipe Insulation) คืออะไร? ทำไมถึงสำคัญในอุตสาหกรรม? ส่งฟรี กรุงเทพมหานคร ปริมณฑล">
<Header slot="header" />
@@ -118,6 +134,71 @@ import Footer from '@/components/common/Footer.astro';
</div>
</div>
<!-- Glasswool Section -->
<section id="glasswool" class="section bg-gray-50">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8">ฉนวนใยแก้ว (Glasswool & Mineral Wool)</h2>
<p class="text-lg text-secondary-700 mb-8">นอกจากฉนวนยางแล้ว เรายังจำหน่ายฉนวนใยแก้วและใยหินสำหรับงานอุตสาหกรรมและงานระบบท่อลม ซึ่งเหมาะกับการใช้งานที่ต้องการความทนไฟและราคาประหยัด</p>
<div class="grid md:grid-cols-3 gap-6">
<div class="bg-white p-5 rounded-lg shadow-sm">
<h3 class="font-bold text-secondary-900 mb-3">SCG Glasswool</h3>
<p class="text-secondary-700 text-sm mb-3">ฉนวนใยแก้วคุณภาพจาก SCG สำหรับงานฉนวนระบบท่อลมและฉนวนอาคาร</p>
<ul class="text-sm text-secondary-600 space-y-1">
<li>• ทนความร้อนสูง</li>
<li>• ดูดซับเสียงได้ดี</li>
<li>• ราคาประหยัด</li>
<li>• เหมาะกับท่อลม</li>
</ul>
</div>
<div class="bg-white p-5 rounded-lg shadow-sm">
<h3 class="font-bold text-secondary-900 mb-3">MicroFiber</h3>
<p class="text-secondary-700 text-sm mb-3">ฉนวนใยแก้วเกรดพรีเมียม สำหรับงานที่ต้องการประสิทธิภาพสูง</p>
<ul class="text-sm text-secondary-600 space-y-1">
<li>• เส้นใยละเอียด</li>
<li>• ประสิทธิภาพสูง</li>
<li>• ทนความร้อนได้ดี</li>
<li>• เหมาะกับงานอุตสาหกรรม</li>
</ul>
</div>
<div class="bg-white p-5 rounded-lg shadow-sm">
<h3 class="font-bold text-secondary-900 mb-3">ROCKWOOL (Stonewool)</h3>
<p class="text-secondary-700 text-sm mb-3">ฉนวนใยหินจาก ROCKWOOL สำหรับงานที่ต้องการความทนไฟและความแข็งแรงสูง</p>
<ul class="text-sm text-secondary-600 space-y-1">
<li>• ทนไฟได้ดีเยี่ยม</li>
<li>• แข็งแรง ทนทาน</li>
<li>• เหมาะกับงานอุตสาหกรรม</li>
<li>• ดูดซับเสียงได้ดี</li>
</ul>
</div>
</div>
<div class="mt-8 p-4 bg-blue-50 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-2">เปรียบเทียบ Glasswool vs Stonewool</h3>
<div class="grid md:grid-cols-2 gap-4 text-sm">
<div>
<p class="font-semibold text-secondary-800">Glasswool (ใยแก้ว):</p>
<ul class="text-secondary-700 space-y-1">
<li>• น้ำหนักเบากว่า</li>
<li>• ราคาถูกกว่า</li>
<li>• เหมาะกับงานทั่วไป</li>
<li>• ดูดซับเสียงได้ดี</li>
</ul>
</div>
<div>
<p class="font-semibold text-secondary-800">Stonewool (ใยหิน):</p>
<ul class="text-secondary-700 space-y-1">
<li>• ทนไฟได้ดีกว่า</li>
<li>• แข็งแรงกว่า</li>
<li>• เหมาะกับงานอุตสาหกรรม</li>
<li>• ทนอุณหภูมิสูงได้มากกว่า</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<h3 class="text-2xl font-bold text-secondary-900 mt-8 mb-4">คุณสมบัติเด่นของฉนวนหุ้มท่อ</h3>
<ul class="list-disc pl-6 mb-6 space-y-2">
@@ -171,6 +252,80 @@ import Footer from '@/components/common/Footer.astro';
</div>
</div>
</div>
</section>
<!-- Thickness Selection Guide -->
<section id="thickness-guide" class="section bg-white">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8">คำแนะนำการเลือกความหนาฉนวน</h2>
<p class="text-lg text-secondary-700 mb-6">การเลือกความหนาฉนวนขึ้นอยู่กับปัจจัยหลายอย่าง เช่น อุณหภูมิของไหลในท่อ อุณหภูมิแวดล้อม และความชื้น</p>
<div class="overflow-x-auto">
<table class="w-full border-collapse bg-gray-50 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">15-20</td><td class="px-4 py-2 text-center">20-25</td><td class="px-4 py-2 text-center">20-25</td></tr>
<tr><td class="px-4 py-2 font-medium">3/4"</td><td class="px-4 py-2 text-center">15-20</td><td class="px-4 py-2 text-center">20-25</td><td class="px-4 py-2 text-center">25-30</td></tr>
<tr><td class="px-4 py-2 font-medium">1"</td><td class="px-4 py-2 text-center">20-25</td><td class="px-4 py-2 text-center">25-30</td><td class="px-4 py-2 text-center">25-30</td></tr>
<tr><td class="px-4 py-2 font-medium">1-1/2"</td><td class="px-4 py-2 text-center">20-25</td><td class="px-4 py-2 text-center">25-30</td><td class="px-4 py-2 text-center">30-40</td></tr>
<tr><td class="px-4 py-2 font-medium">2"</td><td class="px-4 py-2 text-center">25-30</td><td class="px-4 py-2 text-center">30-40</td><td class="px-4 py-2 text-center">30-40</td></tr>
<tr><td class="px-4 py-2 font-medium">3"</td><td class="px-4 py-2 text-center">25-30</td><td class="px-4 py-2 text-center">30-40</td><td class="px-4 py-2 text-center">40-50</td></tr>
<tr><td class="px-4 py-2 font-medium">4"</td><td class="px-4 py-2 text-center">30-40</td><td class="px-4 py-2 text-center">40-50</td><td class="px-4 py-2 text-center">40-50</td></tr>
<tr><td class="px-4 py-2 font-medium">6"</td><td class="px-4 py-2 text-center">30-40</td><td class="px-4 py-2 text-center">40-50</td><td class="px-4 py-2 text-center">50-60</td></tr>
</tbody>
</table>
</div>
<div class="mt-6 grid md:grid-cols-3 gap-4">
<div class="p-4 bg-blue-50 rounded-lg">
<h4 class="font-semibold text-secondary-900 mb-2">ท่อน้ำเย็น</h4>
<p class="text-sm text-secondary-700">ต้องการป้องกันการควบแน่น ความหนา 15-30 มม. ขึ้นอยู่กับขนาดท่อและความชื้นแวดล้อม</p>
</div>
<div class="p-4 bg-orange-50 rounded-lg">
<h4 class="font-semibold text-secondary-900 mb-2">ท่อลมเย็น</h4>
<p class="text-sm text-secondary-700">ต้องการป้องกันการสูญเสียความเย็น ความหนา 20-50 มม. ขึ้นอยู่กับอุณหภูมิลมและแวดล้อม</p>
</div>
<div class="p-4 bg-red-50 rounded-lg">
<h4 class="font-semibold text-secondary-900 mb-2">ท่อน้ำร้อน</h4>
<p class="text-sm text-secondary-700">ต้องการป้องกันการสูญเสียความร้อนและป้องกันแผลมือ ความหนา 20-60 มม. ขึ้นอยู่กับอุณหภูมิน้ำร้อน</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="section bg-gray-50">
<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-white rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: ฉนวนยาง (Armaflex/Aeroflex) กับ ฉนวนใยแก้ว (Glasswool) ต่างกันอย่างไร?</h3>
<p class="text-secondary-700">ฉนวนยางมีโครงสร้างเซลล์ปิด ยืดหยุ่น กันความชื้นได้ดี เหมาะกับท่อขนาดเล็ก-กลาง ส่วนฉนวนใยแก้วมีราคาถูกกว่า เหมาะกับท่อขนาดใหญ่และงานอุตสาหกรรมที่ต้องการทนไฟ</p>
</div>
<div class="bg-white rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: เลือกความหนาฉนวนอย่างไร?</h3>
<p class="text-secondary-700">การเลือกความหนาขึ้นอยู่กับ: 1) อุณหภูมิของไหลในท่อ 2) อุณหภูมิแวดล้อม 3) ความชื้น 4) ขนาดท่อ โดยทั่วไปท่อน้ำเย็นควรใช้ 15-25 มม. ท่อลมเย็น 20-40 มม. และท่อน้ำร้อน 25-50 มม.</p>
</div>
<div class="bg-white rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: ฉนวนยางใช้ภายนอกอาคารได้ไหม?</h3>
<p class="text-secondary-700">ได้ แต่ควรเลือกชนิดที่ทนรังสี UV และอาจต้องติดตั้งแผ่นเคลือบเพิ่มเติมเพื่อป้องกันการเสื่อมสภาพจากแสงแดด</p>
</div>
<div class="bg-white rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: ติดตั้งฉนวนยางยากไหม?</h3>
<p class="text-secondary-700">ไม่ยาก ฉนวนยางมีความยืดหยุ่นสูง สามารถเปิดรอยต่อแล้วสวมเข้าท่อได้ หรือใช้กาวพิเศษติดที่ข้อต่อและรอยต่อ</p>
</div>
<div class="bg-white rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: Maxflex FR ต่างจาก Armaflex/Aeroflex อย่างไร?</h3>
<p class="text-secondary-700">Maxflex FR มีคุณสมบัติทนไฟ (Fire Retardant) ซึ่งเหมาะกับงานที่ต้องการความปลอดภัยจากอัคคีภัย เช่น ระบบดับเพลิง ระบบท่อน้ำร้อนในโรงแรมหรือโรงพยาบาล</p>
</div>
</div>
</div>
</section>