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": "วาล์ว (Valve) - วาล์วน้ำทุกประเภท",
"description": "จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/products-cropped/valve_000C.jpg",
"offers": {
"@type": "Offer",
"url": "https://dealplustech.co.th/วาล์ว-valve",
"priceCurrency": "THB",
"availability": "https://schema.org/InStock"
}
}
</script>
<BaseLayout title="วาล์ว (Valve) - วาล์วน้ำทุกประเภท" description="จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
<Header slot="header" />
@@ -135,6 +151,56 @@ import Footer from '@/components/common/Footer.astro';
</div>
</section>
<!-- Valve Selection Guide -->
<section id="selection" class="section bg-white">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8">วิธีเลือกวาล์วให้เหมาะสม</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-blue-50 p-5 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-3">Ball Valve (บอลวาล์ว)</h3>
<p class="text-secondary-700 text-sm mb-2">เปิด-ปิดเร็ว ราคาถูก เหมาะกับงานทั่วไป</p>
<p class="text-secondary-600 text-sm">ใช้กับ: น้ำเย็น น้ำร้อน ลม</p>
</div>
<div class="bg-green-50 p-5 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-3">Gate Valve (เกตวาล์ว)</h3>
<p class="text-secondary-700 text-sm mb-2">เปิด-ปิดค่อยเป็นค่อยไป กันย้อนได้</p>
<p class="text-secondary-600 text-sm">ใช้กับ: น้ำ น้ำเสีย ลม</p>
</div>
<div class="bg-orange-50 p-5 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-3">Check Valve (เช็ควาล์ว)</h3>
<p class="text-secondary-700 text-sm mb-2">กันน้ำย้อนอัตโนมัติ</p>
<p class="text-secondary-600 text-sm">ใช้กับ: ป้องกันน้ำย้อน</p>
</div>
<div class="bg-purple-50 p-5 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-3">Globe Valve (โกลบวาล์ว)</h3>
<p class="text-secondary-700 text-sm mb-2">ควบคุมอัตราการไหลได้ละเอียด</p>
<p class="text-secondary-600 text-sm">ใช้กับ: งานที่ต้องปรับอัตราการไหล</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: Ball Valve กับ Gate Valve ต่างกันอย่างไร?</h3>
<p class="text-secondary-700">Ball Valve เปิด-ปิดเร็วด้วยการหมุน 90 องศา ส่วน Gate Valve เปิด-ปิดค่อยเป็นค่อยไปด้วยการหมุนบังคับหลายรอบ Gate Valve กันย้อนได้ดีกว่า</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: วาล์ว Brass กับ PVC ต่างกันอย่างไร?</h3>
<p class="text-secondary-700">Brass แข็งแรงทนแรงดันสูง เหมาะกับงานที่ต้องการความทนทาน PVC ราคาถูกกว่า เหมาะกับงานทั่วไปแรงดันต่ำ</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-gradient py-16">
<div class="container-custom text-center">