- Move DURGO from ระบบน้ำ to อุปกรณ์ปรับอากาศ - Add -category suffix to อุปกรณ์ดับเพลิง and ฉนวนหุ้มท่อ category pages - Update Header mega menu with correct category slugs - Fix Footer layout: split categories to 2 columns, remove quick links - Delete unused pages: all-projects, join-us, services, product - All product images fixed to 1:1 aspect ratio
294 lines
22 KiB
Plaintext
294 lines
22 KiB
Plaintext
---
|
|
import BaseLayout from '@/layouts/BaseLayout.astro';
|
|
import Header from '@/components/common/Header.astro';
|
|
import Footer from '@/components/common/Footer.astro';
|
|
---
|
|
|
|
<BaseLayout title="ข้อต่อท่อ SMC (Pipe Coupling)" description="จำหน่ายข้อต่อท่อ SMC (Pipe Coupling) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
|
<Header slot="header" />
|
|
|
|
<main class="bg-white min-h-screen">
|
|
<!-- Product Hero Section -->
|
|
<section class="hero-gradient py-16">
|
|
<div class="container-custom">
|
|
<div class="grid lg:grid-cols-2 gap-12 items-start">
|
|
<div class="lg:sticky lg:top-24">
|
|
<div class="card-glass p-8">
|
|
<img src="/images/pipe-coupling/BG-SMC02.png" alt="ข้อต่อท่อ SMC" class="w-full h-auto rounded-xl" width="600" height="400" loading="eager" fetchpriority="high" decoding="sync" onerror="this.src='/images/logo/dealplustech-logo.png'" />
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<span class="inline-block px-4 py-1.5 bg-white/20 text-white rounded-full text-sm font-medium mb-4">
|
|
ข้อต่อท่อ
|
|
</span>
|
|
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold text-white mb-4">ข้อต่อท่อ SMC (Pipe Coupling)</h1>
|
|
<p class="text-lg sm:text-xl text-white/80 mb-8 leading-relaxed">
|
|
จำหน่ายข้อต่อท่อ SMC (Pipe Coupling) คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
|
</p>
|
|
|
|
<div class="flex flex-wrap gap-4 mb-8">
|
|
<a href="https://line.me/ti/p/~dealplustech" target="_blank" class="btn-white flex items-center gap-2">
|
|
<span>แชท Line</span>
|
|
</a>
|
|
<a href="tel:0905551415" class="btn-white flex items-center gap-2">
|
|
<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="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
|
|
</svg>
|
|
<span>090-555-1415</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="space-y-4">
|
|
<div class="flex items-start space-x-3">
|
|
<svg class="w-6 h-6 text-white mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span class="text-lg text-white/80">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
|
</div>
|
|
<div class="flex items-start space-x-3">
|
|
<svg class="w-6 h-6 text-white mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span class="text-lg text-white/80">ราคาโรงงาน คุ้มค่า</span>
|
|
</div>
|
|
<div class="flex items-start space-x-3">
|
|
<svg class="w-6 h-6 text-white mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span class="text-lg text-white/80">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
|
</div>
|
|
<div class="flex items-start space-x-3">
|
|
<svg class="w-6 h-6 text-white mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span class="text-lg text-white/80">รับประกันสินค้า</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Product Details -->
|
|
<section class="section">
|
|
<div class="container-custom">
|
|
<h2 class="text-2xl font-bold text-secondary-900 mb-4">รายละเอียดสินค้า</h2>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Technical Revolution -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-8 text-center">การปฏิวัติวงการท่อส่งน้ำและก๊าซ</h2>
|
|
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="prose prose-lg max-w-none">
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
<strong>ข้อต่อท่อ SMC</strong> เป็นระบบข้อต่อท่อที่ได้รับการพัฒนามาเพื่อทดแทนการเชื่อมท่อด้วยไฟฟ้าแบบเดิม โดยใช้หลักการบีบอัด (Compression) เข้ากับวงแหวน O-Ring ที่อยู่ภายในตัวข้อต่อ ทำให้สามารถประกอบท่อได้อย่างรวดเร็วและมีความแข็งแรงทนทาน
|
|
</p>
|
|
|
|
<div class="bg-blue-50 border-l-4 border-blue-500 rounded-r-xl p-6 mt-6">
|
|
<h3 class="font-bold text-blue-800 mb-3 text-xl">ข้อดีเด่นของข้อต่อท่อ SMC</h3>
|
|
<ul class="text-blue-700 space-y-2">
|
|
<li>✓ ไม่ต้องใช้เครื่องเชื่อมท่อ - ประหยัดค่าเครื่องมือ</li>
|
|
<li>✓ ไม่ต้องใช้ช่างที่มีประสบการณ์สูง - ทำเองได้ง่ายๆ</li>
|
|
<li>✓ ไม่เกิดประกายไฟ - ปลอดภัยในพื้นที่อันตราย</li>
|
|
<li>✓ ติดตั้งในพื้นที่แคบได้ - คล่องตัวสูง</li>
|
|
<li>✓ สามารถใช้ซ้ำได้ - ประหยัดค่าใช้จ่ายระยะยาว</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Certificates -->
|
|
<section class="section">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-8 text-center">มาตรฐานและการรับรอง</h2>
|
|
|
|
<div class="max-w-4xl mx-auto">
|
|
<img src="/images/pipe-coupling/Certificates-smc.png" alt="มาตรฐานและการรับรองข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-lg mb-8" width="800" height="600" loading="lazy" decoding="async" />
|
|
|
|
<p class="text-lg text-secondary-700 leading-relaxed text-center">
|
|
ข้อต่อท่อ SMC ได้รับการรับรองมาตรฐานจากสถาบันระดับสากล สามารถใช้งานได้กับมาตรฐาน มอก. และมาตรฐานสากลอื่นๆ
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Product Overview -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="grid md:grid-cols-2 gap-6">
|
|
<img src="/images/pipe-coupling/SMC-Page-03.jpg" alt="ภาพรวมข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-04.jpg" alt="ภาพรวมข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Product Types -->
|
|
<section class="section">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-12 text-center">รุ่นของสินค้า</h2>
|
|
|
|
<!-- GR Type -->
|
|
<div class="mb-16">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-6 flex items-center">
|
|
<span class="bg-primary-600 text-white w-10 h-10 rounded-full flex items-center justify-center mr-4">GR</span>
|
|
รุ่น GR / Grip Ring (สำหรับติดตั้งใหม่)
|
|
</h3>
|
|
<div class="grid md:grid-cols-2 gap-8 items-start">
|
|
<div class="bg-white rounded-xl p-6 shadow-sm">
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
<strong>รุ่น GR / Grip Ring</strong> เป็นข้อต่อท่อแบบถอดได้ (Disassembly) เหมาะสำหรับการติดตั้งท่อใหม่ มีวงแหวนกันการเคลื่อนที่ (Grip) อยู่ภายใน ช่วยให้ท่อยึดติดแน่นไม่หลุดแม้ในสภาพแรงดันสูง สามารถถอดประกอบใหม่ได้หลังการติดตั้ง เหมาะสำหรับงานที่ต้องการความยืดหยุ่นในการปรับเปลี่ยนระบบท่อภายหลังและงานที่ต้องการความแข็งแรงพิเศษ
|
|
</p>
|
|
</div>
|
|
<img src="/images/pipe-coupling/SMC-Page-05.jpg" alt="รุ่น GR / Grip Ring" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
|
|
<!-- RCH Type -->
|
|
<div class="mb-16">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-6 flex items-center">
|
|
<span class="bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center mr-4">RCH</span>
|
|
รุ่น RCH (สำหรับงานซ่อม)
|
|
</h3>
|
|
<div class="grid md:grid-cols-2 gap-8 items-start">
|
|
<img src="/images/pipe-coupling/SMC-Page-07.jpg" alt="รุ่น RCH" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<div class="bg-white rounded-xl p-6 shadow-sm">
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
รุ่น RCH เป็นข้อต่อท่อแบบถอดได้เช่นกัน แต่ออกแบบมาเพื่อการซ่อมแซมท่อที่รั่วซึมหรือเสียหาย สามารถติดตั้งได้โดยไม่ต้องตัดท่อส่วนที่เสียหายออก ช่วยประหยัดเวลาและค่าใช้จ่ายในการซ่อมแซม
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Multi-Flex -->
|
|
<div class="mb-16">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-6">Multi-Flex</h3>
|
|
<div class="grid md:grid-cols-2 gap-8 items-start">
|
|
<img src="/images/pipe-coupling/SMC-Page-06.jpg" alt="Multi-Flex" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<div class="bg-white rounded-xl p-6 shadow-sm">
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
Multi-Flex เป็นข้อต่อท่อแบบยืดหยุ่นได้ สามารถรับการเคลื่อนที่ของท่อได้ดี เหมาะสำหรับการติดตั้งในพื้นที่ที่มีการสั่นสะเทือนหรือการเคลื่อนตัวเล็กน้อย
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Repair Clamp -->
|
|
<div class="mb-16">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-6">Repair Clamp</h3>
|
|
<div class="grid md:grid-cols-2 gap-8 items-start">
|
|
<div class="bg-white rounded-xl p-6 shadow-sm">
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
Repair Clamp เป็นอุปกรณ์ซ่อมท่อแบบเร่งด่วน สามารถใช้ห้ามรั่วซึมของท่อได้ทันทีโดยไม่ต้องหยุดระบบน้ำ เหมาะสำหรับการซ่อมฉุกเฉิน
|
|
</p>
|
|
</div>
|
|
<img src="/images/pipe-coupling/SMC-Page-08.jpg" alt="Repair Clamp" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Y.N. Pipe Coupling -->
|
|
<div class="mb-16">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-6">Y.N. Pipe Coupling</h3>
|
|
<div class="grid md:grid-cols-2 gap-8 items-start">
|
|
<img src="/images/pipe-coupling/SMC-Page-09.jpg" alt="Y.N. Pipe Coupling" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<div class="bg-white rounded-xl p-6 shadow-sm">
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
Y.N. Pipe Coupling เป็นข้อต่อท่อรูปตัว Y สำหรับการเชื่อมต่อท่อแยก ออกแบบมาเพื่อการติดตั้งระบบท่อที่ต้องการแยกทิศทางการไหลของน้ำหรือก๊าซ
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Installation -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-12 text-center">วิธีการติดตั้ง</h2>
|
|
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="bg-white rounded-xl p-8 shadow-md">
|
|
<p class="text-secondary-700 leading-relaxed mb-4">
|
|
<strong>ขั้นตอนที่ 1:</strong> ตัดท่อให้ได้ขนาดที่ต้องการ จากนั้นใช้กระดาษทรายหรือเครื่องขัดทำความสะอาดผิวท่อบริเวณที่จะติดตั้งข้อต่อ ให้ผิวท่อเรียบและสะอาด ตรวจสอบว่าปากท่อเรียบไม่มีรอยแตกร้าว และไม่บวมจากความร้อน
|
|
</p>
|
|
<p class="text-secondary-700 leading-relaxed mb-4">
|
|
<strong>ขั้นตอนที่ 2:</strong> สวมข้อต่อท่อ SMC เข้ากับปากท่อที่เตรียมไว้ จากนั้นใช้ประแจเลื้อยหรือประแจที่เหมาะสมขันสกรูที่อยู่บนข้อต่อให้แน่น ควรขันสกรูทั้งสองข้างให้สม่ำเสมอกัน เพื่อให้แรงกดกระจายตัวอย่างเท่าเทียม
|
|
</p>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
<strong>ขั้นตอนที่ 3:</strong> หลังจากติดตั้งเสร็จ ให้เปิดน้ำหรือก๊าซเพื่อทดสอบการรั่วซึม ตรวจสอบบริเวณข้อต่อทั้งหมดว่ามีน้ำหรือก๊าซรั่วซึมหรือไม่ หากพบการรั่วซึม ให้ขันสกรูให้แน่นขึ้นอีกเล็กน้อย หรือถอดออกแล้วติดตั้งใหม่
|
|
</p>
|
|
</div>
|
|
|
|
<div class="mt-8">
|
|
<img src="/images/pipe-coupling/SMC-Page-17.jpg" alt="วิธีการติดตั้งข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-lg mb-6" width="800" height="600" loading="lazy" decoding="async" />
|
|
<div class="grid md:grid-cols-2 gap-6">
|
|
<img src="/images/pipe-coupling/SMC-Page-16.jpg" alt="วิธีการติดตั้งข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-21.jpg" alt="วิธีการติดตั้งข้อต่อท่อ SMC" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Specifications -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-12 text-center">ข้อมูลจำเพาะ</h2>
|
|
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="grid md:grid-cols-2 gap-6">
|
|
<img src="/images/pipe-coupling/SMC-Page-12.jpg" alt="ข้อมูลจำเพาะ" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-14.jpg" alt="ข้อมูลจำเพาะ" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-18.jpg" alt="ข้อมูลจำเพาะ" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-20.jpg" alt="ข้อมูลจำเพาะ" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-15.jpg" alt="ข้อมูลจำเพาะ" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Usage Examples -->
|
|
<section class="section">
|
|
<div class="container-custom">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-12 text-center">ตัวอย่างการใช้งาน</h2>
|
|
|
|
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
<img src="/images/pipe-coupling/SMC-Page-11.jpg" alt="ตัวอย่างการใช้งาน" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-10.jpg" alt="ตัวอย่างการใช้งาน" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
<img src="/images/pipe-coupling/SMC-Page-22.jpg" alt="ตัวอย่างการใช้งาน" class="w-full h-auto rounded-xl shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA Section -->
|
|
<section class="cta-gradient py-16">
|
|
<div class="container-custom text-center">
|
|
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">สนใจสินค้าของเรา?</h2>
|
|
<p class="text-xl text-white/80 mb-8 max-w-2xl mx-auto">
|
|
ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ
|
|
</p>
|
|
<div class="flex flex-wrap justify-center gap-4">
|
|
<a href="https://line.me/ti/p/~dealplustech" target="_blank" class="btn-white flex items-center gap-2">
|
|
<span>แชท Line</span>
|
|
</a>
|
|
<a href="tel:0905551415" class="btn-white flex items-center gap-2">
|
|
<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="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
|
|
</svg>
|
|
<span>090-555-1415</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<Footer slot="footer" />
|
|
</BaseLayout>
|