fix: Change text-base to text-lg for all pages
This commit is contained in:
@@ -35,7 +35,7 @@ const mainCategories = [
|
|||||||
<div class="flex items-center mb-4">
|
<div class="flex items-center mb-4">
|
||||||
<img src="/images/logo/dealplustech-logo.png" alt="Deal Plus Tech" class="h-10 w-auto" />
|
<img src="/images/logo/dealplustech-logo.png" alt="Deal Plus Tech" class="h-10 w-auto" />
|
||||||
</div>
|
</div>
|
||||||
<p class="text-secondary-600 text-base mb-6">
|
<p class="text-secondary-600 text-lg mb-6">
|
||||||
ผู้เชี่ยวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
ผู้เชี่ยวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
||||||
</p>
|
</p>
|
||||||
<div class="flex space-x-4">
|
<div class="flex space-x-4">
|
||||||
@@ -53,7 +53,7 @@ const mainCategories = [
|
|||||||
<h3 class="text-lg font-bold mb-4">หมวดหมู่หลัก</h3>
|
<h3 class="text-lg font-bold mb-4">หมวดหมู่หลัก</h3>
|
||||||
<ul class="space-y-2">
|
<ul class="space-y-2">
|
||||||
{mainCategories.slice(0, 8).map(cat => (
|
{mainCategories.slice(0, 8).map(cat => (
|
||||||
<li><a href={cat.slug} class="text-secondary-600 hover:text-green-600 transition-colors text-base">{cat.name}</a></li>
|
<li><a href={cat.slug} class="text-secondary-600 hover:text-green-600 transition-colors text-lg">{cat.name}</a></li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,7 +63,7 @@ const mainCategories = [
|
|||||||
<h3 class="text-lg font-bold mb-4"> </h3>
|
<h3 class="text-lg font-bold mb-4"> </h3>
|
||||||
<ul class="space-y-2">
|
<ul class="space-y-2">
|
||||||
{mainCategories.slice(8, 16).map(cat => (
|
{mainCategories.slice(8, 16).map(cat => (
|
||||||
<li><a href={cat.slug} class="text-secondary-600 hover:text-green-600 transition-colors text-base">{cat.name}</a></li>
|
<li><a href={cat.slug} class="text-secondary-600 hover:text-green-600 transition-colors text-lg">{cat.name}</a></li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,10 +73,10 @@ const mainCategories = [
|
|||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
<h3 class="text-lg font-bold mb-4">ลิงก์ด่วน</h3>
|
<h3 class="text-lg font-bold mb-4">ลิงก์ด่วน</h3>
|
||||||
<ul class="space-y-2">
|
<ul class="space-y-2">
|
||||||
<li><a href="/about-us" class="text-secondary-600 hover:text-green-600 transition-colors text-base">เกี่ยวกับเรา</a></li>
|
<li><a href="/about-us" class="text-secondary-600 hover:text-green-600 transition-colors text-lg">เกี่ยวกับเรา</a></li>
|
||||||
<li><a href="/all-products" class="text-secondary-600 hover:text-green-600 transition-colors text-base">สินค้าทั้งหมด</a></li>
|
<li><a href="/all-products" class="text-secondary-600 hover:text-green-600 transition-colors text-lg">สินค้าทั้งหมด</a></li>
|
||||||
<li><a href="/portfolio" class="text-secondary-600 hover:text-green-600 transition-colors text-base">ผลงาน</a></li>
|
<li><a href="/portfolio" class="text-secondary-600 hover:text-green-600 transition-colors text-lg">ผลงาน</a></li>
|
||||||
<li><a href="/contact-us" class="text-secondary-600 hover:text-green-600 transition-colors text-base">ติดต่อเรา</a></li>
|
<li><a href="/contact-us" class="text-secondary-600 hover:text-green-600 transition-colors text-lg">ติดต่อเรา</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -86,20 +86,20 @@ const mainCategories = [
|
|||||||
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" 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" />
|
<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>
|
</svg>
|
||||||
<span class="text-secondary-600 text-base">090-555-1415</span>
|
<span class="text-secondary-600 text-lg">090-555-1415</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex items-start space-x-3">
|
<li class="flex items-start space-x-3">
|
||||||
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-secondary-600 text-base">dealplustech@gmail.com</span>
|
<span class="text-secondary-600 text-lg">dealplustech@gmail.com</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex items-start space-x-3">
|
<li class="flex items-start space-x-3">
|
||||||
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-secondary-600 text-base">กรุงเทพมหานคร และปริมณฑล</span>
|
<span class="text-secondary-600 text-lg">กรุงเทพมหานคร และปริมณฑล</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,13 +107,13 @@ const mainCategories = [
|
|||||||
|
|
||||||
<div class="border-t border-gray-200 pt-6">
|
<div class="border-t border-gray-200 pt-6">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
|
<div class="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
|
||||||
<p class="text-secondary-500 text-sm sm:text-base">
|
<p class="text-secondary-500 text-sm sm:text-lg">
|
||||||
© {currentYear} Deal Plus Tech. สงวนลิขสิทธิ์
|
© {currentYear} Deal Plus Tech. สงวนลิขสิทธิ์
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-wrap justify-center gap-3 sm:gap-6">
|
<div class="flex flex-wrap justify-center gap-3 sm:gap-6">
|
||||||
<a href="/privacy-policy" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-base">นโยบายความเป็นส่วนตัว</a>
|
<a href="/privacy-policy" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-lg">นโยบายความเป็นส่วนตัว</a>
|
||||||
<a href="/terms-and-conditions" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-base">ข้อกำหนดการใช้งาน</a>
|
<a href="/terms-and-conditions" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-lg">ข้อกำหนดการใช้งาน</a>
|
||||||
<button onclick="openConsentPreferences()" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-base">
|
<button onclick="openConsentPreferences()" class="text-secondary-500 hover:text-green-600 transition-colors text-sm sm:text-lg">
|
||||||
การตั้งค่าคุกกี้
|
การตั้งค่าคุกกี้
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -74,12 +74,12 @@ const categories = [
|
|||||||
|
|
||||||
<!-- Desktop Navigation -->
|
<!-- Desktop Navigation -->
|
||||||
<nav class="hidden lg:flex items-center space-x-1">
|
<nav class="hidden lg:flex items-center space-x-1">
|
||||||
<a href="/" class="px-4 py-2 text-base font-medium text-secondary-700 hover:text-green-600 transition-colors">หน้าแรก</a>
|
<a href="/" class="px-4 py-2 text-lg font-medium text-secondary-700 hover:text-green-600 transition-colors">หน้าแรก</a>
|
||||||
<a href="/about-us" class="px-4 py-2 text-base font-medium text-secondary-700 hover:text-green-600 transition-colors">เกี่ยวกับเรา</a>
|
<a href="/about-us" class="px-4 py-2 text-lg font-medium text-secondary-700 hover:text-green-600 transition-colors">เกี่ยวกับเรา</a>
|
||||||
|
|
||||||
<!-- Products Mega Menu -->
|
<!-- Products Mega Menu -->
|
||||||
<div class="relative group">
|
<div class="relative group">
|
||||||
<button class="px-4 py-2 text-base font-medium text-secondary-700 group-hover:text-green-600 transition-colors flex items-center space-x-1">
|
<button class="px-4 py-2 text-lg font-medium text-secondary-700 group-hover:text-green-600 transition-colors flex items-center space-x-1">
|
||||||
<span>สินค้า</span>
|
<span>สินค้า</span>
|
||||||
<svg class="w-4 h-4 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-4 h-4 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
|
||||||
@@ -96,7 +96,7 @@ const categories = [
|
|||||||
<ul class="space-y-2">
|
<ul class="space-y-2">
|
||||||
{cat.subcategories.map(sub => (
|
{cat.subcategories.map(sub => (
|
||||||
<li>
|
<li>
|
||||||
<a href={sub.slug} class="block text-base text-secondary-600 hover:text-green-600 transition-colors">
|
<a href={sub.slug} class="block text-lg text-secondary-600 hover:text-green-600 transition-colors">
|
||||||
{sub.name}
|
{sub.name}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -109,8 +109,8 @@ const categories = [
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/portfolio" class="px-4 py-2 text-base font-medium text-secondary-700 hover:text-green-600 transition-colors">ผลงาน</a>
|
<a href="/portfolio" class="px-4 py-2 text-lg font-medium text-secondary-700 hover:text-green-600 transition-colors">ผลงาน</a>
|
||||||
<a href="/contact-us" class="px-4 py-2 text-base font-medium text-secondary-700 hover:text-green-600 transition-colors">ติดต่อเรา</a>
|
<a href="/contact-us" class="px-4 py-2 text-lg font-medium text-secondary-700 hover:text-green-600 transition-colors">ติดต่อเรา</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- Contact Button -->
|
<!-- Contact Button -->
|
||||||
@@ -134,11 +134,11 @@ const categories = [
|
|||||||
<!-- Mobile Menu -->
|
<!-- Mobile Menu -->
|
||||||
<div id="mobile-menu" class="lg:hidden hidden pb-4">
|
<div id="mobile-menu" class="lg:hidden hidden pb-4">
|
||||||
<nav class="flex flex-col space-y-2">
|
<nav class="flex flex-col space-y-2">
|
||||||
<a href="/" class="px-4 py-3 text-base font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">หน้าแรก</a>
|
<a href="/" class="px-4 py-3 text-lg font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">หน้าแรก</a>
|
||||||
<a href="/about-us" class="px-4 py-3 text-base font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">เกี่ยวกับเรา</a>
|
<a href="/about-us" class="px-4 py-3 text-lg font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">เกี่ยวกับเรา</a>
|
||||||
<a href="/pipe" class="px-4 py-3 text-base font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">สินค้าทั้งหมด</a>
|
<a href="/pipe" class="px-4 py-3 text-lg font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">สินค้าทั้งหมด</a>
|
||||||
<a href="/portfolio" class="px-4 py-3 text-base font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">ผลงาน</a>
|
<a href="/portfolio" class="px-4 py-3 text-lg font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">ผลงาน</a>
|
||||||
<a href="/contact-us" class="px-4 py-3 text-base font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">ติดต่อเรา</a>
|
<a href="/contact-us" class="px-4 py-3 text-lg font-medium text-secondary-700 hover:bg-green-50 hover:text-green-600 rounded-lg transition-colors">ติดต่อเรา</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ const siteUrl = 'https://dealplustech.co.th';
|
|||||||
<div class="flex flex-col md:flex-row items-center justify-between gap-6">
|
<div class="flex flex-col md:flex-row items-center justify-between gap-6">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<h3 class="text-xl font-bold mb-2">เราใช้คุกกี้เพื่อประสบการณ์ที่ดีที่สุด</h3>
|
<h3 class="text-xl font-bold mb-2">เราใช้คุกกี้เพื่อประสบการณ์ที่ดีที่สุด</h3>
|
||||||
<p class="text-secondary-300 text-base">
|
<p class="text-secondary-300 text-lg">
|
||||||
เว็บไซต์ของเราใช้คุกกี้เพื่อเพิ่มประสิทธิภาพการใช้งาน วิเคราะห์การจราจร และแสดงเนื้อหาที่เหมาะสม
|
เว็บไซต์ของเราใช้คุกกี้เพื่อเพิ่มประสิทธิภาพการใช้งาน วิเคราะห์การจราจร และแสดงเนื้อหาที่เหมาะสม
|
||||||
คุณสามารถยอมรับหรือปฏิเสธคุกกี้บางประเภทได้
|
คุณสามารถยอมรับหรือปฏิเสธคุกกี้บางประเภทได้
|
||||||
</p>
|
</p>
|
||||||
@@ -97,7 +97,7 @@ const siteUrl = 'https://dealplustech.co.th';
|
|||||||
<div class="flex justify-between items-start mb-2">
|
<div class="flex justify-between items-start mb-2">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ที่จำเป็น</h3>
|
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ที่จำเป็น</h3>
|
||||||
<p class="text-secondary-600 text-base">จำเป็นสำหรับการทำงานของเว็บไซต์ ไม่สามารถปิดได้</p>
|
<p class="text-secondary-600 text-lg">จำเป็นสำหรับการทำงานของเว็บไซต์ ไม่สามารถปิดได้</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="relative inline-flex items-center cursor-not-allowed">
|
<label class="relative inline-flex items-center cursor-not-allowed">
|
||||||
<input type="checkbox" checked disabled class="sr-only peer" />
|
<input type="checkbox" checked disabled class="sr-only peer" />
|
||||||
@@ -110,7 +110,7 @@ const siteUrl = 'https://dealplustech.co.th';
|
|||||||
<div class="flex justify-between items-start mb-2">
|
<div class="flex justify-between items-start mb-2">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ประสิทธิภาพ</h3>
|
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ประสิทธิภาพ</h3>
|
||||||
<p class="text-secondary-600 text-base">ช่วยเราวิเคราะห์การใช้งานเว็บไซต์</p>
|
<p class="text-secondary-600 text-lg">ช่วยเราวิเคราะห์การใช้งานเว็บไซต์</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="relative inline-flex items-center cursor-pointer">
|
<label class="relative inline-flex items-center cursor-pointer">
|
||||||
<input type="checkbox" id="consent-analytics" class="sr-only peer" />
|
<input type="checkbox" id="consent-analytics" class="sr-only peer" />
|
||||||
@@ -123,7 +123,7 @@ const siteUrl = 'https://dealplustech.co.th';
|
|||||||
<div class="flex justify-between items-start mb-2">
|
<div class="flex justify-between items-start mb-2">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้การตลาด</h3>
|
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้การตลาด</h3>
|
||||||
<p class="text-secondary-600 text-base">ใช้สำหรับแสดงโฆษณาที่เกี่ยวข้อง</p>
|
<p class="text-secondary-600 text-lg">ใช้สำหรับแสดงโฆษณาที่เกี่ยวข้อง</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="relative inline-flex items-center cursor-pointer">
|
<label class="relative inline-flex items-center cursor-pointer">
|
||||||
<input type="checkbox" id="consent-marketing" class="sr-only peer" />
|
<input type="checkbox" id="consent-marketing" class="sr-only peer" />
|
||||||
|
|||||||
@@ -14,15 +14,15 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">เกี่ยวกับเรา</h1>
|
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">เกี่ยวกับเรา</h1>
|
||||||
<div class="card p-8 md:p-12 bg-white">
|
<div class="card p-8 md:p-12 bg-white">
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-6">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
||||||
<strong>บริษัท ดีล พลัส เทค จำกัด</strong> เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
<strong>บริษัท ดีล พลัส เทค จำกัด</strong> เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-6">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
||||||
บริษัท ดีล พลัส เทค จำกัด ได้ก่อตั้งเพื่อดำเนินธุรกิจจัดจำหน่าย ท่อน้ำ อุปกรณ์ท่อน้ำ ในระบบประปาทั่วไป (ระบบน้ำดี น้ำเสีย ระบบรับแรงดัน ระบบระบายน้ำ) ระบบประปาอุตสาหกรรมเคมี ระบบประปาเกษตร ระบบการชลประทาน โดยทางบริษัทได้จัดจำหน่ายสินค้าที่ได้รับความนิยมอย่างแพร่หลาย สินค้าที่มีนวัตกรรมใหม่ๆ คุณภาพสูง มีมาตรฐานเป็นที่ยอมรับ อาทิเช่น
|
บริษัท ดีล พลัส เทค จำกัด ได้ก่อตั้งเพื่อดำเนินธุรกิจจัดจำหน่าย ท่อน้ำ อุปกรณ์ท่อน้ำ ในระบบประปาทั่วไป (ระบบน้ำดี น้ำเสีย ระบบรับแรงดัน ระบบระบายน้ำ) ระบบประปาอุตสาหกรรมเคมี ระบบประปาเกษตร ระบบการชลประทาน โดยทางบริษัทได้จัดจำหน่ายสินค้าที่ได้รับความนิยมอย่างแพร่หลาย สินค้าที่มีนวัตกรรมใหม่ๆ คุณภาพสูง มีมาตรฐานเป็นที่ยอมรับ อาทิเช่น
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="list-disc pl-6 mb-6 space-y-2 text-base text-secondary-700">
|
<ul class="list-disc pl-6 mb-6 space-y-2 text-lg text-secondary-700">
|
||||||
<li>ท่อ PP-R (Polypropylene copolymer random),เครื่องเชื่อมท่อ PP-R</li>
|
<li>ท่อ PP-R (Polypropylene copolymer random),เครื่องเชื่อมท่อ PP-R</li>
|
||||||
<li>ท่อดับเพลิง และ Groove Coupling</li>
|
<li>ท่อดับเพลิง และ Groove Coupling</li>
|
||||||
<li>ท่อ Syler</li>
|
<li>ท่อ Syler</li>
|
||||||
@@ -30,37 +30,37 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>แผ่นความร้อนและเครื่องเชื่อมท่อ HDPE</li>
|
<li>แผ่นความร้อนและเครื่องเชื่อมท่อ HDPE</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-6">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
||||||
<strong>งานระบบ งานแอร์ แอร์ งานท่อระบบ หัวจ่ายแอร์ ฉนวน Insulation</strong><br/>
|
<strong>งานระบบ งานแอร์ แอร์ งานท่อระบบ หัวจ่ายแอร์ ฉนวน Insulation</strong><br/>
|
||||||
ระบบ Water Treatment, UV, RO, UF Water, DI&EDI Water, Softener, Sand Filter, Carbon Filter
|
ระบบ Water Treatment, UV, RO, UF Water, DI&EDI Water, Softener, Sand Filter, Carbon Filter
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-6">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
||||||
<strong>Pipe Coupling</strong> อุปกรณ์ซ่อมท่อที่ชำรุดหรือท่อรั่ว อุปกรณ์ยึดท่อให้เชื่อมต่อกัน โดยไม่ต้องเชื่อมท่อ
|
<strong>Pipe Coupling</strong> อุปกรณ์ซ่อมท่อที่ชำรุดหรือท่อรั่ว อุปกรณ์ยึดท่อให้เชื่อมต่อกัน โดยไม่ต้องเชื่อมท่อ
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-6">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
||||||
พร้อมกันนี้ทางบริษัทได้จัดจำหน่ายอุปกรณ์เกี่ยวกับระบบประปาไม่ว่าจะเป็นข้อต่อต่างๆ และ อุปกรณ์อื่ๆ
|
พร้อมกันนี้ทางบริษัทได้จัดจำหน่ายอุปกรณ์เกี่ยวกับระบบประปาไม่ว่าจะเป็นข้อต่อต่างๆ และ อุปกรณ์อื่ๆ
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-4">จัดจำหน่าย:</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-4">จัดจำหน่าย:</h2>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">
|
||||||
ท่อ PPR ตราช้าง, ท่อพีพีอาร์, ท่อ PPR, ท่อ HDPE, Thai PPR, รั้วตาข่าย
|
ท่อ PPR ตราช้าง, ท่อพีพีอาร์, ท่อ PPR, ท่อ HDPE, Thai PPR, รั้วตาข่าย
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-4 mt-8">Contact Details</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-4 mt-8">Contact Details</h2>
|
||||||
<div class="bg-green-50 p-6 rounded-xl">
|
<div class="bg-green-50 p-6 rounded-xl">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-2">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-2">
|
||||||
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
||||||
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
||||||
</p>
|
</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-2">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-2">
|
||||||
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล
|
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-2">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-2">
|
||||||
<strong>โทร:</strong> 090-555-1415
|
<strong>โทร:</strong> 090-555-1415
|
||||||
</p>
|
</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
<strong>อีเมล:</strong> dealplustech@gmail.com
|
<strong>อีเมล:</strong> dealplustech@gmail.com
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ const productCategories = [
|
|||||||
<div class="container-custom">
|
<div class="container-custom">
|
||||||
<div class="text-center mb-12">
|
<div class="text-center mb-12">
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4">สินค้าทั้งหมด</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4">สินค้าทั้งหมด</h1>
|
||||||
<p class="text-base sm:text-lg text-secondary-600 max-w-2xl mx-auto">
|
<p class="text-lg sm:text-lg text-secondary-600 max-w-2xl mx-auto">
|
||||||
รวมสินค้าคุณภาพสูงของเราทั้งหมด จำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE รั้วตาข่าย และอุปกรณ์ระบบน้ำครบวงจร
|
รวมสินค้าคุณภาพสูงของเราทั้งหมด จำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE รั้วตาข่าย และอุปกรณ์ระบบน้ำครบวงจร
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -188,7 +188,7 @@ const productCategories = [
|
|||||||
{category.products.map(product => (
|
{category.products.map(product => (
|
||||||
<a href={product.slug} class="block p-4 rounded-xl border border-gray-200 hover:border-green-500 hover:bg-green-50 transition-all text-center">
|
<a href={product.slug} class="block p-4 rounded-xl border border-gray-200 hover:border-green-500 hover:bg-green-50 transition-all text-center">
|
||||||
<img src={productImages[product.slug] || category.image} alt={product.name} class="w-full h-24 object-cover rounded-lg mb-3" onerror="this.src='/images/logo/dealplustech-logo.png'" />
|
<img src={productImages[product.slug] || category.image} alt={product.name} class="w-full h-24 object-cover rounded-lg mb-3" onerror="this.src='/images/logo/dealplustech-logo.png'" />
|
||||||
<span class="text-sm sm:text-base text-secondary-700 font-medium">{product.name}</span>
|
<span class="text-sm sm:text-lg text-secondary-700 font-medium">{product.name}</span>
|
||||||
</a>
|
</a>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">all-projects</h1>
|
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">all-projects</h1>
|
||||||
<div class="card p-8 md:p-12 bg-white">
|
<div class="card p-8 md:p-12 bg-white">
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">all-projects - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ เกี่ยวกับบริษัท Thermobreak ® – ฉนวนกันความร้อน ท่อSYLER เป็นท่อเหล็กกล้าClass M ชุบสังกะสี Waterpump Grundfos จำหน่ายและติดตั้งชุดปั้มราคาโรงงาน Grooved Coupling ติดตั้งง่าย สะดวกรวดเร็ว ข้อต่อท่อ ข้อต่อซ่อมท่อแตก ซ่อมท่อร้าว และซ่อมท่อรั่วซึม Watertreatment ระบบผลิตน้ำประปาและระบบผลิตน้ำบริสุทธิ์ จำหน่ายเครื่องเชื่อมHDPE ราค</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">all-projects - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ เกี่ยวกับบริษัท Thermobreak ® – ฉนวนกันความร้อน ท่อSYLER เป็นท่อเหล็กกล้าClass M ชุบสังกะสี Waterpump Grundfos จำหน่ายและติดตั้งชุดปั้มราคาโรงงาน Grooved Coupling ติดตั้งง่าย สะดวกรวดเร็ว ข้อต่อท่อ ข้อต่อซ่อมท่อแตก ซ่อมท่อร้าว และซ่อมท่อรั่วซึม Watertreatment ระบบผลิตน้ำประปาและระบบผลิตน้ำบริสุทธิ์ จำหน่ายเครื่องเชื่อมHDPE ราค</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,22 +21,22 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Send Us A Message</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Send Us A Message</h2>
|
||||||
<form class="space-y-6">
|
<form class="space-y-6">
|
||||||
<div>
|
<div>
|
||||||
<label for="name" class="block text-base font-medium text-secondary-700 mb-2">ชื่อของคุณ (จำเป็นต้องกรอก)</label>
|
<label for="name" class="block text-lg font-medium text-secondary-700 mb-2">ชื่อของคุณ (จำเป็นต้องกรอก)</label>
|
||||||
<input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
<input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="email" class="block text-base font-medium text-secondary-700 mb-2">อีเมล์ของคุณ (จำเป็นต้องกรอก)</label>
|
<label for="email" class="block text-lg font-medium text-secondary-700 mb-2">อีเมล์ของคุณ (จำเป็นต้องกรอก)</label>
|
||||||
<input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
<input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="subject" class="block text-base font-medium text-secondary-700 mb-2">หัวข้อ</label>
|
<label for="subject" class="block text-lg font-medium text-secondary-700 mb-2">หัวข้อ</label>
|
||||||
<input type="text" id="subject" name="subject" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
<input type="text" id="subject" name="subject" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="message" class="block text-base font-medium text-secondary-700 mb-2">ข้อความของคุณ</label>
|
<label for="message" class="block text-lg font-medium text-secondary-700 mb-2">ข้อความของคุณ</label>
|
||||||
<textarea id="message" name="message" rows="5" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500"></textarea>
|
<textarea id="message" name="message" rows="5" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -51,23 +51,23 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Contact Details</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Contact Details</h2>
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
||||||
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล ชลบุรี ระยอง
|
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล ชลบุรี ระยอง
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
<strong>โทร:</strong> 090-555-1415
|
<strong>โทร:</strong> 090-555-1415
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
<strong>อีเมล:</strong> dealplustech@gmail.com
|
<strong>อีเมล:</strong> dealplustech@gmail.com
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,32 +78,32 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Work Hour</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Work Hour</h2>
|
||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันจันทร์</span>
|
<span class="text-lg text-secondary-700">วันจันทร์</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันอังคาร</span>
|
<span class="text-lg text-secondary-700">วันอังคาร</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันพุธ</span>
|
<span class="text-lg text-secondary-700">วันพุธ</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันพฤหัสบดี</span>
|
<span class="text-lg text-secondary-700">วันพฤหัสบดี</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันศุกร์</span>
|
<span class="text-lg text-secondary-700">วันศุกร์</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันเสาร์</span>
|
<span class="text-lg text-secondary-700">วันเสาร์</span>
|
||||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<span class="text-base text-secondary-700">วันอาทิตย์</span>
|
<span class="text-lg text-secondary-700">วันอาทิตย์</span>
|
||||||
<span class="text-base text-secondary-700">ปิดทำการ</span>
|
<span class="text-lg text-secondary-700">ปิดทำการ</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">DUKELARRSEN Grooved Coupling</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">DUKELARRSEN Grooved Coupling</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
DUKELARRSEN Grooved Coupling and Fitting กรู๊ฟท่อคุณภาพสูง
|
DUKELARRSEN Grooved Coupling and Fitting กรู๊ฟท่อคุณภาพสูง
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบวาล์วเติมอากาศ DURGO AVVs</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบวาล์วเติมอากาศ DURGO AVVs</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายระบบวาล์วเติมอากาศ DURGO AVVsคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายระบบวาล์วเติมอากาศ DURGO AVVsคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ระบบวาล์วเติมอากาศ DURGO AVVs คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ระบบวาล์วเติมอากาศ DURGO AVVs คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">กริลแอร์พลาสติก (Grilles air plastic)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">กริลแอร์พลาสติก (Grilles air plastic)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายกริลแอร์พลาสติก (Grilles air plastic)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายกริลแอร์พลาสติก (Grilles air plastic)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย กริลแอร์พลาสติก (Grilles air plastic) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย กริลแอร์พลาสติก (Grilles air plastic) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">กรู๊ฟท่อ (Groove Coupling) - ข้อต่อกรู๊ฟ</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">กรู๊ฟท่อ (Groove Coupling) - ข้อต่อกรู๊ฟ</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายกรู๊ฟท่อ (Groove Coupling) - ข้อต่อกรู๊ฟคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายกรู๊ฟท่อ (Groove Coupling) - ข้อต่อกรู๊ฟคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายข้อต่อกรู๊ฟ (Groove Coupling) และอุปกรณ์กรู๊ฟทุกประเภท สำหรับงานระบบท่อขนาดใหญ่ เหมาะสำหรับงานดับเพลิง งานระบบน้ำในอาคาร และโรงงานอุตสาหกรรม</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Coupling:</strong> ข้อต่อกรู๊ฟแบบแข็ง, แบบยืดหยุ่น</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Elbow:</strong> ข้อศอกกรู๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Tee:</strong> ทิ่กรู๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Reducer:</strong> ข้อลดกรู๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Flange:</strong> หน้าจานกรู๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Groove Valve:</strong> วาล์วกรู๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1" - 24"</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายข้อต่อกรู๊ฟ (Groove Coupling) และอุปกรณ์กรู๊ฟทุกประเภท สำหรับงานระบบท่อขนาดใหญ่ เหมาะสำหรับงานดับเพลิง งานระบบน้ำในอาคาร และโรงงานอุตสาหกรรม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Coupling:</strong> ข้อต่อกรู๊ฟแบบแข็ง, แบบยืดหยุ่น</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Elbow:</strong> ข้อศอกกรู๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Tee:</strong> ทิ่กรู๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Reducer:</strong> ข้อลดกรู๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Flange:</strong> หน้าจานกรู๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Groove Valve:</strong> วาล์วกรู๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1" - 24"</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบดับเพลิง</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบน้ำในอาคาร</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานโรงงานอุตสาหกรรม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานท่อขนาดใหญ่</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const featuredProducts = [
|
|||||||
ผู้เชี่ยวชาญระบบน้ำ<br/>
|
ผู้เชี่ยวชาญระบบน้ำ<br/>
|
||||||
<span class="text-green-600">คุณภาพสูง ราคาโรงงาน</span>
|
<span class="text-green-600">คุณภาพสูง ราคาโรงงาน</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 md:mb-8 leading-relaxed">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 md:mb-8 leading-relaxed">
|
||||||
บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชี่ยวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชี่ยวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-wrap justify-center gap-3 md:gap-4">
|
<div class="flex flex-wrap justify-center gap-3 md:gap-4">
|
||||||
@@ -58,15 +58,15 @@ const featuredProducts = [
|
|||||||
<div class="flex items-center sm:space-x-8 space-x-4 sm:mt-12 mt-8 justify-center">
|
<div class="flex items-center sm:space-x-8 space-x-4 sm:mt-12 mt-8 justify-center">
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">10+</div>
|
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">10+</div>
|
||||||
<div class="text-secondary-600 text-xs sm:text-base">ปีประสบการณ์</div>
|
<div class="text-secondary-600 text-xs sm:text-lg">ปีประสบการณ์</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">1000+</div>
|
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">1000+</div>
|
||||||
<div class="text-secondary-600 text-xs sm:text-base">โปรเจคต์</div>
|
<div class="text-secondary-600 text-xs sm:text-lg">โปรเจคต์</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">500+</div>
|
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">500+</div>
|
||||||
<div class="text-secondary-600 text-xs sm:text-base">สินค้า</div>
|
<div class="text-secondary-600 text-xs sm:text-lg">สินค้า</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,7 +157,7 @@ const featuredProducts = [
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-2xl font-bold text-secondary-900 mb-4">คุณภาพสูง</h3>
|
<h3 class="text-2xl font-bold text-secondary-900 mb-4">คุณภาพสูง</h3>
|
||||||
<p class="text-secondary-600 text-base">สินค้าคุณภาพมาตรฐาน มั่นใจได้ในความทนทาน</p>
|
<p class="text-secondary-600 text-lg">สินค้าคุณภาพมาตรฐาน มั่นใจได้ในความทนทาน</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card p-8 text-center animate-on-scroll">
|
<div class="card p-8 text-center animate-on-scroll">
|
||||||
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
|
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
|
||||||
@@ -166,7 +166,7 @@ const featuredProducts = [
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-2xl font-bold text-secondary-900 mb-4">ราคาโรงงาน</h3>
|
<h3 class="text-2xl font-bold text-secondary-900 mb-4">ราคาโรงงาน</h3>
|
||||||
<p class="text-secondary-600 text-base">ราคาแข่งขันได้ คุ้มค่าต่อการลงทุน</p>
|
<p class="text-secondary-600 text-lg">ราคาแข่งขันได้ คุ้มค่าต่อการลงทุน</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card p-8 text-center animate-on-scroll">
|
<div class="card p-8 text-center animate-on-scroll">
|
||||||
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
|
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
|
||||||
@@ -175,7 +175,7 @@ const featuredProducts = [
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-2xl font-bold text-secondary-900 mb-4">จัดส่งรวดเร็ว</h3>
|
<h3 class="text-2xl font-bold text-secondary-900 mb-4">จัดส่งรวดเร็ว</h3>
|
||||||
<p class="text-secondary-600 text-base">จัดส่งทันใจ ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-secondary-600 text-lg">จัดส่งทันใจ ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">ร่วมงานกับเรา</h1>
|
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">ร่วมงานกับเรา</h1>
|
||||||
<div class="card p-8 md:p-12 bg-white">
|
<div class="card p-8 md:p-12 bg-white">
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">ร่วมงานกับเรา - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ Sales Engineer Search for: Search Button Contact Details บริษัท ดีล พลัส เทค จำกัด 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม.</p><p class="text-base text-secondary-700 leading-relaxed mb-4">10160 ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล Telephone: 090-555-1415 E-mail: dealplustech@gmail.com Newsletter Sign up for our e-mail to get latest news.</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">ร่วมงานกับเรา - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ Sales Engineer Search for: Search Button Contact Details บริษัท ดีล พลัส เทค จำกัด 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม.</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">10160 ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล Telephone: 090-555-1415 E-mail: dealplustech@gmail.com Newsletter Sign up for our e-mail to get latest news.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ข้อต่อท่อ (Pipe Coupling)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ข้อต่อท่อ (Pipe Coupling)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายข้อต่อท่อ (Pipe Coupling)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายข้อต่อท่อ (Pipe Coupling)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ข้อต่อท่อ (Pipe Coupling) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ข้อต่อท่อ (Pipe Coupling) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ | Pipe</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ | Pipe</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ท่อ | Pipe ส่งฟรี กรุงเทพมหานคร ปริมณฑล สามารถสอบถามได้
|
ท่อ | Pipe ส่งฟรี กรุงเทพมหานคร ปริมณฑล สามารถสอบถามได้
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -53,19 +53,19 @@ const projects = [
|
|||||||
<h2 class="text-2xl font-bold text-secondary-900 mb-4">Contact Details</h2>
|
<h2 class="text-2xl font-bold text-secondary-900 mb-4">Contact Details</h2>
|
||||||
<div class="grid md:grid-cols-2 gap-6">
|
<div class="grid md:grid-cols-2 gap-6">
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-2">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-2">
|
||||||
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
||||||
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
||||||
</p>
|
</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล
|
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-2">
|
<p class="text-lg text-secondary-700 leading-relaxed mb-2">
|
||||||
<strong>โทร:</strong> 090-555-1415
|
<strong>โทร:</strong> 090-555-1415
|
||||||
</p>
|
</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed">
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||||
<strong>อีเมล:</strong> dealplustech@gmail.com
|
<strong>อีเมล:</strong> dealplustech@gmail.com
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">PP-R / PP-RCT POLOPLAST</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">PP-R / PP-RCT POLOPLAST</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
PP-R / PP-RCT POLOPLAST ทางเลือกที่ดีกว่า ด้วยประสบการณ์ในการผลิตที่ยาวนานกว่า 30 ปี จึงเข้าใจและเชี่ยวชาญด้านระบบท่อน้ำพีพี-อาร์ เป็นอย่างดี
|
PP-R / PP-RCT POLOPLAST ทางเลือกที่ดีกว่า ด้วยประสบการณ์ในการผลิตที่ยาวนานกว่า 30 ปี จึงเข้าใจและเชี่ยวชาญด้านระบบท่อน้ำพีพี-อาร์ เป็นอย่างดี
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">สินค้าของเรา</h1>
|
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">สินค้าของเรา</h1>
|
||||||
<div class="card p-8 md:p-12 bg-white">
|
<div class="card p-8 md:p-12 bg-white">
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">สินค้าของเรา - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ DUKELARRSEN PP-R / PP-RCT POLOPLAST Realflex | Stainless Steel Flexible Hose Fitting กริลแอร์พลาสติก | Grilles plastic กรู๊ฟท่อ (Groove Coupling) ข้อต่อท่อ (Pipe Coupling) ฉนวนหุ้มท่อ | Pipe Insulation ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak) ท่อ HDPE ราคาโรงงาน ท่อ pvc และข้อต่อท่อพีวีซี ราคาส่ง | PVC pipe ท่อ U</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">สินค้าของเรา - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ DUKELARRSEN PP-R / PP-RCT POLOPLAST Realflex | Stainless Steel Flexible Hose Fitting กริลแอร์พลาสติก | Grilles plastic กรู๊ฟท่อ (Groove Coupling) ข้อต่อท่อ (Pipe Coupling) ฉนวนหุ้มท่อ | Pipe Insulation ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak) ท่อ HDPE ราคาโรงงาน ท่อ pvc และข้อต่อท่อพีวีซี ราคาส่ง | PVC pipe ท่อ U</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">Realflex Flexible hose fitting</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">Realflex Flexible hose fitting</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายRealflex Flexible hose fittingคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายRealflex Flexible hose fittingคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย Realflex Flexible hose fitting คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย Realflex Flexible hose fitting คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">บริการของเรา | Services</h1>
|
<h1 class="text-4xl md:text-5xl font-bold text-secondary-900 mb-8">บริการของเรา | Services</h1>
|
||||||
<div class="card p-8 md:p-12 bg-white">
|
<div class="card p-8 md:p-12 bg-white">
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">บริการของเรา | Services - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ บริษัท ดีล พลัส เทค จำกัด มีบริการหลังการขาย และ บริการเพื่อส่งเสริมการขายโดยมุ่งหวังให้ท่านได้รับความพึงพอใจ จากสินค้าของเรา และ เกิดผลประโยชน์ทางธุรกิจแก่ท่านผู้มีอุปการะคุณ อย่างสูงสุดเราบริการท่านด้วยประสบการณ์ ความสามารถ และ ความรับผิดชอบ พร้อมที่จะดูแลงานที่ท่านมอบหมายด้วยความซื่อสัตย์ เต็มใจ ดังนั้นท</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">บริการของเรา | Services - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ บริษัท ดีล พลัส เทค จำกัด มีบริการหลังการขาย และ บริการเพื่อส่งเสริมการขายโดยมุ่งหวังให้ท่านได้รับความพึงพอใจ จากสินค้าของเรา และ เกิดผลประโยชน์ทางธุรกิจแก่ท่านผู้มีอุปการะคุณ อย่างสูงสุดเราบริการท่านด้วยประสบการณ์ ความสามารถ และ ความรับผิดชอบ พร้อมที่จะดูแลงานที่ท่านมอบหมายด้วยความซื่อสัตย์ เต็มใจ ดังนั้นท</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ปั๊มน้ำ (Water Pump)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ปั๊มน้ำ (Water Pump)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายปั๊มน้ำ (Water Pump)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายปั๊มน้ำ (Water Pump)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายปั๊มน้ำทุกประเภท สำหรับบ้านพักอาศัย อาคาร และโรงงานอุตสาหกรรม จากแบรนด์ชั้นนำ</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทปั๊มน้ำ:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำอัตโนมัติ:</strong> สำหรับบ้านพักอาศัย</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำหอยโข่ง:</strong> สำหรับระบบน้ำในอาคาร</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำจุ่ม:</strong> สำหรับระบายน้ำท่วม</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำแรงดันสูง:</strong> สำหรับระบบดับเพลิง</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มเคมี:</strong> สำหรับส่งสารเคมี</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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><p class="text-base text-secondary-700 leading-relaxed mb-4">- ระบบชลประทาน</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายปั๊มน้ำทุกประเภท สำหรับบ้านพักอาศัย อาคาร และโรงงานอุตสาหกรรม จากแบรนด์ชั้นนำ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทปั๊มน้ำ:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำอัตโนมัติ:</strong> สำหรับบ้านพักอาศัย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำหอยโข่ง:</strong> สำหรับระบบน้ำในอาคาร</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำจุ่ม:</strong> สำหรับระบายน้ำท่วม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มน้ำแรงดันสูง:</strong> สำหรับระบบดับเพลิง</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ปั๊มเคมี:</strong> สำหรับส่งสารเคมี</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- บ้านพักอาศัย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- อาคารสูง</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- โรงงานอุตสาหกรรม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ระบบดับเพลิง</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ระบบชลประทาน</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบกรองน้ำดี (Water Treatment)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบกรองน้ำดี (Water Treatment)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายระบบกรองน้ำดี (Water Treatment)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายระบบกรองน้ำดี (Water Treatment)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ระบบกรองน้ำดี (Water Treatment) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ระบบกรองน้ำดี (Water Treatment) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ฉนวนหุ้มท่อ | Pipe Insulation</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ฉนวนหุ้มท่อ | Pipe Insulation</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ฉนวนหุ้มท่อ (Pipe Insulation) คืออะไร? ทำไมถึงสำคัญในอุ
|
ฉนวนหุ้มท่อ (Pipe Insulation) คืออะไร? ทำไมถึงสำคัญในอุ
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PPR (Polypropylene Random Copolymer)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PPR (Polypropylene Random Copolymer)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อ PPR (Polypropylene Random Copolymer)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อ PPR (Polypropylene Random Copolymer)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,13 +80,13 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">PPR PN20</td><td class="px-6 py-4 border-b border-secondary-200 text-base">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-base">20</td><td class="px-6 py-4 border-b border-secondary-200 text-base">60</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">PPR PN20</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">20</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">60</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">PPR PN25</td><td class="px-6 py-4 border-b border-secondary-200 text-base">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-base">25</td><td class="px-6 py-4 border-b border-secondary-200 text-base">70</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">PPR PN25</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">25</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">70</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">PP-R CT</td><td class="px-6 py-4 border-b border-secondary-200 text-base">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-base">25</td><td class="px-6 py-4 border-b border-secondary-200 text-base">95</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">PP-R CT</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">DIN 8077/78</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">25</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">95</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -101,9 +101,9 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">ท่อ PPR เป็นท่อพลาสติกคุณภาพสูงสำหรับระบบน้ำร้อนและน้ำเย็น ผลิตจากเม็ดพลาสติก PPR เกรด A จากยุโรป มีคุณสมบัติทนความร้อนได้สูงถึง 95°C เหมาะสำหรับงานระบบประปาในอาคาร โรงแรม โรงพยาบาล และโรงงานอุตสาหกรรม</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">ท่อ PPR เป็นท่อพลาสติกคุณภาพสูงสำหรับระบบน้ำร้อนและน้ำเย็น ผลิตจากเม็ดพลาสติก PPR เกรด A จากยุโรป มีคุณสมบัติทนความร้อนได้สูงถึง 95°C เหมาะสำหรับงานระบบประปาในอาคาร โรงแรม โรงพยาบาล และโรงงานอุตสาหกรรม</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่นของท่อ PPR:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่นของท่อ PPR:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>ผลิตจากเม็ดพลาสติก PPR เกรด A จากยุโรป</li>
|
<li>ผลิตจากเม็ดพลาสติก PPR เกรด A จากยุโรป</li>
|
||||||
<li>ทนความร้อนได้สูงถึง 95°C (สำหรับ PP-R CT)</li>
|
<li>ทนความร้อนได้สูงถึง 95°C (สำหรับ PP-R CT)</li>
|
||||||
@@ -116,24 +116,24 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>ติดตั้งง่าย รวดเร็ว</li>
|
<li>ติดตั้งง่าย รวดเร็ว</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การเชื่อมต่อ:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การเชื่อมต่อ:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>ใช้เครื่องเชื่อมความร้อน (Heat Fusion Welding)</li>
|
<li>ใช้เครื่องเชื่อมความร้อน (Heat Fusion Welding)</li>
|
||||||
<li>อุณหภูมิการเชื่อม: 260°C</li>
|
<li>อุณหภูมิการเชื่อม: 260°C</li>
|
||||||
<li>เวลาการเชื่อม: 5-30 วินาที (ขึ้นกับขนาดท่อ)</li>
|
<li>เวลาการเชื่อม: 5-30 วินาที (ขึ้นกับขนาดท่อ)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ข้อควรระวัง:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ข้อควรระวัง:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>ไม่ควรใช้กับน้ำร้อนเกิน 95°C</li>
|
<li>ไม่ควรใช้กับน้ำร้อนเกิน 95°C</li>
|
||||||
<li>ควรหลีกเลี่ยงการกระแทกแรงๆ ระหว่างการติดตั้ง</li>
|
<li>ควรหลีกเลี่ยงการกระแทกแรงๆ ระหว่างการติดตั้ง</li>
|
||||||
<li>ควรเก็บให้พ้นจากแสงแดดโดยตรง</li>
|
<li>ควรเก็บให้พ้นจากแสงแดดโดยตรง</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong> DIN 8077/8078, ISO 15874</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong> DIN 8077/8078, ISO 15874</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 20 มม. - 315 มม.</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 20 มม. - 315 มม.</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>งานระบบประปาในอาคาร</li>
|
<li>งานระบบประปาในอาคาร</li>
|
||||||
<li>งานระบบน้ำร้อน</li>
|
<li>งานระบบน้ำร้อน</li>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PVC (Polyvinyl Chloride)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PVC (Polyvinyl Chloride)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อ PVC (Polyvinyl Chloride)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อ PVC (Polyvinyl Chloride)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,28 +80,28 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">21</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">21</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">27</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">27</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">34</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">34</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">42</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">42</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">60</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">60</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">89</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">89</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">114</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">114</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">168</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">168</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -124,28 +124,28 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">21</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">21</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">27</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">27</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">34</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">34</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">42</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">42</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">60</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">60</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">89</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">89</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">114</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">114</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">168</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">168</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -160,7 +160,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">ท่อ PVC และข้อต่อ เป็นท่อพลาสติกที่นิยมใช้กันแพร่หลายสำหรับงานระบบน้ำในบ้านและอาคาร ผลิตจากพลาสติก PVC คุณภาพสูง มีทั้งท่อ PVC สีฟ้า (งานประปา) และท่อ PVC สีเหลือง (งานไฟฟ้า)</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่น:</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><p class="text-base text-secondary-700 leading-relaxed mb-4">- อายุการใช้งานยาวนาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทท่อ PVC:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีฟ้า:</strong> งานประปา น้ำดื่ม (มอก.17)</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเหลือง:</strong> งานร้อยสายไฟฟ้า (มอก.870)</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเทา:</strong> งานระบายน้ำ (มอก.1237)</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1/2" - 24"</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">ท่อ PVC และข้อต่อ เป็นท่อพลาสติกที่นิยมใช้กันแพร่หลายสำหรับงานระบบน้ำในบ้านและอาคาร ผลิตจากพลาสติก PVC คุณภาพสูง มีทั้งท่อ PVC สีฟ้า (งานประปา) และท่อ PVC สีเหลือง (งานไฟฟ้า)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่น:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- น้ำหนักเบา ติดตั้งง่าย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ทนสารเคมีได้ดี</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ราคาประหยัด</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ไม่เป็นสนิม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- อายุการใช้งานยาวนาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทท่อ PVC:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีฟ้า:</strong> งานประปา น้ำดื่ม (มอก.17)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเหลือง:</strong> งานร้อยสายไฟฟ้า (มอก.870)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเทา:</strong> งานระบายน้ำ (มอก.1237)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1/2" - 24"</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานประปาในบ้าน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบน้ำในอาคาร</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานร้อยสายไฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบายน้ำ</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ HDPE (High Density Polyethylene Pipe)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ HDPE (High Density Polyethylene Pipe)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อ HDPE (High Density Polyethylene Pipe)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อ HDPE (High Density Polyethylene Pipe)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -46,25 +46,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,43 +85,43 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">20</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.13</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">20</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.13</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">25</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.17</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">25</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.17</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">32</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.9</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.27</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">32</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.9</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.27</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">40</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.7</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.42</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">40</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.7</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.42</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">50</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.65</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">50</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.65</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">63</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">1.04</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">63</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">1.04</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">75</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">6.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">1.46</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">75</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">6.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">1.46</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">90</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">8.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.12</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">90</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">8.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.12</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">110</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">10.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.16</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">110</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">10.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.16</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">160</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">14.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">6.71</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">160</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">14.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">6.71</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">200</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">18.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">10.45</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">200</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">18.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">10.45</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">250</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">22.7</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16.29</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">250</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">22.7</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16.29</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">315</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">28.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">25.90</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">315</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">28.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">25.90</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -144,43 +144,43 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">20</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.13</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">20</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.13</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">25</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.17</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">25</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.3</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.17</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">32</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.9</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.27</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">32</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.9</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.27</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">40</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.7</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.42</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">40</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.7</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.42</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">50</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">0.65</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">50</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">0.65</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">63</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">1.04</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">63</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">1.04</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">75</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">6.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">1.46</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">75</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">6.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">1.46</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">90</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">8.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.12</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">90</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">8.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.12</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">110</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">10.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.16</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">110</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">10.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.16</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">160</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">14.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">6.71</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">160</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">14.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">6.71</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">200</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">18.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">10.45</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">200</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">18.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">10.45</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">250</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">22.7</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16.29</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">250</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">22.7</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16.29</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">315</td><td class="px-6 py-4 border-b border-secondary-200 text-base">11</td><td class="px-6 py-4 border-b border-secondary-200 text-base">16</td><td class="px-6 py-4 border-b border-secondary-200 text-base">28.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">25.90</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">315</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">11</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">16</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">28.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">25.90</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -195,9 +195,9 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">ท่อ HDPE (High Density Polyethylene) เป็นท่อพลาสติกคุณภาพสูงที่ผลิตจากเม็ดพลาสติก HDPE เกรด A มีคุณสมบัติเด่นคือ ความเหนียว ทนทานต่อการกระแทก และทนสารเคมีได้ดี เหมาะสำหรับงานระบบประปา งานชลประทาน งานระบายน้ำ และงานร้อยสายไฟ</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">ท่อ HDPE (High Density Polyethylene) เป็นท่อพลาสติกคุณภาพสูงที่ผลิตจากเม็ดพลาสติก HDPE เกรด A มีคุณสมบัติเด่นคือ ความเหนียว ทนทานต่อการกระแทก และทนสารเคมีได้ดี เหมาะสำหรับงานระบบประปา งานชลประทาน งานระบายน้ำ และงานร้อยสายไฟ</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่นของท่อ HDPE:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่นของท่อ HDPE:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>ผลิตจากเม็ดพลาสติก HDPE เกรด A</li>
|
<li>ผลิตจากเม็ดพลาสติก HDPE เกรด A</li>
|
||||||
<li>มีความเหนียว ทนทานต่อการกระแทกสูง</li>
|
<li>มีความเหนียว ทนทานต่อการกระแทกสูง</li>
|
||||||
@@ -210,14 +210,14 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>ทนต่อรังสี UV</li>
|
<li>ทนต่อรังสี UV</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>มอก.982-2533 (ท่อ HDPE สำหรับงานประปา)</li>
|
<li>มอก.982-2533 (ท่อ HDPE สำหรับงานประปา)</li>
|
||||||
<li>ISO 4427</li>
|
<li>ISO 4427</li>
|
||||||
<li>DIN 8074/8075</li>
|
<li>DIN 8074/8075</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>งานระบบประปา</li>
|
<li>งานระบบประปา</li>
|
||||||
<li>งานชลประทาน</li>
|
<li>งานชลประทาน</li>
|
||||||
@@ -227,8 +227,8 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>งานท่อส่งก๊าซ</li>
|
<li>งานท่อส่งก๊าซ</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong> มอก.982-2533</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>มาตรฐาน:</strong> มอก.982-2533</p>
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 16 มม. - 1,200 มม.</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 16 มม. - 1,200 มม.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ท่อพีพีอาร์ ตราช้าง เหมาะแก่การทำท่อน้ำดื่ม ท่อน้ำร้อน ท่อน้ำเย็น ระบบประปา เพราะการติดตั้งท่อจะใช้วิธีให้ความร้อนทำให้ท่อประสานเป็นเนื้อเดียวกันจึงไม่รั่วซึม
|
ท่อพีพีอาร์ ตราช้าง เหมาะแก่การทำท่อน้ำดื่ม ท่อน้ำร้อน ท่อน้ำเย็น ระบบประปา เพราะการติดตั้งท่อจะใช้วิธีให้ความร้อนทำให้ท่อประสานเป็นเนื้อเดียวกันจึงไม่รั่วซึม
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อพีพีอาร์ (ท่อ PPR) ตราช้างคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อพีพีอาร์ (ท่อ PPR) ตราช้างคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ท่อพีพีอาร์ (ท่อ PPR) ตราช้าง คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENT</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENT</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENTคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENTคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENT คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ท่อระบายน้ำ 3 ชั้น ไซเลนท์ | XYLENT คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PVC (Polyvinyl Chloride)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อ PVC (Polyvinyl Chloride)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อ PVC (Polyvinyl Chloride)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อ PVC (Polyvinyl Chloride)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,28 +80,28 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">21</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">21</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">27</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">27</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">34</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">34</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">42</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">42</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">60</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">60</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">89</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">89</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">114</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">114</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">168</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">168</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -124,28 +124,28 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
|
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">21</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">21</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">27</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3/4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">27</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.2</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">34</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">34</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.4</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">42</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1 1/2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">42</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">2.6</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">60</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">2"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">60</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.0</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">89</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">89</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">3.8</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">114</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">4"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">114</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-base">168</td><td class="px-6 py-4 border-b border-secondary-200 text-base">C</td><td class="px-6 py-4 border-b border-secondary-200 text-base">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-base">4</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">6"</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">168</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">C</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">5.5</td><td class="px-6 py-4 border-b border-secondary-200 text-lg">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -160,7 +160,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">ท่อ PVC และข้อต่อ เป็นท่อพลาสติกที่นิยมใช้กันแพร่หลายสำหรับงานระบบน้ำในบ้านและอาคาร ผลิตจากพลาสติก PVC คุณภาพสูง มีทั้งท่อ PVC สีฟ้า (งานประปา) และท่อ PVC สีเหลือง (งานไฟฟ้า)</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่น:</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><p class="text-base text-secondary-700 leading-relaxed mb-4">- อายุการใช้งานยาวนาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทท่อ PVC:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีฟ้า:</strong> งานประปา น้ำดื่ม (มอก.17)</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเหลือง:</strong> งานร้อยสายไฟฟ้า (มอก.870)</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเทา:</strong> งานระบายน้ำ (มอก.1237)</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1/2" - 24"</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">ท่อ PVC และข้อต่อ เป็นท่อพลาสติกที่นิยมใช้กันแพร่หลายสำหรับงานระบบน้ำในบ้านและอาคาร ผลิตจากพลาสติก PVC คุณภาพสูง มีทั้งท่อ PVC สีฟ้า (งานประปา) และท่อ PVC สีเหลือง (งานไฟฟ้า)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>คุณสมบัติเด่น:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- น้ำหนักเบา ติดตั้งง่าย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ทนสารเคมีได้ดี</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ราคาประหยัด</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- ไม่เป็นสนิม</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- อายุการใช้งานยาวนาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทท่อ PVC:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีฟ้า:</strong> งานประปา น้ำดื่ม (มอก.17)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเหลือง:</strong> งานร้อยสายไฟฟ้า (มอก.870)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>ท่อ PVC สีเทา:</strong> งานระบายน้ำ (มอก.1237)</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> 1/2" - 24"</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานประปาในบ้าน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบน้ำในอาคาร</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานร้อยสายไฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบายน้ำ</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอีคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอีคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">น็อต, แหวน, สกรู | HEX NUT, FLAT WASHER, HEXAGON HEAD SCREW</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">น็อต, แหวน, สกรู | HEX NUT, FLAT WASHER, HEXAGON HEAD SCREW</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
น็อต, แหวน, สกรู | HEX NUT, FLAT WASHER, HEXAGON HEAD S
|
น็อต, แหวน, สกรู | HEX NUT, FLAT WASHER, HEXAGON HEAD S
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">พุกต่างๆ</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">พุกต่างๆ</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ดรอปอิน | DROP-IN ANCHOR (DR) ส่งฟรี กรุงเทพมหานคร ปริม
|
ดรอปอิน | DROP-IN ANCHOR (DR) ส่งฟรี กรุงเทพมหานคร ปริม
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">พุกเหล็ก | SLEEVE ANCHOR BOLT</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">พุกเหล็ก | SLEEVE ANCHOR BOLT</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายพุกเหล็ก | SLEEVE ANCHOR BOLTคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายพุกเหล็ก | SLEEVE ANCHOR BOLTคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย พุกเหล็ก | SLEEVE ANCHOR BOLT คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย พุกเหล็ก | SLEEVE ANCHOR BOLT คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์ | U-Bolt</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์ | U-Bolt</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายยูโบลท์ | U-Boltคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายยูโบลท์ | U-Boltคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ยูโบลท์ | U-Bolt คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ยูโบลท์ | U-Bolt คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์ + ประกับ | U-BOLT CLAMP</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์ + ประกับ | U-BOLT CLAMP</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายยูโบลท์ + ประกับ | U-BOLT CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายยูโบลท์ + ประกับ | U-BOLT CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ยูโบลท์ + ประกับ | U-BOLT CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ยูโบลท์ + ประกับ | U-BOLT CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์เหล็กแผ่น (ยูแบน) | STRAP U-BOLT</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ยูโบลท์เหล็กแผ่น (ยูแบน) | STRAP U-BOLT</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ยูโบลท์เหล็กแผ่น (ยูแบน) | STRAP U-BOLT ส่งฟรี กรุงเทพม
|
ยูโบลท์เหล็กแผ่น (ยูแบน) | STRAP U-BOLT ส่งฟรี กรุงเทพม
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบรั้ว</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบรั้ว</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
ระบบรั้ว ส่งฟรี กรุงเทพมหานคร ปริมณฑล สามารถสอบถามได้ที
|
ระบบรั้ว ส่งฟรี กรุงเทพมหานคร ปริมณฑล สามารถสอบถามได้ที
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">รั้วเทวดา</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">รั้วเทวดา</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
รั้วเทวดา แข็งแรง ทนทาน เหนียวกว่า ลวดแรงดึงสูง หนา 2.5 มม. สามารถทนแรงกระแทกได้สูง ทนสนิม ลวดชุบสังกะสีหนาพิเศษ ด้วยกระบวนการแบบจุ่มร้อน ตามมาตรฐานออสเตรเลีย
|
รั้วเทวดา แข็งแรง ทนทาน เหนียวกว่า ลวดแรงดึงสูง หนา 2.5 มม. สามารถทนแรงกระแทกได้สูง ทนสนิม ลวดชุบสังกะสีหนาพิเศษ ด้วยกระบวนการแบบจุ่มร้อน ตามมาตรฐานออสเตรเลีย
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">วาล์ว (Valve) - วาล์วน้ำทุกประเภท</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">วาล์ว (Valve) - วาล์วน้ำทุกประเภท</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,11 +72,11 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายวาล์วน้ำทุกประเภท คุณภาพสูงจากแบรนด์ชั้นนำ เหมาะสำหรับงานระบบประปา ระบบน้ำในอาคาร และโรงงานอุตสาหกรรม มีทีมงานผู้เชี่ยวชาญพร้อมให้คำแนะนำและบริการติดตั้ง</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายวาล์วน้ำทุกประเภท คุณภาพสูงจากแบรนด์ชั้นนำ เหมาะสำหรับงานระบบประปา ระบบน้ำในอาคาร และโรงงานอุตสาหกรรม มีทีมงานผู้เชี่ยวชาญพร้อมให้คำแนะนำและบริการติดตั้ง</p>
|
||||||
|
|
||||||
<img src="/images/products-misc/valve_logo.jpg" alt="Valve Brands" class="w-full max-w-md mx-auto my-8 rounded-lg shadow-md" />
|
<img src="/images/products-misc/valve_logo.jpg" alt="Valve Brands" class="w-full max-w-md mx-auto my-8 rounded-lg shadow-md" />
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทวาล์วที่มีจำหน่าย:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทวาล์วที่มีจำหน่าย:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li><strong>Gate Valve & Globe Valve</strong> - วาล์วประตูน้ำและวาล์วปรับการไหล สำหรับงานปิด-เปิดและควบคุมการไหล</li>
|
<li><strong>Gate Valve & Globe Valve</strong> - วาล์วประตูน้ำและวาล์วปรับการไหล สำหรับงานปิด-เปิดและควบคุมการไหล</li>
|
||||||
<li><strong>Ball Valve</strong> - วาล์วบอล เปิด-ปิดรวดเร็ว ทนทาน การบำรุงรักษาต่ำ</li>
|
<li><strong>Ball Valve</strong> - วาล์วบอล เปิด-ปิดรวดเร็ว ทนทาน การบำรุงรักษาต่ำ</li>
|
||||||
@@ -100,9 +100,9 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li><strong>Copper Tube</strong> - ท่อทองแดง สำหรับงานประปาและเครื่องปรับอากาศ</li>
|
<li><strong>Copper Tube</strong> - ท่อทองแดง สำหรับงานประปาและเครื่องปรับอากาศ</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> ทองเหลือง, สแตนเลส, PVC, เหล็กหล่อ, ทองแดง</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> ทองเหลือง, สแตนเลส, PVC, เหล็กหล่อ, ทองแดง</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>งานระบบประปา</li>
|
<li>งานระบบประปา</li>
|
||||||
<li>งานระบบน้ำในอาคาร</li>
|
<li>งานระบบน้ำในอาคาร</li>
|
||||||
@@ -113,9 +113,9 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>งานระบบทำความร้อน</li>
|
<li>งานระบบทำความร้อน</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> มีขนาดตั้งแต่ DN15 ถึง DN600 หรือ 1/2" ถึง 24" ตามความต้องการ</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> มีขนาดตั้งแต่ DN15 ถึง DN600 หรือ 1/2" ถึง 24" ตามความต้องการ</p>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415</p>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">สตัดเกลียวตลอด (เหล็ก) | THREADED ROD</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">สตัดเกลียวตลอด (เหล็ก) | THREADED ROD</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
สตัดเกลียวตลอด (เหล็ก) | THREADED ROD ส่งฟรี กรุงเทพมหา
|
สตัดเกลียวตลอด (เหล็ก) | THREADED ROD ส่งฟรี กรุงเทพมหา
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อ</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อ</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายแฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายแฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายแฮงเกอร์ แคล้ม โบลท์ และอุปกรณ์ยึดยึดท่อทุกประเภท คุณภาพสูง สำหรับงานติดตั้งระบบท่อในอาคารและโรงงาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Split Ring Hanger:</strong> แฮงเกอร์แหวนปรับได้</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Clevis Hanger:</strong> แฮงเกอร์แบบกิ๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Beam Clamp:</strong> แคล้มยึดคาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>U-Bolt:</strong> ยูโบลท์ยึดท่อ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Pipe Clamp:</strong> แคล้มประกับท่อ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Anchor Bolt:</strong> พุกยึดฐาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Threaded Rod:</strong> เกลียวร้อย</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> เหล็กชุบสังกะสี, สแตนเลส</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายแฮงเกอร์ แคล้ม โบลท์ และอุปกรณ์ยึดยึดท่อทุกประเภท คุณภาพสูง สำหรับงานติดตั้งระบบท่อในอาคารและโรงงาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Split Ring Hanger:</strong> แฮงเกอร์แหวนปรับได้</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Clevis Hanger:</strong> แฮงเกอร์แบบกิ๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Beam Clamp:</strong> แคล้มยึดคาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>U-Bolt:</strong> ยูโบลท์ยึดท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Pipe Clamp:</strong> แคล้มประกับท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Anchor Bolt:</strong> พุกยึดฐาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Threaded Rod:</strong> เกลียวร้อย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> เหล็กชุบสังกะสี, สแตนเลส</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานติดตั้งระบบท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบประปา</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบแอร์</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานโรงงานอุตสาหกรรม</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">หัวจ่ายแอร์ | BALL JET</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">หัวจ่ายแอร์ | BALL JET</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
หัวจ่ายแอร์ | Ball jet ส่งฟรี กรุงเทพมหานคร ปริมณฑล สาม
|
หัวจ่ายแอร์ | Ball jet ส่งฟรี กรุงเทพมหานคร ปริมณฑล สาม
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">อุปกรณ์ดับเพลิง ตู้ดับเพลิงเก็บเครื่องดับเพลิง</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">อุปกรณ์ดับเพลิง ตู้ดับเพลิงเก็บเครื่องดับเพลิง</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
อุปกรณ์ดับเพลิง ตู้ดับเพลิงเก็บเครื่องดับเพลิง ครบอย่างจบในที่เดียว รับปรึกษาแล้วให้คำแนะนำได้ ไม่ว่าจะติดตั้งที่ไหน เราให้คำตอบคุณได้เสมอ ดีล พลัส เทค
|
อุปกรณ์ดับเพลิง ตู้ดับเพลิงเก็บเครื่องดับเพลิง ครบอย่างจบในที่เดียว รับปรึกษาแล้วให้คำแนะนำได้ ไม่ว่าจะติดตั้งที่ไหน เราให้คำตอบคุณได้เสมอ ดีล พลัส เทค
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อ HDPE</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อ HDPE</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายเครื่องเชื่อมท่อ HDPE คุณภาพสูง ราคาโรงงาน สำหรับงานเชื่อมท่อ HDPE ทุกขนาด พร้อมบริการติดตั้งและฝึกอบรมการใช้งานฟรี
|
จำหน่ายเครื่องเชื่อมท่อ HDPE คุณภาพสูง ราคาโรงงาน สำหรับงานเชื่อมท่อ HDPE ทุกขนาด พร้อมบริการติดตั้งและฝึกอบรมการใช้งานฟรี
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -39,25 +39,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">เครื่องเชื่อม HDPE คุณภาพสูง มาตรฐาน ISO</span>
|
<span class="text-lg text-secondary-700">เครื่องเชื่อม HDPE คุณภาพสูง มาตรฐาน ISO</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่าการลงทุน</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่าการลงทุน</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">บริการติดตั้งและฝึกอบรมการใช้งานฟรี</span>
|
<span class="text-lg text-secondary-700">บริการติดตั้งและฝึกอบรมการใช้งานฟรี</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">อะไหล่และบริการซ่อมบำรุง</span>
|
<span class="text-lg text-secondary-700">อะไหล่และบริการซ่อมบำรุง</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -79,34 +79,34 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody class="bg-white">
|
<tbody class="bg-white">
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">HDPE-BF-160</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">HDPE-BF-160</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">Butt Fusion</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">Butt Fusion</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">50 - 160</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">50 - 160</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">2,200</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">2,200</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">HDPE-BF-315</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">HDPE-BF-315</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">Butt Fusion</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">Butt Fusion</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">90 - 315</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">90 - 315</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">3,500</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">3,500</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">HDPE-BF-630</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">HDPE-BF-630</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">Butt Fusion</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">Butt Fusion</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">200 - 630</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">200 - 630</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">8,000</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">8,000</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">HDPE-EF-200</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">HDPE-EF-200</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">Electrofusion</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">Electrofusion</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">20 - 200</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">20 - 200</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">1,500</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">1,500</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-green-50 transition-colors">
|
<tr class="hover:bg-green-50 transition-colors">
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">HDPE-SF-63</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">HDPE-SF-63</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">Socket Fusion</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">Socket Fusion</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">20 - 63</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">20 - 63</td>
|
||||||
<td class="px-6 py-4 border-b border-secondary-200 text-base">800</td>
|
<td class="px-6 py-4 border-b border-secondary-200 text-lg">800</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -119,9 +119,9 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<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-lg 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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทเครื่องเชื่อมท่อ HDPE:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>เครื่องเชื่อมแบบ Butt Fusion (เชื่อมปลายท่อ)</li>
|
<li>เครื่องเชื่อมแบบ Butt Fusion (เชื่อมปลายท่อ)</li>
|
||||||
<li>เครื่องเชื่อมแบบ Electrofusion (เชื่อมด้วยไฟฟ้า)</li>
|
<li>เครื่องเชื่อมแบบ Electrofusion (เชื่อมด้วยไฟฟ้า)</li>
|
||||||
@@ -129,11 +129,11 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<li>เครื่องเชื่อมแบบ Stab Pipe (เชื่อมแบบสแต็บ)</li>
|
<li>เครื่องเชื่อมแบบ Stab Pipe (เชื่อมแบบสแต็บ)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทของเครื่องเชื่อมท่อ HDPE:</strong></p>
|
<p class="text-lg 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-lg 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-lg 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-lg 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-lg text-secondary-700 leading-relaxed mb-4"><strong>ข้อดีของการเชื่อมท่อ HDPE:</strong></p>
|
||||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||||
<li>รอยเชื่อมแข็งแรงเท่ากับตัวท่อ</li>
|
<li>รอยเชื่อมแข็งแรงเท่ากับตัวท่อ</li>
|
||||||
<li>ไม่มีรอยรั่วที่จุดเชื่อม</li>
|
<li>ไม่มีรอยรั่วที่จุดเชื่อม</li>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อ | Pipe Coupling Machine</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อ | Pipe Coupling Machine</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายเครื่องเชื่อมท่อ | Pipe Coupling Machineคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายเครื่องเชื่อมท่อ | Pipe Coupling Machineคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย เครื่องเชื่อมท่อ | Pipe Coupling Machine คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย เครื่องเชื่อมท่อ | Pipe Coupling Machine คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อพีพีอาร์</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เครื่องเชื่อมท่อพีพีอาร์</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายเครื่องเชื่อมท่อพีพีอาร์คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายเครื่องเชื่อมท่อพีพีอาร์คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย เครื่องเชื่อมท่อพีพีอาร์ คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย เครื่องเชื่อมท่อพีพีอาร์ คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เควิสแฮงเกอร์ | ADJUSTABLE CLEVIS HANGER</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เควิสแฮงเกอร์ | ADJUSTABLE CLEVIS HANGER</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
เควิสแฮงเกอร์ | ADJUSTABLE CLEVIS HANGER ส่งฟรี กรุงเทพ
|
เควิสแฮงเกอร์ | ADJUSTABLE CLEVIS HANGER ส่งฟรี กรุงเทพ
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เจโบลท์, แอลโบลท์ | J-Bolt, L-Bolt</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เจโบลท์, แอลโบลท์ | J-Bolt, L-Bolt</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายเจโบลท์, แอลโบลท์ | J-Bolt, L-Boltคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายเจโบลท์, แอลโบลท์ | J-Bolt, L-Boltคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย เจโบลท์, แอลโบลท์ | J-Bolt, L-Bolt คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย เจโบลท์, แอลโบลท์ | J-Bolt, L-Bolt คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เม็กกรู๊ฟ คับปลิ้ง | MECH Grooved Coupling Fitting</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">เม็กกรู๊ฟ คับปลิ้ง | MECH Grooved Coupling Fitting</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
เม็กกรู๊ฟ คับปลิ้ง นวัตกรรมเพื่อการติดตั้ง ทดแทนการเชื่อม สำหรับท่อเห็กและท่อดับเพลิง ไม่ก่อให้เกิดประกายไฟ ติดตั้งง่าย สะดวกรวดเร็ว ทำให้ประหยัด
|
เม็กกรู๊ฟ คับปลิ้ง นวัตกรรมเพื่อการติดตั้ง ทดแทนการเชื่อม สำหรับท่อเห็กและท่อดับเพลิง ไม่ก่อให้เกิดประกายไฟ ติดตั้งง่าย สะดวกรวดเร็ว ทำให้ประหยัด
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มประกับ (ชุบรุ้ง/ชุบซิ๊งค์)</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มประกับ (ชุบรุ้ง/ชุบซิ๊งค์)</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
แคล้มประกับ (ชุบรุ้ง/ชุบซิ๊งค์) | EMT CONDUIT / IMC CON
|
แคล้มประกับ (ชุบรุ้ง/ชุบซิ๊งค์) | EMT CONDUIT / IMC CON
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มฟันจระเข้ | BEAM CLAMP</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มฟันจระเข้ | BEAM CLAMP</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายแคล้มฟันจระเข้ | BEAM CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายแคล้มฟันจระเข้ | BEAM CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย แคล้มฟันจระเข้ | BEAM CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย แคล้มฟันจระเข้ | BEAM CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อ</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อ</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายแฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายแฮงเกอร์ แคล้ม (Hanger & Clamp) - อุปกรณ์ยึดยึดท่อคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายแฮงเกอร์ แคล้ม โบลท์ และอุปกรณ์ยึดยึดท่อทุกประเภท คุณภาพสูง สำหรับงานติดตั้งระบบท่อในอาคารและโรงงาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Split Ring Hanger:</strong> แฮงเกอร์แหวนปรับได้</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Clevis Hanger:</strong> แฮงเกอร์แบบกิ๊ฟ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Beam Clamp:</strong> แคล้มยึดคาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>U-Bolt:</strong> ยูโบลท์ยึดท่อ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Pipe Clamp:</strong> แคล้มประกับท่อ</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Anchor Bolt:</strong> พุกยึดฐาน</p><p class="text-base text-secondary-700 leading-relaxed mb-4">- <strong>Threaded Rod:</strong> เกลียวร้อย</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> เหล็กชุบสังกะสี, สแตนเลส</p><p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</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>
|
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายแฮงเกอร์ แคล้ม โบลท์ และอุปกรณ์ยึดยึดท่อทุกประเภท คุณภาพสูง สำหรับงานติดตั้งระบบท่อในอาคารและโรงงาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ผลิตภัณฑ์:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Split Ring Hanger:</strong> แฮงเกอร์แหวนปรับได้</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Clevis Hanger:</strong> แฮงเกอร์แบบกิ๊ฟ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Beam Clamp:</strong> แคล้มยึดคาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>U-Bolt:</strong> ยูโบลท์ยึดท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Pipe Clamp:</strong> แคล้มประกับท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Anchor Bolt:</strong> พุกยึดฐาน</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- <strong>Threaded Rod:</strong> เกลียวร้อย</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> เหล็กชุบสังกะสี, สแตนเลส</p><p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานติดตั้งระบบท่อ</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบประปา</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานระบบแอร์</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">- งานโรงงานอุตสาหกรรม</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มเลเวล | LEVEL CLAMP</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แคล้มเลเวล | LEVEL CLAMP</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
จำหน่ายแคล้มเลเวล | LEVEL CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
จำหน่ายแคล้มเลเวล | LEVEL CLAMPคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,7 +72,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||||
<div class="prose prose-lg max-w-none">
|
<div class="prose prose-lg max-w-none">
|
||||||
<p class="text-base text-secondary-700">จำหน่าย แคล้มเลเวล | LEVEL CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
<p class="text-lg text-secondary-700">จำหน่าย แคล้มเลเวล | LEVEL CLAMP คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์, แคล้ม, โบลท์, แหวน, น็อต, สกรู, พุก, สตัดเกลียว | Hanger, Clamp, Bolt, Flat washer, Nut, Screw, Anchor</h1>
|
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">แฮงเกอร์, แคล้ม, โบลท์, แหวน, น็อต, สกรู, พุก, สตัดเกลียว | Hanger, Clamp, Bolt, Flat washer, Nut, Screw, Anchor</h1>
|
||||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||||
แฮงเกอร์, แคล้ม, โบลท์, แหวน, น็อต, สกรู, พุก, สตัดเกลี
|
แฮงเกอร์, แคล้ม, โบลท์, แหวน, น็อต, สกรู, พุก, สตัดเกลี
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
|||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-6 h-6 text-green-600 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" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
</svg>
|
</svg>
|
||||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user