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": "Realflex | สายอ่อนสแตนเลส",
|
||||
"description": "จำหน่ายRealflex สายอ่อนสแตนเลสคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
|
||||
"image": "https://dealplustech.co.th/images/products-cropped/realflex_000C.jpg",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://dealplustech.co.th/realflex",
|
||||
"priceCurrency": "THB",
|
||||
"availability": "https://schema.org/InStock"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<BaseLayout title="Realflex | สายอ่อนสแตนเลส" description="จำหน่ายRealflex สายอ่อนสแตนเลสคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
||||
<Header slot="header" />
|
||||
|
||||
@@ -179,7 +195,162 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Product Overview Section -->
|
||||
<section class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">ผลิตภัณฑ์ Realflex®</h2>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-8">
|
||||
Realflex® นำเสนอผลิตภัณฑ์สายอ่อนสแตนเลสหลากหลายรุ่นสำหรับอุตสาหกรรมดับเพลิงและระบบท่อส่งน้ำ แต่ละรุ่นออกแบบเพื่อตอบโจทย์การใช้งานที่แตกต่างกัน
|
||||
</p>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="bg-white p-6 rounded-lg shadow-sm">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">Realflex® Standard</h3>
|
||||
<p class="text-base text-secondary-700">สายอ่อนสแตนเลสรุ่นมาตรฐาน เหมาะสำหรับระบบสเปร์เกลอร์ทั่วไปในอาคารพาณิชย์และที่พักอาศัย</p>
|
||||
<ul class="mt-3 text-sm text-secondary-600 space-y-1">
|
||||
<li>• ขนาด: DN15 - DN32 (1/2" - 1 1/4")</li>
|
||||
<li>• แรงดันใช้งาน: 14 bar (200 psi)</li>
|
||||
<li>• วัสดุ: AISI 304 Stainless Steel</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-lg shadow-sm">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">Realflex® High Pressure</h3>
|
||||
<p class="text-base text-secondary-700">สายอ่อนสำหรับระบบที่ต้องการแรงดันสูง เหมาะสำหรับโรงงานอุตสาหกรรมหนัก</p>
|
||||
<ul class="mt-3 text-sm text-secondary-600 space-y-1">
|
||||
<li>• ขนาด: DN15 - DN40 (1/2" - 1 1/2")</li>
|
||||
<li>• แรงดันใช้งาน: 20 bar (290 psi)</li>
|
||||
<li>• วัสดุ: AISI 316L Stainless Steel</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-lg shadow-sm">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">Realflex® Quick Connect</h3>
|
||||
<p class="text-base text-secondary-700">รุ่นติดตั้งรวดเร็วด้วยระบบแบร็คเก็ตในตัว ลดเวลาการติดตั้งอย่างมาก</p>
|
||||
<ul class="mt-3 text-sm text-secondary-600 space-y-1">
|
||||
<li>• ระบบ Bracket ในตัว</li>
|
||||
<li>• เข้ากันได้กับ T-bar Ceiling</li>
|
||||
<li>• ปรับระดับได้ง่าย</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-lg shadow-sm">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">อุปกรณ์เสริม Realflex®</h3>
|
||||
<p class="text-base text-secondary-700">อุปกรณ์ติดตั้งครบวงจรสำหรับทุกโครงการ</p>
|
||||
<ul class="mt-3 text-sm text-secondary-600 space-y-1">
|
||||
<li>• Bracket Mounting Kit</li>
|
||||
<li>• Radius Gauge (ตรวจสอบการงอ)</li>
|
||||
<li>• reducer และ Elbow 90°</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Application Guide Section -->
|
||||
<section class="section bg-white">
|
||||
<div class="container-custom">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">การประยุกต์ใช้งานในอุตสาหกรรม</h2>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-8">
|
||||
สายอ่อน Realflex® ถูกออกแบบและทดสอบเพื่อรองรับการใช้งานหลากหลายรูปแบบ ตั้งแต่อาคารทั่วไปจนถึงโรงงานอุตสาหกรรมพิเศษ
|
||||
</p>
|
||||
|
||||
<div class="space-y-6">
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">ระบบดับเพลิงอัตโนมัติ (Sprinkler System)</h3>
|
||||
<p class="text-base text-secondary-700">เชื่อมต่อระหว่างท่อน้ำประปาหลักและหัวสเปร์เกลอร์ ใช้ในอาคารทุกประเภทที่ต้องการระบบดับเพลิงอัตโนมัติ</p>
|
||||
</div>
|
||||
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">อาคารพาณิชย์</h3>
|
||||
<p class="text-base text-secondary-700">ห้างสรรพสินค้า โรงแรม อาคารสำนักงาน โรงพยาบาล โรงเรียน ศูนย์การค้า และอาคารที่พักอาศัยขนาดใหญ่</p>
|
||||
</div>
|
||||
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">โรงงานอุตสาหกรรมพิเศษ</h3>
|
||||
<p class="text-base text-secondary-700">โรงงานผลิตอิเล็กทรอนิกส์ เซมิคอนดักเตอร์ อุตสาหกรรมเคมีบริสุทธิ์ นิวเคลียร์ อาหารและเครื่องดื่ม ยา และห้องปฏิบัติการชีววิทยา</p>
|
||||
</div>
|
||||
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">โรงงานพลังงาน</h3>
|
||||
<p class="text-base text-secondary-700">โรงไฟฟ้า โรงกลั่นน้ำมัน โรงรีดเหล็ก และโรงงานประมวลผลพลังงานทุกประเภท</p>
|
||||
</div>
|
||||
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">พื้นที่เสี่ยงภัย</h3>
|
||||
<p class="text-base text-secondary-700">โรงงานเคมี โรงงานถ่านหิน เหมืองแร่ โรงไม้และกระดาษ ที่ต้องการระบบดับเพลิงพิเศษ</p>
|
||||
</div>
|
||||
|
||||
<div class="border-l-4 border-primary-500 pl-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-2">การใช้งานพิเศษ</h3>
|
||||
<p class="text-base text-secondary-700">รองรับการสั่นสะเทือนจากแผ่นดินไหว ใช้ในพื้นที่ที่ต้องการความยืดหยุ่นสูง และติดตั้งในพื้นที่จำกัด</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 p-6 bg-primary-50 rounded-lg">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">มาตรฐานที่ได้รับ</h3>
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">NFPA 13</span>
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">NFPA 13D</span>
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">NFPA 13R</span>
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">EN 12845</span>
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">UL 2443</span>
|
||||
<span class="px-4 py-2 bg-white rounded-full text-sm font-medium text-primary-700">FM 1637</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ Section -->
|
||||
<section class="section bg-gray-50">
|
||||
<div class="container-custom">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">คำถามที่พบบ่อยเกี่ยวกับ Realflex®</h2>
|
||||
|
||||
<div class="space-y-4">
|
||||
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
|
||||
<div class="p-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">1. Realflex® ทนแรงดันได้เท่าไหร่?</h3>
|
||||
<p class="text-base text-secondary-700">สายอ่อน Realflex® มีแรงดันใช้งานที่ 14 bar (200 psi) และทดสอบแรงดันแตกที่ 70 bar (875 psi) ที่อุณหภูมิห้อง ทนอุณหภูมิสิ่งแวดล้อมได้ถึง 107°C (225°F)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
|
||||
<div class="p-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">2. ติดตั้ง Realflex® ยากไหม?</h3>
|
||||
<p class="text-base text-secondary-700">การติดตั้ง Realflex® ง่ายและรวดเร็ว ไม่ต้องใช้เครื่องมือพิเศษ ไม่ต้องตัด ไม่ต้องเกลียว เพียงใช้ประแจ ขวาน และเทปซีลท่อ สามารถติดตั้งได้ทันทีโดยไม่ต้องระบายน้ำออกจากระบบ</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
|
||||
<div class="p-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">3. Realflex® เหมาะกับการใช้งานในอาคารประเภทใด?</h3>
|
||||
<p class="text-base text-secondary-700">เหมาะสำหรับอาคารทุกประเภทที่ติดตั้งระบบสเปร์เกลอร์ รวมถึงอาคารพาณิชย์ โรงงานอุตสาหกรรม โรงพยาบาล ห้างสรรพสินค้า และโรงแรม รองรับการติดตั้งกับเพดาน T-bar และโครงสร้างทุกรูปแบบ</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
|
||||
<div class="p-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">4. Realflex® มีความทนทานเท่าไหร่?</h3>
|
||||
<p class="text-base text-secondary-700">สายอ่อน Realflex® ผลิตจากสแตนเลส AISI 304 ที่ทนต่อการกัดกร่อน และผ่านการทดสอบการรั่วซึม 100% ก่อนออกจากโรงงาน แต่ละเส้นสามารถตรวจสอบย้อนกลับได้ถึงวันที่ผลิตและกะการผลิต นอกจากนี้ยังสามารถดูดซับแรงสั่นสะเทือนจากแผ่นดินไหวได้</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
|
||||
<div class="p-6">
|
||||
<h3 class="text-lg font-bold text-secondary-900 mb-3">5. ซื้อ Realflex® จากที่ไหนได้?</h3>
|
||||
<p class="text-base text-secondary-700">จำหน่าย Realflex® ผ่านตัวแทนจำหน่ายที่ได้รับอนุญาตทั่วประเทศ สามารถติดต่อผ่าน Line @dealplustech หรือโทร 090-555-1415 เพื่อสอบถามราคาและข้อมูลผลิตภัณฑ์ จัดส่งสินค้าฟรีในกรุงเทพฯ และปริมณฑล</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-gradient py-16">
|
||||
<div class="container-custom text-center">
|
||||
|
||||
Reference in New Issue
Block a user