fix: Add id=product-specs to specs section, merge content for PPR page

This commit is contained in:
Kunthawat
2026-03-17 09:30:33 +07:00
parent 6fa8b2f5d9
commit 546dcd350f
26 changed files with 81 additions and 43 deletions

View File

@@ -14,18 +14,6 @@ import Footer from '@/components/common/Footer.astro';
<div class="lg:sticky lg:top-24">
<div class="card p-8 bg-white">
<img src="/images/products-cropped/HDPE-Welding2.jpg" alt="Product" class="w-full h-auto rounded-xl" onerror="this.src='/images/logo/dealplustech-logo.png'" />
<div class="mt-8 p-6 bg-green-50 rounded-xl border border-green-200">
<div class="prose prose-lg max-w-none text-secondary-700">
<strong>ประเภทเครื่องเชื่อมท่อ HDPE:</strong>
<ul class="list-disc pl-5 space-y-2 mt-2">
<li>เครื่องเชื่อมแบบ Butt Fusion (เชื่อมปลายท่อ)</li>
<li>เครื่องเชื่อมแบบ Electrofusion (เชื่อมด้วยไฟฟ้า)</li>
<li>เครื่องเชื่อมแบบ Socket Fusion (เชื่อมซ็อกเก็ต)</li>
<li>เครื่องเชื่อมแบบ Stab Pipe (เชื่อมแบบสแต็บ)</li>
</ul>
</div>
</div>
</div>
</div>
@@ -126,21 +114,32 @@ import Footer from '@/components/common/Footer.astro';
</div>
</section>
<section class="section bg-white">
<section id="product-specs" class="section bg-white">
<div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
<div class="prose prose-lg max-w-none">
<p class="text-base text-secondary-700 leading-relaxed mb-4">เครื่องเชื่อมท่อ HDPE เป็นอุปกรณ์สำคัญสำหรับงานติดตั้งระบบท่อ HDPE ใช้สำหรับเชื่อมต่อท่อ HDPE เข้าด้วยกันอย่างแน่นสนิท ไม่มีรอยรั่ว เหมาะสำหรับงานระบบประปา งานชลประทาน งานระบายน้ำ และงานอุตสาหกรรม</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทเครื่องเชื่อมท่อ HDPE:</strong></p>
<ul class="list-disc pl-6 mb-4 space-y-2">
<li>เครื่องเชื่อมแบบ Butt Fusion (เชื่อมปลายท่อ)</li>
<li>เครื่องเชื่อมแบบ Electrofusion (เชื่อมด้วยไฟฟ้า)</li>
<li>เครื่องเชื่อมแบบ Socket Fusion (เชื่อมซ็อกเก็ต)</li>
<li>เครื่องเชื่อมแบบ Stab Pipe (เชื่อมแบบสแต็บ)</li>
</ul>
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทของเครื่องเชื่อมท่อ HDPE:</strong></p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">1. <strong>Butt Fusion (เชื่อมปลายท่อ)</strong> - เหมาะสำหรับท่อขนาดใหญ่ ขนาด 50mm ขึ้นไป การเชื่อมจะทำโดยการทำให้ปลายท่อร้อนแล้วกดเชื่อมเข้าด้วยกัน</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">2. <strong>Electrofusion (เชื่อมด้วยไฟฟ้า)</strong> - ใช้ข้อต่อแบบ Electrofusion ที่มีขดลวดภายใน เมื่อต่อไฟฟ้าจะทำให้ขดลวดร้อนและเชื่อมท่อเข้าด้วยกัน</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">3. <strong>Socket Fusion (เชื่อมซ็อกเก็ต)</strong> - เหมาะสำหรับท่อขนาดเล็ก ขนาด 20-63mm ใช้หัวเชื่อมที่ทำให้ท่อร้อนแล้วสวมเข้าด้วยกัน</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ข้อดีของการเชื่อมท่อ HDPE:</strong></p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">- รอยเชื่อมแข็งแรงเท่ากับตัวท่อ</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">- ไม่มีรอยรั่วที่จุดเชื่อม</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">- ราคาถูกกว่าวิธีอื่น</p>
<p class="text-base text-secondary-700 leading-relaxed mb-4">- รวดเร็วและง่าย</p>
<ul class="list-disc pl-6 mb-4 space-y-2">
<li>รอยเชื่อมแข็งแรงเท่ากับตัวท่อ</li>
<li>ไม่มีรอยรั่วที่จุดเชื่อม</li>
<li>ราคาถูกกว่าวิธีอื่น</li>
<li>รวดเร็วและง่าย</li>
</ul>
</div>
</div>
</div>