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": "กริลแอร์พลาสติก Grilles",
|
||||
"description": "จำหน่ายกริลแอร์พลาสติก (Grilles air plastic) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
|
||||
"image": "https://dealplustech.co.th/images/products-cropped/grilles_000C.jpg",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/grilles",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="กริลแอร์พลาสติก (Grilles air plastic)" description="จำหน่ายกริลแอร์พลาสติก (Grilles air plastic)คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -174,6 +190,200 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Technical Specifications Table -->
|
||||
<section id="specifications" class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">ข้อมูลจำเพาะทางเทคนิค</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full border-collapse bg-white rounded-lg shadow-md">
|
||||
<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">CFM สูงสุด</th>
|
||||
<th class="px-4 py-3 text-center">Throw Distance (m)</th>
|
||||
<th class="px-4 py-3 text-center">Noise Level (NC)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y">
|
||||
<tr><td colspan="5" class="px-4 py-2 bg-gray-100 font-semibold">หน้ากากลมส่ง (Supply Air Grille)</td></tr>
|
||||
<tr><td class="px-4 py-2">Square Diffuser</td><td class="px-4 py-2 text-center">6x6 - 24x24</td><td class="px-4 py-2 text-center">200-800</td><td class="px-4 py-2 text-center">3-8</td><td class="px-4 py-2 text-center">25-35</td></tr>
|
||||
<tr><td class="px-4 py-2">Linear Slot</td><td class="px-4 py-2 text-center">12" - 48"</td><td class="px-4 py-2 text-center">150-600</td><td class="px-4 py-2 text-center">4-12</td><td class="px-4 py-2 text-center">20-30</td></tr>
|
||||
<tr><td class="px-4 py-2">Jet Diffuser</td><td class="px-4 py-2 text-center">8 - 12</td><td class="px-4 py-2 text-center">300-1200</td><td class="px-4 py-2 text-center">8-20</td><td class="px-4 py-2 text-center">30-45</td></tr>
|
||||
<tr><td colspan="5" class="px-4 py-2 bg-gray-100 font-semibold">หน้ากากลมกลับ (Return Air Grille)</td></tr>
|
||||
<tr><td class="px-4 py-2">Standard</td><td class="px-4 py-2 text-center">10x10 - 36x36</td><td class="px-4 py-2 text-center">300-1500</td><td class="px-4 py-2 text-center">-</td><td class="px-4 py-2 text-center">20-30</td></tr>
|
||||
<tr><td class="px-4 py-2">Heavy Duty</td><td class="px-4 py-2 text-center">12x12 - 48x48</td><td class="px-4 py-2 text-center">500-2500</td><td class="px-4 py-2 text-center">-</td><td class="px-4 py-2 text-center">25-35</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="text-sm text-secondary-600 mt-4">* ค่า CFM และ Throw Distance เป็นค่าประมาณ ขึ้นอยู่กับ static pressure ของระบบ</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Size Selection Guide -->
|
||||
<section id="size-guide" class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">วิธีเลือกขนาดหน้ากากแอร์</h2>
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 class="text-lg font-semibold text-secondary-800 mb-4">สูตรคำนวณขนาด</h3>
|
||||
<div class="bg-gray-50 p-4 rounded-lg mb-4">
|
||||
<p class="font-mono text-secondary-900">CFM ÷ 2 = พื้นที่หน้ากาก (ตร.นิ้ว)</p>
|
||||
<p class="text-sm text-secondary-600 mt-2">ตัวอย่าง: 400 CFM ÷ 2 = 200 ตร.นิ้ว → 14x14 หรือ 10x20</p>
|
||||
</div>
|
||||
<h3 class="text-lg font-semibold text-secondary-800 mb-4">ขนาดที่นิยมใช้</h3>
|
||||
<ul class="space-y-2">
|
||||
<li><strong>6x6 นิ้ว</strong> - ห้องนอนเล็ก, ห้องน้ำ</li>
|
||||
<li><strong>8x8 นิ้ว</strong> - ห้องนอน, ห้องทำงานขนาดเล็ก</li>
|
||||
<li><strong>10x10 นิ้ว</strong> - ห้องนอนใหญ่, ห้องประชุมเล็ก</li>
|
||||
<li><strong>12x12 นิ้ว</strong> - ห้องประชุม, ห้องรับแขก</li>
|
||||
<li><strong>14x14 นิ้ว</strong> - ห้องประชุมใหญ่, พื้นที่สำนักงาน</li>
|
||||
<li><strong>24x24 นิ้ว</strong> - ห้องควบคุม, พื้นที่ขนาดใหญ่</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="text-lg font-semibold text-secondary-800 mb-4">ตารางเปรียบเทียบ CFM กับขนาด</h3>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full border-collapse bg-white rounded-lg shadow-sm">
|
||||
<thead>
|
||||
<tr class="bg-primary-100 text-secondary-900">
|
||||
<th class="px-3 py-2 text-left text-sm">CFM</th>
|
||||
<th class="px-3 py-2 text-center text-sm">ขนาดแนะนำ</th>
|
||||
<th class="px-3 py-2 text-center text-sm">จำนวนทิศทาง</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y text-sm">
|
||||
<tr><td class="px-3 py-2">100-200</td><td class="px-3 py-2 text-center">6x6</td><td class="px-3 py-2 text-center">2-4 ทาง</td></tr>
|
||||
<tr><td class="px-3 py-2">200-350</td><td class="px-3 py-2 text-center">8x8</td><td class="px-3 py-2 text-center">4 ทาง</td></tr>
|
||||
<tr><td class="px-3 py-2">350-500</td><td class="px-3 py-2 text-center">10x10</td><td class="px-3 py-2 text-center">4 ทาง</td></tr>
|
||||
<tr><td class="px-3 py-2">500-700</td><td class="px-3 py-2 text-center">12x12</td><td class="px-3 py-2 text-center">4 ทาง</td></tr>
|
||||
<tr><td class="px-3 py-2">700-1000</td><td class="px-3 py-2 text-center">14x14</td><td class="px-3 py-2 text-center">4 ทาง</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Material Comparison -->
|
||||
<section id="materials" class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">เปรียบเทียบวัสดุหน้ากากแอร์</h2>
|
||||
<div class="grid md:grid-cols-3 gap-6">
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01"/></svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-secondary-900">ABS Plastic</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-secondary-700">
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ราคาประหยัด</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> น้ำหนักเบา</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ติดตั้งง่าย</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ทนความชื้น</li>
|
||||
<li class="flex items-start gap-2"><span class="text-amber-500">△</span> ไม่ทนความร้อนสูง</li>
|
||||
<li class="flex items-start gap-2"><span class="text-amber-500">△</span> เหมาะกับพื้นที่ภายใน</li>
|
||||
</ul>
|
||||
<p class="text-sm text-secondary-600 mt-4"><strong>เหมาะสำหรับ:</strong> บ้านพักอาศัย, คอนโด, สำนักงานขนาดเล็ก</p>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-gray-200 rounded-full flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-secondary-900">Aluminum</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-secondary-700">
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ทนทานต่อการกัดกร่อน</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> น้ำหนักเบา</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ดีไซน์หลากหลาย</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> ทำความสะอาดง่าย</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> รีไซเคิลได้</li>
|
||||
<li class="flex items-start gap-2"><span class="text-red-500">✗</span> ราคาสูงกว่า ABS</li>
|
||||
</ul>
|
||||
<p class="text-sm text-secondary-600 mt-4"><strong>เหมาะสำหรับ:</strong> อาคารสำนักงาน, โรงแรม, ห้างสรรพสินค้า, โรงพยาบาล</p>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-gray-700 rounded-full flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/></svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-secondary-900">Steel</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-secondary-700">
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> แข็งแรงทนทานมาก</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> รับน้ำหนักได้สูง</li>
|
||||
<li class="flex items-start gap-2"><span class="text-green-500">✓</span> เหมาะกับงานหนัก</li>
|
||||
<li class="flex items-start gap-2"><span class="text-amber-500">△</span> ต้องทาสีกันสนิม</li>
|
||||
<li class="flex items-start gap-2"><span class="text-amber-500">△</span> น้ำหนักมาก</li>
|
||||
<li class="flex items-start gap-2"><span class="text-red-500">✗</span> ติดตั้งยากกว่า</li>
|
||||
</ul>
|
||||
<p class="text-sm text-secondary-600 mt-4"><strong>เหมาะสำหรับ:</strong> โรงงานอุตสาหกรรม, คลังสินค้า, พื้นที่ที่ต้องการความแข็งแรงสูง</p>
|
||||
</div>
|
||||
</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-6">คำถามที่พบบ่อย</h2>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: หน้ากากแอร์ ABS กับ อลูมิเนียม ต่างกันอย่างไร?</h3>
|
||||
<p class="text-secondary-700">ABS ราคาประหยัด น้ำหนักเบา เหมาะกับบ้านพักอาศัย ส่วนอลูมิเนียมทนทานกว่า ดีไซน์หลากหลาย เหมาะกับอาคารสำนักงานและพื้นที่ที่ต้องการความสวยงาม</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">ใช้สูตร CFM ÷ 2 = พื้นที่หน้ากาก (ตร.นิ้ว) ตัวอย่างเช่น ระบบ 400 CFM ควรใช้หน้ากากขนาด 14x14 นิ้ว (196 ตร.นิ้ว) หรือใกล้เคียง</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">หน้ากากอลูมิเนียมสามารถทาสีได้ แต่ควรใช้สีที่เหมาะกับพื้นผิวโลหะ ส่วน ABS ควรใช้สีที่ออกแบบมาสำหรับพลาสติกโดยเฉพาะ</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 class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: หน้ากากแอร์ดูแลรักษาอย่างไร?</h3>
|
||||
<p class="text-secondary-700">ใช้ผ้าชุบน้ำหมาดเช็ดทำความสะอาดเป็นประจำ ควรล้างฟิลเตอร์ทุก 3-6 เดือน และตรวจสอบบานเกล็ดว่าปรับได้คล่อง</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Installation Tips -->
|
||||
<section id="installation" class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">ข้อแนะนำการติดตั้ง</h2>
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 class="text-lg font-semibold text-secondary-800 mb-4">ขั้นตอนการติดตั้ง</h3>
|
||||
<ol class="space-y-3">
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">1</span><span class="text-secondary-700">วัดและทำเครื่องหมายตำแหน่งที่จะติดตั้ง</span></li>
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">2</span><span class="text-secondary-700">ตัดช่องเปิดตามขนาดหน้ากาก (เผื่อความกว้าง 1-2 ซม.)</span></li>
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">3</span><span class="text-secondary-700">ตรวจสอบระดับให้ตรง</span></li>
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">4</span><span class="text-secondary-700">ยึดกรอบหน้ากากด้วยสกรูหรือคลิปยึด</span></li>
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">5</span><span class="text-secondary-700">ติดตั้งตัวหน้ากากเข้ากับกรอบ</span></li>
|
||||
<li class="flex gap-3"><span class="flex-shrink-0 w-6 h-6 bg-primary-600 text-white rounded-full flex items-center justify-center text-sm">6</span><span class="text-secondary-700">ปรับบานเกล็ดให้ได้ทิศทางลมที่ต้องการ</span></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="text-lg font-semibold text-secondary-800 mb-4">ข้อควรระวัง</h3>
|
||||
<ul class="space-y-3">
|
||||
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าติดตั้งหน้ากากใกล้ม่านบังตา or ผ้ามากเกินไป เพราะจะขวางทางลม</span></li>
|
||||
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">ควรเว้นระยะห่างจากผนังอย่างน้อย 15 ซม. เพื่อให้ลมกระจายได้ดี</span></li>
|
||||
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">ตรวจสอบ static pressure ของระบบก่อนเลือกขนาด</span></li>
|
||||
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าใช้หน้ากากขนาดเล็กเกินไป เพราะจะทำให้ลมแรงและ шум</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section bg-white">
|
||||
<div class="container-custom">
|
||||
|
||||
Reference in New Issue
Block a user