Auto-sync from website-creator
This commit is contained in:
@@ -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": "ท่อ UPVC (Unplasticized Polyvinyl Chloride)",
|
||||
"description": "ท่อ UPVC ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร ปริมณฑล ท่อยูพีวีซี ทนสารเคมี ทนความร้อน สำหรับงานอุตสาหกรรม",
|
||||
"image": "https://dealplustech.co.th/images/products-cropped/upvc-pipe_000C.jpg",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/ท่อ-upvc",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="ท่อ UPVC (Unplasticized Polyvinyl Chloride)" description="ท่อ UPVC ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร ปริมณฑล ท่อยูพีวีซี ทนสารเคมี ทนความร้อน สำหรับงานอุตสาหกรรม">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -193,6 +209,82 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- UPVC vs CPVC Comparison -->
|
||||
<section id="comparison" class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">เปรียบเทียบ UPVC กับ CPVC</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full border-collapse bg-gray-50 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">UPVC</th>
|
||||
<th class="px-4 py-3 text-center">CPVC</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y">
|
||||
<tr><td class="px-4 py-2 font-medium">วัสดุ</td><td class="px-4 py-2 text-center">Unplasticized PVC</td><td class="px-4 py-2 text-center">Chlorinated PVC</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">ทนความร้อน</td><td class="px-4 py-2 text-center">สูงสุด 60°C</td><td class="px-4 py-2 text-center">สูงสุด 95°C</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">ทนแรงดัน</td><td class="px-4 py-2 text-center">ดี</td><td class="px-4 py-2 text-center">ดีกว่า</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">ทนการกัดกร่อน</td><td class="px-4 py-2 text-center">ดีเยี่ยม</td><td class="px-4 py-2 text-center">ดีเยี่ยม</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">ราคา</td><td class="px-4 py-2 text-center">ถูกกว่า</td><td class="px-4 py-2 text-center">สูงกว่า 20-30%</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">เหมาะกับ</td><td class="px-4 py-2 text-center">น้ำเย็น, ระบายน้ำ</td><td class="px-4 py-2 text-center">น้ำร้อน, ไอน้ำ</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Schedule Guide -->
|
||||
<section id="schedule" class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">Schedule 40 vs Schedule 80</h2>
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="bg-white p-5 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-3">Schedule 40</h3>
|
||||
<ul class="space-y-2 text-secondary-700 text-sm">
|
||||
<li>• ผนังท่อบางกว่า</li>
|
||||
<li>• น้ำหนักเบากว่า</li>
|
||||
<li>• ราคาถูกกว่า</li>
|
||||
<li>• เหมาะกับงานแรงดันต่ำ-กลาง</li>
|
||||
<li>• เหมาะกับงานระบายน้ำ</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg-white p-5 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-3">Schedule 80</h3>
|
||||
<ul class="space-y-2 text-secondary-700 text-sm">
|
||||
<li>• ผนังท่อหนากว่า</li>
|
||||
<li>• ทนแรงดันได้สูงกว่า</li>
|
||||
<li>• เหมาะกับงานแรงดันสูง</li>
|
||||
<li>• เหมาะกับงานอุตสาหกรรม</li>
|
||||
<li>• ราคาสูงกว่า</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</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: UPVC ใช้กับน้ำร้อนได้ไหม?</h3>
|
||||
<p class="text-secondary-700">ไม่แนะนำ UPVC ทนความร้อนได้สูงสุด 60°C สำหรับน้ำร้อนควรใช้ CPVC หรือ PPR แทน</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: Schedule สูงกว่าหมายถึงอะไร?</h3>
|
||||
<p class="text-secondary-700">Schedule สูงกว่าหมายถึงผนังท่อหนากว่า ทนแรงดันได้สูงกว่า แต่น้ำหนักจะมากกว่าและราคาสูงกว่า</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: UPVC กับ PVC ต่างกันอย่างไร?</h3>
|
||||
<p class="text-secondary-700">UPVC (Unplasticized PVC) คือ PVC ที่ไม่มีสารเพิ่มความยืดหยุ่น ทำให้แข็งแรงและเหมาะกับงานท่อ ส่วน PVC ทั่วไปอาจมีสารเพิ่มความยืดหยุ่นที่ไม่เหมาะกับงานท่อน้ำ</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact CTA -->
|
||||
<section class="cta-gradient py-16">
|
||||
<div class="container-custom text-center">
|
||||
|
||||
Reference in New Issue
Block a user