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": "อุปกรณ์ปรับอากาศ",
|
||||
"description": "อุปกรณ์ปรับอากาศ หัวจ่ายแอร์ กริลแอร์ คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
|
||||
"image": "https://dealplustech.co.th/images/products-raw/ball-jet/main-ball-jet.jpg",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/อุปกรณ์ปรับอากาศ",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="อุปกรณ์ปรับอากาศ" description="อุปกรณ์ปรับอากาศ หัวจ่ายแอร์ กริลแอร์ คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -100,6 +116,343 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Equipment Types Guide -->
|
||||
<section class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<div class="text-center mb-12">
|
||||
<h2 class="section-title">ประเภทอุปกรณ์ปรับอากาศ</h2>
|
||||
<p class="section-subtitle">คู่มือเลือกซื้ออุปกรณ์กระจายลมเย็นสำหรับระบบปรับอากาศ</p>
|
||||
</div>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<!-- Air Diffuser (หัวจ่ายแอร์) -->
|
||||
<div class="card-hover p-6 bg-gray-50 rounded-xl">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900">หัวจ่ายแอร์ (Air Diffuser)</h3>
|
||||
</div>
|
||||
<p class="text-secondary-600 mb-4">
|
||||
หัวจ่ายแอร์ หรือ Air Diffuser เป็นอุปกรณ์ที่ใช้กระจายลมเย็นจากระบบปรับอากาศให้กระจายอย่างสม่ำเสมอทั่วทั้งห้อง มีรูปแบบหลากหลาย เช่น หัวจ่ายแบบ Ball Jet, หัวจ่ายแบบ Jet Nozzle และหัวจ่ายแบบ Square Diffuser
|
||||
</p>
|
||||
<ul class="space-y-2 text-secondary-600">
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>กระจายลมเย็นอย่างสม่ำเสมอ</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ปรับทิศทางลมได้ตามต้องการ</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ติดตั้งง่าย ใช้งานได้ทันที</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Grille (กริลแอร์) -->
|
||||
<div class="card-hover p-6 bg-gray-50 rounded-xl">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900">กริลแอร์ (Air Grille)</h3>
|
||||
</div>
|
||||
<p class="text-secondary-600 mb-4">
|
||||
กริลแอร์ หรือ Air Grille เป็นอุปกรณ์ติดตั้งที่ช่องลมออกของระบบปรับอากาศ ทำหน้าที่ควบคุมทิศทางและปริมาณลมที่ออกมา มีทั้งแบบ Fixed Grille และ Adjustable Grille
|
||||
</p>
|
||||
<ul class="space-y-2 text-secondary-600">
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ควบคุมทิศทางลมได้</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>วัสดุคุณภาพสูง ทนทาน</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ออกแบบสวยงาม ทันสมัย</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Register -->
|
||||
<div class="card-hover p-6 bg-gray-50 rounded-xl">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900">รีจิสเตอร์ (Register)</h3>
|
||||
</div>
|
||||
<p class="text-secondary-600 mb-4">
|
||||
รีจิสเตอร์ (Register) คืออุปกรณ์ที่มีทั้งส่วนของ Grille และ Damper รวมกัน สามารถปรับการไหลของลมและปิด-เปิดช่องลมได้ มักใช้ในระบบที่ต้องการควบคุมลมเป็นพิเศษ
|
||||
</p>
|
||||
<ul class="space-y-2 text-secondary-600">
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ปรับปริมาณลมได้</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ปิด-เปิดช่องลมได้</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>เหมาะสำหรับห้องที่ต้องการควบคุมอุณหภูมิเฉพาะส่วน</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Damper -->
|
||||
<div class="card-hover p-6 bg-gray-50 rounded-xl">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900">แดมเปอร์ (Damper)</h3>
|
||||
</div>
|
||||
<p class="text-secondary-600 mb-4">
|
||||
แดมเปอร์ (Damper) เป็นอุปกรณ์ควบคุมการไหลของอากาศในท่อลม ช่วยปรับและควบคุมปริมาณลมที่ไหลในแต่ละพื้นที่ของระบบปรับอากาศ มีทั้งแบบ Manual และ Automatic
|
||||
</p>
|
||||
<ul class="space-y-2 text-secondary-600">
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ควบคุมปริมาณลมในแต่ละโซน</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>ปรับสมดุลระบบลมได้</span>
|
||||
</li>
|
||||
<li class="flex items-center gap-2">
|
||||
<svg class="w-4 h-4 text-primary-600 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<span>มีทั้งแบบ Manual และ Automatic</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Product Selection Guide -->
|
||||
<section class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<div class="text-center mb-12">
|
||||
<h2 class="section-title">คู่มือเลือกอุปกรณ์ปรับอากาศ</h2>
|
||||
<p class="section-subtitle">วิธีเลือกอุปกรณ์กระจายลมเย็นที่เหมาะสมกับการใช้งาน</p>
|
||||
</div>
|
||||
|
||||
<div class="grid md:grid-cols-3 gap-8">
|
||||
<!-- Step 1 -->
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-accent-500 text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-4">
|
||||
1
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900 mb-3">พิจารณาขนาดห้อง</h3>
|
||||
<p class="text-secondary-600">
|
||||
วัดขนาดพื้นที่ใช้งาน ความสูงเพดาน และปริมาณลมที่ต้องการ (CFM) เพื่อเลือกขนาดอุปกรณ์ที่เหมาะสม
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Step 2 -->
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-accent-500 text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-4">
|
||||
2
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900 mb-3">เลือกประเภทอุปกรณ์</h3>
|
||||
<p class="text-secondary-600">
|
||||
เลือกประเภทตามการใช้งาน หัวจ่ายแอร์สำหรับการกระจายลมทั่วไป กริลแอร์สำหรับติดตั้งผนัง หรือแดมเปอร์สำหรับควบคุมลม
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Step 3 -->
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-accent-500 text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-4">
|
||||
3
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-secondary-900 mb-3">ตรวจสอบวัสดุและคุณภาพ</h3>
|
||||
<p class="text-secondary-600">
|
||||
เลือกอุปกรณ์ที่ผลิตจากวัสดุคุณภาพสูง ทนต่อการกัดกร่อน และมีความแข็งแรงทนทาน เหมาะสำหรับการใช้งานระยะยาว
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-12 p-6 bg-white rounded-xl border border-gray-200">
|
||||
<h3 class="text-xl font-bold text-secondary-900 mb-4 text-center">ปัจจัยสำคัญในการเลือกซื้อ</h3>
|
||||
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-4">
|
||||
<div class="flex items-start gap-3">
|
||||
<svg class="w-5 h-5 text-primary-600 flex-shrink-0 mt-0.5" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<div>
|
||||
<h4 class="font-semibold text-secondary-900">ขนาดท่อลม</h4>
|
||||
<p class="text-sm text-secondary-600">ต้องตรงกับขนาดท่อลมที่ติดตั้ง</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-3">
|
||||
<svg class="w-5 h-5 text-primary-600 flex-shrink-0 mt-0.5" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<div>
|
||||
<h4 class="font-semibold text-secondary-900">อัตราการไหลของลม</h4>
|
||||
<p class="text-sm text-secondary-600">ตรวจสอบ CFM ที่เหมาะสมกับพื้นที่</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-3">
|
||||
<svg class="w-5 h-5 text-primary-600 flex-shrink-0 mt-0.5" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<div>
|
||||
<h4 class="font-semibold text-secondary-900">ระดับเสียง</h4>
|
||||
<p class="text-sm text-secondary-600">เลือกอุปกรณ์ที่สร้างเสียงรบกวนต่ำ</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-3">
|
||||
<svg class="w-5 h-5 text-primary-600 flex-shrink-0 mt-0.5" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<div>
|
||||
<h4 class="font-semibold text-secondary-900">การบำรุงรักษา</h4>
|
||||
<p class="text-sm text-secondary-600">เลือกที่ทำความสะอาดง่าย</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ Section -->
|
||||
<section class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<div class="text-center mb-12">
|
||||
<h2 class="section-title">คำถามที่พบบ่อยเกี่ยวกับอุปกรณ์ปรับอากาศ</h2>
|
||||
<p class="section-subtitle">คำตอบสำหรับคำถามที่ลูกค้ามักสอบถามเกี่ยวกับอุปกรณ์กระจายลมเย็น</p>
|
||||
</div>
|
||||
|
||||
<div class="max-w-3xl mx-auto space-y-4">
|
||||
<!-- FAQ 1 -->
|
||||
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-5 cursor-pointer bg-gray-50 hover:bg-gray-100 transition-colors">
|
||||
<h3 class="font-semibold text-secondary-900 text-lg">หัวจ่ายแอร์แบบไหนดีที่สุดสำหรับห้องปรับอากาศ?</h3>
|
||||
<svg class="w-5 h-5 text-secondary-500 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</summary>
|
||||
<div class="p-5 bg-white border-t border-gray-200">
|
||||
<p class="text-secondary-600">
|
||||
หัวจ่ายแอร์แบบ Ball Jet เป็นที่นิยมที่สุดสำหรับห้องปรับอากาศทั่วไป เพราะสามารถปรับทิศทางลมได้หลายทิศทาง และกระจายลมเย็นอย่างสม่ำเสมอ สำหรับห้องที่ต้องการลมเย็นเร็ว ควรเลือก Jet Nozzle ที่มีความเร็วลมสูงกว่า
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<!-- FAQ 2 -->
|
||||
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-5 cursor-pointer bg-gray-50 hover:bg-gray-100 transition-colors">
|
||||
<h3 class="font-semibold text-secondary-900 text-lg">ควรเลือกขนาดอุปกรณ์ปรับอากาศอย่างไร?</h3>
|
||||
<svg class="w-5 h-5 text-secondary-500 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</summary>
|
||||
<div class="p-5 bg-white border-t border-gray-200">
|
||||
<p class="text-secondary-600">
|
||||
การเลือกขนาดต้องพิจารณาจากขนาดพื้นที่ ความสูงเพดาน และกำลัง BTU ของเครื่องปรับอากาศ โดยทั่วไปหัวจ่ายแอร์ควรมีขนาดใหญ่กว่าท่อลมที่เชื่อมต่อประมาณ 1-2 นิ้ว เพื่อให้ลมไหลผ่านได้สะดวก ควรปรึกษาผู้เชี่ยวชาญเพื่อการคำนวณที่แม่นยำ
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<!-- FAQ 3 -->
|
||||
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-5 cursor-pointer bg-gray-50 hover:bg-gray-100 transition-colors">
|
||||
<h3 class="font-semibold text-secondary-900 text-lg">อุปกรณ์ปรับอากาศต้องบำรุงรักษาบ่อยแค่ไหน?</h3>
|
||||
<svg class="w-5 h-5 text-secondary-500 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</summary>
|
||||
<div class="p-5 bg-white border-t border-gray-200">
|
||||
<p class="text-secondary-600">
|
||||
ควรทำความสะอาดอุปกรณ์ปรับอากาศอย่างน้อย 3-4 ครั้งต่อปี โดยเฉพาะในช่วงฤดูร้อนที่ใช้งานหนัก การทำความสะอาดรวมถึงการถอดล้าง เป่าลมออก และตรวจสอบสภาพการทำงาน หากพบว่าลมออกน้อยลงหรือมีเสียงผิดปกติ ควรตรวจสอบและซ่อมแซมทันที
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<!-- FAQ 4 -->
|
||||
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-5 cursor-pointer bg-gray-50 hover:bg-gray-100 transition-colors">
|
||||
<h3 class="font-semibold text-secondary-900 text-lg">กริลแอร์และหัวจ่ายแอร์ต่างกันอย่างไร?</h3>
|
||||
<svg class="w-5 h-5 text-secondary-500 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</summary>
|
||||
<div class="p-5 bg-white border-t border-gray-200">
|
||||
<p class="text-secondary-600">
|
||||
กริลแอร์ (Air Grille) เป็นอุปกรณ์ที่ติดตั้งที่ช่องลมออกเพื่อควบคุมทิศทางลม เน้นการตกแต่งและความสวยงาม ส่วนหัวจ่ายแอร์ (Air Diffuser) เน้นการกระจายลมให้ทั่วถึง มักติดตั้งที่เพดานหรือผนังบน การเลือกขึ้นอยู่กับตำแหน่งที่ติดตั้งและวัตถุประสงค์การใช้งาน
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<!-- FAQ 5 -->
|
||||
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-5 cursor-pointer bg-gray-50 hover:bg-gray-100 transition-colors">
|
||||
<h3 class="font-semibold text-secondary-900 text-lg">อุปกรณ์ปรับอากาศช่วยประหยัดพลังงานได้อย่างไร?</h3>
|
||||
<svg class="w-5 h-5 text-secondary-500 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</summary>
|
||||
<div class="p-5 bg-white border-t border-gray-200">
|
||||
<p class="text-secondary-600">
|
||||
อุปกรณ์ปรับอากาศที่มีคุณภาพช่วยให้ลมเย็นกระจายตัวได้ดี ทำให้เครื่องปรับอากาศทำงานน้อยลงและควบคุมอุณหภูมิได้แม่นยำ การใช้แดมเปอร์ช่วยปรับการไหลของลมในแต่ละโซน ทำให้ไม่ต้องเปิดเครื่องปรับอากาศทั้งหมด ช่วยประหยัดพลังงานได้มากถึง 20-30%
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</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