Auto-sync from website-creator
This commit is contained in:
@@ -4,6 +4,23 @@ 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": "ท่อ PPR ตราช้าง (SCG)",
|
||||
"description": "ท่อ PPR ตราช้าง (SCG) ผลิตจากเม็ดพลาสติก PP-R 80 มาตรฐานยุโรป ทนแรงดัน 20 บาร์ ทนอุณหภูมิ 95°C ราคาถูก ส่งฟรี กทม. ปริมณฑล",
|
||||
"image": "https://dealplustech.co.th/images/products-cropped/ppr-scg.jpg",
|
||||
"brand": "SCG",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/ท่อพีพีอาร์ตราช้าง",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="ท่อ PPR ตราช้าง (SCG)" description="ท่อ PPR ตราช้าง (SCG) ผลิตจากเม็ดพลาสติก PP-R 80 มาตรฐานยุโรป ทนแรงดัน 20 บาร์ ทนอุณหภูมิ 95°C ราคาถูก ส่งฟรี กทม. ปริมณฑล">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -149,6 +166,79 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- SCG Heritage Section -->
|
||||
<section id="heritage" class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-8">ท่อ PPR ตราช้าง SCG</h2>
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<p class="text-lg text-secondary-700 mb-4">ท่อ PPR ตราช้าง เป็นผลิตภัณฑ์จาก <strong>SCG (Siam Cement Group)</strong> ผู้นำด้านวัสดุก่อสร้างและท่อ PVC ชั้นนำของประเทศไทย มีประสบการณ์ในการผลิตท่อมากว่า 40 ปี</p>
|
||||
<ul class="space-y-2 text-secondary-700">
|
||||
<li class="flex items-start gap-2"><span class="text-primary-600">✓</span> ผลิตจากโพลีโพรพิลีนเกรดพรีเมียม</li>
|
||||
<li class="flex items-start gap-2"><span class="text-primary-600">✓</span> มาตรฐาน มอก. เลขที่ 253-2522</li>
|
||||
<li class="flex items-start gap-2"><span class="text-primary-600">✓</span> ผ่านการรับรองคุณภาพระดับสากล</li>
|
||||
<li class="flex items-start gap-2"><span class="text-primary-600">✓</span> รับประกันคุณภาพจาก SCG</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-5 rounded-lg">
|
||||
<h3 class="font-bold text-secondary-900 mb-3">ข้อดีของท่อ SCG</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>
|
||||
|
||||
<!-- Pressure Rating Guide -->
|
||||
<section id="pressure" 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">SDR</th>
|
||||
<th class="px-4 py-3 text-center">แรงดันสูงสุด (bar)</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">PN 10</td><td class="px-4 py-2 text-center">SDR 11</td><td class="px-4 py-2 text-center">10 bar</td><td class="px-4 py-2">ระบบน้ำเย็นทั่วไป</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">PN 16</td><td class="px-4 py-2 text-center">SDR 7.4</td><td class="px-4 py-2 text-center">16 bar</td><td class="px-4 py-2">ระบบน้ำร้อน, ระบบที่ต้องการแรงดันสูง</td></tr>
|
||||
<tr><td class="px-4 py-2 font-medium">PN 20</td><td class="px-4 py-2 text-center">SDR 6</td><td class="px-4 py-2 text-center">20 bar</td><td class="px-4 py-2">อุตสาหกรรม, ระบบที่ต้องการแรงดันสูงมาก</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</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: ท่อ PPR ตราช้าง ต่างจากท่อ PPR ยี่ห้ออื่นอย่างไร?</h3>
|
||||
<p class="text-secondary-700">ท่อ PPR ตราช้าง ผลิตจาก SCG ซึ่งมีมาตรฐานการผลิตสูง ผ่านการรับรอง มอก. มีศูนย์บริการและอะไหล่ทั่วประเทศ รับประกันคุณภาพจากผู้ผลิต</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-secondary-900 mb-2">Q: SDR ที่แนะนำสำหรับน้ำร้อนคือเท่าไหร่?</h3>
|
||||
<p class="text-secondary-700">สำหรับระบบน้ำร้อน แนะนำใช้ SDR7.4 (PN16) เนื่องจากทนแรงดันและอุณหภูมิสูงได้ดีกว่า SDR11</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">ท่อ PPR ตราช้าง มีการรับประกันจาก SCG ตามเงื่อนไขที่กำหนด กรุณาติดต่อศูนย์บริการ SCG สำหรับรายละเอียด</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Price List Download -->
|
||||
<section class="section bg-secondary-50">
|
||||
<div class="container-custom">
|
||||
|
||||
Reference in New Issue
Block a user