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": "เม็กกรู๊ฟ คับปลิ้ง | MECH Grooved Coupling Fitting",
"description": "เม็กกรู๊ฟ คับปลิ้ง นวัตกรรมเพื่อการติดตั้ง ทดแทนการเชื่อม สำหรับท่อเห็กและท่อดับเพลิง ไม่ก่อให้เกิดประกายไฟ ติดตั้งง่าย สะดวกรวดเร็ว ทำให้ประหยัด",
"image": "https://dealplustech.co.th/images/products-misc/MECH_001.jpg",
"offers": {
"@type": "Offer",
"url": "https://dealplustech.co.th/เม็กกรู๊ฟ-คับปลิ้ง",
"priceCurrency": "THB",
"availability": "https://schema.org/InStock"
}
}
</script>
<BaseLayout title="เม็กกรู๊ฟ คับปลิ้ง | MECH Grooved Coupling Fitting" description="เม็กกรู๊ฟ คับปลิ้ง นวัตกรรมเพื่อการติดตั้ง ทดแทนการเชื่อม สำหรับท่อเห็กและท่อดับเพลิง ไม่ก่อให้เกิดประกายไฟ ติดตั้งง่าย สะดวกรวดเร็ว ทำให้ประหยัด">
<Header slot="header" />
@@ -106,6 +122,80 @@ import Footer from '@/components/common/Footer.astro';
</div>
</section>
<!-- Applications Section -->
<section id="applications" 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 lg:grid-cols-4 gap-4">
<div class="bg-blue-50 p-4 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-2">ระบบน้ำ</h3>
<p class="text-secondary-700 text-sm">ท่อประปา ท่อดับเพลิง ระบบท่อน้ำในอาคาร</p>
</div>
<div class="bg-green-50 p-4 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-2">อุตสาหกรรม</h3>
<p class="text-secondary-700 text-sm">โรงงาน ระบบลำเลียง ท่อส่งสารเคมี</p>
</div>
<div class="bg-orange-50 p-4 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-2">งานก่อสร้าง</h3>
<p class="text-secondary-700 text-sm">อาคารสูง สะพาน งานโครงสร้าง</p>
</div>
<div class="bg-gray-50 p-4 rounded-lg">
<h3 class="font-bold text-secondary-900 mb-2">งานซ่อม</h3>
<p class="text-secondary-700 text-sm">เปลี่ยนส่วนที่เสียหาย ไม่ต้องหยุดระบบ</p>
</div>
</div>
</div>
</section>
<!-- Installation Guide -->
<section id="installation" class="section bg-gray-50">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8">ข้อมูลแรงบิดการติดตั้ง</h2>
<div class="overflow-x-auto">
<table class="w-full border-collapse bg-white 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">แรงบิด (Nm)</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"</td><td class="px-4 py-2 text-center">40-50</td><td class="px-4 py-2 text-center">M8</td></tr>
<tr><td class="px-4 py-2 font-medium">1-1/2"</td><td class="px-4 py-2 text-center">60-70</td><td class="px-4 py-2 text-center">M10</td></tr>
<tr><td class="px-4 py-2 font-medium">2"</td><td class="px-4 py-2 text-center">80-100</td><td class="px-4 py-2 text-center">M10</td></tr>
<tr><td class="px-4 py-2 font-medium">2-1/2"</td><td class="px-4 py-2 text-center">100-120</td><td class="px-4 py-2 text-center">M12</td></tr>
<tr><td class="px-4 py-2 font-medium">3"</td><td class="px-4 py-2 text-center">120-140</td><td class="px-4 py-2 text-center">M12</td></tr>
<tr><td class="px-4 py-2 font-medium">4"</td><td class="px-4 py-2 text-center">150-180</td><td class="px-4 py-2 text-center">M14</td></tr>
<tr><td class="px-4 py-2 font-medium">6"</td><td class="px-4 py-2 text-center">200-250</td><td class="px-4 py-2 text-center">M16</td></tr>
</tbody>
</table>
</div>
<p class="text-sm text-secondary-600 mt-4">* ค่าแรงบิดเป็นค่าแนะนำ ควรตรวจสอบตามคำแนะนำของผู้ผลิตแต่ละยี่ห้อ</p>
</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-8">คำถามที่พบบ่อย</h2>
<div class="space-y-4 max-w-4xl">
<div class="bg-gray-50 rounded-lg p-4">
<h3 class="font-semibold text-secondary-900 mb-2">Q: Groove กับ Flange ต่างกันอย่างไร?</h3>
<p class="text-secondary-700">Groove coupling ใช้ร่องที่ตัดที่ตัวท่อและข้อต่อมีบ่ายึด ติดตั้งง่ายและรวดเร็วกว่า Flange ที่ต้องเชื่อมหรือสกรูข้อต่อเข้ากับท่อ</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">Groove coupling ใช้ได้กับท่อเหล็ก (แบบลดน้ำหนัก, แบบหนา), ท่อสแตนเลส, ท่อ HDPE, ท่อ PVC และท่อ GRP</p>
</div>
</div>
</div>
</section>
<!-- Contact CTA -->
<section class="cta-gradient py-16">
<div class="container-custom text-center">