Remove อุปกรณ์ปรับอากาศ page and all references

This commit is contained in:
Kunthawat Greethong
2026-05-24 15:43:13 +07:00
parent d231325a4d
commit 984c2571c5
4 changed files with 2 additions and 305 deletions

View File

@@ -49,7 +49,6 @@ const productCategories = [
{
title: "อุปกรณ์ปรับอากาศ",
items: [
{ label: "อุปกรณ์ปรับอากาศ", href: "/อุปกรณ์ปรับอากาศ" },
{ label: "กริลแอร์", href: "/grilles" },
]
},

View File

@@ -43,12 +43,7 @@ const categories = [
{ name: 'ระบบกรองน้ำ', slug: '/water-treatment' },
]
},
{
name: 'อุปกรณ์ปรับอากาศ',
slug: '/อุปกรณ์ปรับอากาศ',
subcategories: [
{ name: 'หัวจ่ายแอร์', slug: '/อุปกรณ์ปรับอากาศ' },
{ name: 'กริลแอร์', slug: '/grilles' },
{ name: 'กริลแอร์', slug: '/grilles' },
{ name: 'DURGO วาล์วเติมอากาศ', slug: '/durgo-avvs' },
]
},

View File

@@ -28,8 +28,6 @@ const products = [
{ name: "ปั๊มน้ำ Water Pump", href: "/water-pump", image: "/images/products-cropped/water-pump_000C.jpg", category: "ปั๊มและระบบน้ำ" },
{ name: "ระบบกรองน้ำ", href: "/water-treatment", image: "/images/products-cropped/water-treatment_000C.jpg", category: "ปั๊มและระบบน้ำ" },
// อุปกรณ์ปรับอากาศ
{ name: "อุปกรณ์ปรับอากาศ", href: "/อุปกรณ์ปรับอากาศ", image: "/images/products-raw/ball-jet/main-ball-jet.jpg", category: "อุปกรณ์ปรับอากาศ" },
{ name: "กริลแอร์", href: "/grilles", image: "/images/products-cropped/grilles_000C.jpg", category: "อุปกรณ์ปรับอากาศ" },
// ฉนวนและรั้ว
@@ -55,7 +53,7 @@ const categories = [
{ name: "เครื่องเชื่อมท่อ", id: "welding", count: 4 },
{ name: "วาล์ว", id: "valve", count: 2 },
{ name: "ปั๊มและระบบน้ำ", id: "pump", count: 2 },
{ name: "อุปกรณ์ปรับอากาศ", id: "ac", count: 2 },
{ name: "อุปกรณ์ปรับอากาศ", id: "ac", count: 1 },
{ name: "ฉนวนและรั้ว", id: "fence", count: 8 },
];
---

View File

@@ -1,295 +0,0 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro';
---
<BaseLayout title="อุปกรณ์ปรับอากาศ | ระบบปรับอากาศคุณภาพสูง ประหยัดพลังงาน" description="อุปกรณ์ปรับอากาศคุณภาพสูง ระบบ VRF, แอร์ธรรมดา, พัดลมและอุปกรณ์เสริม พร้อมบริการติดตั้งและดูแล">
<section class="bg-gradient-to-br from-primary-700 to-primary-600 text-white py-12 relative overflow-hidden">>
<!-- Animated Background -->
<div class="absolute inset-0 overflow-hidden pointer-events-none">
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-gradient-to-br from-primary-400/30 via-primary-500/15 to-transparent rounded-full blur-[100px] animate-mesh-1"></div>
<!-- Floating Particles -->
<div class="absolute top-1/4 left-1/4 w-2 h-2 bg-white/30 rounded-full animate-float"></div>
<div class="absolute top-1/3 right-1/4 w-3 h-3 bg-primary-300/20 rounded-full animate-float-delayed-1"></div>
<div class="absolute top-2/3 left-1/3 w-2 h-2 bg-primary-200/20 rounded-full animate-float-delayed-2"></div>
<div class="absolute top-1/2 right-1/3 w-4 h-4 bg-white/15 rounded-full animate-float"></div>
<div class="absolute bottom-1/4 left-2/3 w-3 h-3 bg-primary-400/15 rounded-full animate-float-delayed-3"></div>
<!-- Water-inspired Waves -->
<svg class="absolute bottom-0 left-0 w-full h-[250px] opacity-20" viewBox="0 0 1440 250" preserveAspectRatio="none">
<path d="M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z" fill="none" stroke="url(#water-gradient-hero)" stroke-width="2">
<animate attributeName="d" dur="10s" repeatCount="indefinite" values="M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z;M0,180 Q360,80 720,180 T1440,180 L1440,250 L0,250 Z;M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z"/>
</path>
<defs>
<linearGradient id="water-gradient-hero" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#40916c"/>
<stop offset="50%" stop-color="#74c69d"/>
<stop offset="100%" stop-color="#40916c"/>
</linearGradient>
</defs>
</svg>
<!-- Second Wave Layer -->
<svg class="absolute bottom-0 left-0 w-full h-[200px] opacity-10" viewBox="0 0 1440 200" preserveAspectRatio="none">
<path d="M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="1">
<animate attributeName="d" dur="15s" repeatCount="indefinite" values="M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z;M0,120 Q240,20 480,120 T960,120 T1440,120 L1440,200 L0,200 Z;M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z"/>
</path>
</svg>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<nav class="text-sm mb-4 text-primary-100">
<a href="/" class="hover:text-white">หน้าแรก</a> / <a href="/all-products" class="hover:text-white">สินค้าทั้งหมด</a> / <span class="text-white">อุปกรณ์ปรับอากาศ</span>
</nav>
<div class="grid lg:grid-cols-2 gap-8 items-center">
<div class="img-hover rounded-2xl overflow-hidden bg-white/10">
<img src="/images/products-raw/ball-jet/main-ball-jet.jpg" alt="อุปกรณ์ปรับอากาศ" class="w-full" loading="eager" />
</div>
<div>
<span class="text-sm text-primary-200 font-medium">ระบบปรับอากาศ</span>
<h1 class="text-3xl lg:text-4xl font-bold mt-2 mb-4">อุปกรณ์ปรับอากาศ</h1>
<p class="text-primary-100 text-lg mb-6">ระบบปรับอากาศคุณภาพสูง ตั้งแต่แอร์ติดผนังจนถึงระบบ VRF สำหรับอาคารขนาดใหญ่ พร้อมบริการติดตั้งและดูแลครบวงจร</p>
<div class="flex flex-wrap gap-4">
<a href="/contact-us" class="bg-accent-500 hover:bg-accent-600 text-white py-3 px-6 rounded-xl font-semibold">สอบถามราคา</a>
<a href="https://line.me/ti/p/~JPPSELECTION" target="_blank" rel="noopener" class="bg-white/10 hover:bg-white/20 text-white py-3 px-6 rounded-xl font-semibold border border-white/30 flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.63 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.344.282-.629.627-.629h2.386c.349 0 .63.285.63.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.629.63-.629.345 0 .63.284.63.629v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.629.627-.629.349 0 .631.284.631.629v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.629.63-.629.348 0 .63.284.63.629v4.141h1.756c.348 0 .629.283.629.63 0 .344-.282.629-.629.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314"/></svg>
แชท LINE
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="py-16 bg-neutral-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">บริการของเรา</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">ครบวงจร ตั้งแต่ขายจนถึงดูแลหลังการขาย</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">🔧</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ติดตั้งแอร์ใหม่</h3>
<p class="text-sm text-neutral-600">บริการติดตั้งแอร์ทุกประเภท พร้อม warranty 1 ปี</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">🔩</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ซ่อมและบำรุงรักษา</h3>
<p class="text-sm text-neutral-600">บริการซ่อมแอร์ ล้างแอร์ เติมน้ำยา</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">📐</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ออกแบบระบบ</h3>
<p class="text-sm text-neutral-600">ออกแบบระบบปรับอากาศตามความต้องการ</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">🛒</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">จำหน่ายอะไหล่</h3>
<p class="text-sm text-neutral-600">อะไหล่แอร์ทุกยี่ห้อ ราคาย่อมเยา</p>
</div>
</div>
</div>
</section>
<!-- Types Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">ประเภทอุปกรณ์</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">เลือกระบบตามความต้องการใช้งาน</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<!-- แอร์ติดผนัง -->
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
<div class="aspect-video overflow-hidden">
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ติดผนัง" class="w-full h-full object-cover" loading="lazy" />
</div>
<div class="p-5">
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ติดผนัง</h3>
<div class="text-sm text-primary-600 font-medium mb-3">9,000-24,000 BTU</div>
<ul class="space-y-1">
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>เหมาะสำหรับห้องขนาดเล็ก-กลาง</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ติดตั้งง่าย</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ราคาย่อมเยา</li>
</ul>
</div>
</div>
<!-- แอร์ตั้งตู้ -->
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
<div class="aspect-video overflow-hidden">
<img src="/images/grilles/air-grille-content.jpg" alt="แอร์ตั้งตู้" class="w-full h-full object-cover" loading="lazy" />
</div>
<div class="p-5">
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ตั้งตู้</h3>
<div class="text-sm text-primary-600 font-medium mb-3">18,000-48,000 BTU</div>
<ul class="space-y-1">
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>เหมาะสำหรับห้องขนาดใหญ่</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>กระจายความเย็นสม่ำเสมอ</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ดีไซน์กลมกลืน</li>
</ul>
</div>
</div>
<!-- แอร์ฝังเพดาน -->
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
<div class="aspect-video overflow-hidden">
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ฝังเพดาน" class="w-full h-full object-cover" loading="lazy" />
</div>
<div class="p-5">
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ฝังเพดาน</h3>
<div class="text-sm text-primary-600 font-medium mb-3">24,000-60,000 BTU</div>
<ul class="space-y-1">
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ซ่อนเครื่องในเพดาน</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>เหมาะสำหรับออฟฟิศ</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ควบคุมอุณหภูมิเป็นโซน</li>
</ul>
</div>
</div>
<!-- ระบบ VRF -->
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
<div class="aspect-video overflow-hidden">
<img src="/images/grilles/linear-slot-content.jpg" alt="ระบบ VRF" class="w-full h-full object-cover" loading="lazy" />
</div>
<div class="p-5">
<h3 class="text-lg font-bold text-neutral-900 mb-2">ระบบ VRF</h3>
<div class="text-sm text-primary-600 font-medium mb-3">3-16 แรงม้า</div>
<ul class="space-y-1">
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ควบคุมหลายห้องพร้อมกัน</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>ประหยัดพลังงาน</li>
<li class="flex items-center text-sm text-neutral-600"><span class="text-primary-600 mr-2">✓</span>เหมาะสำหรับอาคารขนาดใหญ่</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Selection Guide -->
<section class="py-16 bg-primary-700 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold mb-4">แนะนำการเลือกขนาดแอร์</h2>
<p class="text-primary-100 max-w-2xl mx-auto">เลือกขนาด BTU ให้เหมาะกับพื้นที่</p>
</div>
<div class="overflow-x-auto">
<table class="w-full min-w-[500px]">
<thead>
<tr class="border-b border-white/20">
<th class="text-left py-3 px-4 font-semibold">ขนาดห้อง</th>
<th class="text-left py-3 px-4 font-semibold">BTU ที่เหมาะสม</th>
<th class="text-left py-3 px-4 font-semibold">ประเภทแนะนำ</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-white/10 hover:bg-white/5"><td class="py-3 px-4">ไม่เกิน 15 ตร.ม.</td><td class="py-3 px-4 font-semibold">9,000 BTU</td><td class="py-3 px-4">แอร์ติดผนัง</td></tr>
<tr class="border-b border-white/10 hover:bg-white/5"><td class="py-3 px-4">15-25 ตร.ม.</td><td class="py-3 px-4 font-semibold">12,000-18,000 BTU</td><td class="py-3 px-4">แอร์ติดผนัง/ตั้งตู้</td></tr>
<tr class="border-b border-white/10 hover:bg-white/5"><td class="py-3 px-4">25-40 ตร.ม.</td><td class="py-3 px-4 font-semibold">18,000-24,000 BTU</td><td class="py-3 px-4">แอร์ตั้งตู้</td></tr>
<tr class="border-b border-white/10 hover:bg-white/5"><td class="py-3 px-4">40-60 ตร.ม.</td><td class="py-3 px-4 font-semibold">30,000-36,000 BTU</td><td class="py-3 px-4">แอร์ฝังเพดาน</td></tr>
<tr class="border-b border-white/10 hover:bg-white/5"><td class="py-3 px-4">มากกว่า 60 ตร.ม.</td><td class="py-3 px-4 font-semibold">48,000+ BTU / VRF</td><td class="py-3 px-4">ระบบ VRF</td></tr>
</tbody>
</table>
</div>
<p class="text-sm text-white/70 mt-4 text-center">* คำแนะนำเป็นเพียงแนวทางทั่วไป ขนาดที่เหมาะสมขึ้นอยู่กับปัจจัยอื่น เช่น ความสูงของห้อง จำนวนคน ทิศทางแดด</p>
</div>
</section>
<!-- Accessories Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">อุปกรณ์เสริม</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">อุปกรณ์และส่วนประกอบครบครัน</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="bg-white rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow text-center border border-neutral-200">
<div class="aspect-square rounded-lg overflow-hidden mb-3">
<img src="/images/grilles/linear-bar.jpg" alt="คอยล์ร้อน" class="w-full h-full object-cover" loading="lazy" />
</div>
<h4 class="font-medium text-neutral-900">คอยล์ร้อน</h4>
</div>
<div class="bg-white rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow text-center border border-neutral-200">
<div class="aspect-square rounded-lg overflow-hidden mb-3">
<img src="/images/grilles/fresh-air-hing-type.jpg" alt="พัดลมระบายอากาศ" class="w-full h-full object-cover" loading="lazy" />
</div>
<h4 class="font-medium text-neutral-900">พัดลมระบายอากาศ</h4>
</div>
<div class="bg-white rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow text-center border border-neutral-200">
<div class="aspect-square rounded-lg overflow-hidden mb-3">
<img src="/images/grilles/return-air.jpg" alt="ท่อลมแอร์" class="w-full h-full object-cover" loading="lazy" />
</div>
<h4 class="font-medium text-neutral-900">ท่อลมแอร์</h4>
</div>
<div class="bg-white rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow text-center border border-neutral-200">
<div class="aspect-square rounded-lg overflow-hidden mb-3">
<img src="/images/grilles/eye-ball.jpg" alt="ควบคุมอุณหภูมิ" class="w-full h-full object-cover" loading="lazy" />
</div>
<h4 class="font-medium text-neutral-900">ควบคุมอุณหภูมิ</h4>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-neutral-50">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">คำถามที่พบบ่อย</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">ข้อมูลเพิ่มเติมเกี่ยวกับระบบปรับอากาศ</p>
</div>
<div class="space-y-4">
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-center justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">ควรเลือกแอร์ขนาดเท่าไหร่?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">ขึ้นอยู่กับขนาดห้อง โดยทั่วไปห้อง 15 ตร.ม. ใช้ 9,000 BTU ห้อง 20-25 ตร.ม. ใช้ 12,000-18,000 BTU</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-center justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">แอร์ Inverter ดีกว่าอย่างไร?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">แอร์ Inverter ประหยัดไฟกว่า 30-50% เพราะปรับความเร็วคอมเพรสเซอร์ได้ และทำความเย็นเร็วกว่า</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-center justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">ควรล้างแอร์บ่อยแค่ไหน?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">แนะนำล้างแอร์อย่างน้อยปีละ 2 ครั้ง เพื่อให้เครื่องทำงานได้อย่างมีประสิทธิภาพและยืดอายุการใช้งาน</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-center justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">รับประกันอะไรบ้าง?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">ประกันเครื่อง 1-5 ปี ตามยี่ห้อ ประกันการติดตั้ง 30 วัน บริการหลังการขายตลอด 24 ชม.</div>
</details>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-gradient-to-br from-accent-500 to-accent-600 text-white relative overflow-hidden">>
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl lg:text-4xl font-bold mb-4">ต้องการคำแนะนำเพิ่มเติม?</h2>
<p class="text-lg text-white/80 mb-8">ทีมงานผู้เชี่ยวชาญพร้อมให้บริการให้คำปรึกษาฟรี สำหรับการเลือกระบบปรับอากาศที่เหมาะสมกับพื้นที่ของคุณ</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="/contact-us" class="bg-white text-primary-700 py-3 px-8 rounded-xl font-semibold hover:bg-primary-50">ติดต่อสอบถาม</a>
<a href="https://line.me/ti/p/~JPPSELECTION" target="_blank" rel="noopener" class="bg-white/10 hover:bg-white/20 text-white py-3 px-8 rounded-xl font-semibold border border-white/30 flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.63 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.344.282-.629.627-.629h2.386c.349 0 .63.285.63.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.629.63-.629.345 0 .63.284.63.629v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.629.627-.629.349 0 .631.284.631.629v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.629.63-.629.348 0 .63.284.63.629v4.141h1.756c.348 0 .629.283.629.63 0 .344-.282.629-.629.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314"/></svg>
แชท LINE
</a>
</div>
</div>
</section>
</BaseLayout>