Files
dealplustech-astroreal/src/pages/รั้วเทวดา.astro
Kunthawat Greethong d5d4574683 fix(hero): replace product pill with category from all-products
Each product page's hero pill now shows the category from
all-products.astro instead of the product-specific sub-pill.

Updated 25 pages:
- ระบบท่อ (6): ppr-thai-ppr, ppr-scg, hdpe, upvc, syler, xy-lent
- เครื่องเชื่อมท่อ (2): pipe-coupling, เม็กกรู๊ฟ-คับปลิ้ง
- ระบบน้ำ (3): วาล์ว-valve, water-pump, water-treatment
- อุปกรณ์ปรับอากาศ (3): grilles, durgo-avvs, หัวจ่าย-ball-jet
- อุปกรณ์ดับเพลิง (2): ตู้ดับเพลิง, realflex
- ฉนวนหุ้มท่อ (7): armflex, aeroflex, maxflex, thermobreak, rockwool, microfiber, scg
- ระบบรั้ว (1): รั้วเทวดา
- เดิม: ระบบรั้วไวน์แมน, เครื่องเชื่อม-hdpe, เครื่องเชื่อม-ppr
2026-06-10 14:34:42 +07:00

271 lines
23 KiB
Plaintext

---
import BaseLayout from '@/layouts/BaseLayout.astro';
---
<BaseLayout title="รั้วเทวดา | ระบบรั้วสำเร็จรูป คุณภาพสูง ราคาคุ้มค่า" description="รั้วเทวดา ระบบรั้วสำเร็จรูปสำหรับโรงงาน โกดัง สถานที่เกษตร รีสอร์ท และอื่นๆ พร้อมบริการติดตั้งครบวงจร"
product={{
name: 'รั้วเทวดา | ระบบรั้วสำเร็จรูป คุณภาพสูง ราคาคุ้มค่า',
image: '/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_1.jpg',
brand: 'Tevada',
}}
howTo={{
name: 'ขั้นตอนการติดตั้งรั้วเทวดา',
description: 'กระบวนการติดตั้งรั้วสำเร็จรูปรั้วเทวดา 4 ขั้นตอน รวดเร็ว ติดตั้งง่าย',
totalTime: 'P1D',
steps: [
'วัดขนาดพื้นที่ที่ต้องการติดตั้งรั้ว',
'ปักเสาเหล็กตามระยะที่กำหนด',
'ยึดแผ่นรั้วเข้ากับเสา',
'ตรวจสอบความเรียบร้อยและความแข็งแรง',
],
}}
faq={[
{ question: 'รั้วเทวดาใช้เวลาติดตั้งนานแค่ไหน?', answer: 'สำหรับพื้นที่ 100 ตารางเมตร ใช้เวลาติดตั้งประมาณ 1-2 วัน ขึ้นอยู่กับสภาพพื้นที่' },
{ question: 'อายุการใช้งานของรั้วเทวดาเท่าไหร่?', answer: 'รั้วเทวดามีอายุการใช้งานประมาณ 15-20 ปี ขึ้นอยู่กับสภาพแวดล้อมและการดูแลรักษา' },
{ question: 'สามารถสั่งตัดขนาดพิเศษได้หรือไม่?', answer: 'ใช่ สามารถสั่งตัดขนาดตามความต้องการของลูกค้าได้ ราคาจะปรับตามขนาดที่สั่งทำ' },
{ question: 'มีบริการติดตั้งให้หรือไม่?', answer: 'มีบริการติดตั้งครบวงจร ทั้งในกรุงเทพฯ และต่างจังหวัด ค่าบริการขึ้นอยู่กับระยะทางและความยากง่าย' },
]}>
<main class="bg-white min-h-screen">
<!-- Hero Section -->
<section class="relative bg-gradient-to-br from-primary-800 via-primary-700 to-primary-900 text-white py-16 lg:py-24 overflow-hidden">
<div class="absolute inset-0 overflow-hidden pointer-events-none">
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-gradient-to-br from-primary-400/30 via-primary-500/15 to-transparent rounded-full blur-[100px] animate-mesh-1"></div>
<div class="absolute top-1/4 left-1/4 w-2 h-2 bg-white/30 rounded-full animate-float"></div>
<div class="absolute top-1/3 right-1/4 w-3 h-3 bg-primary-300/20 rounded-full animate-float-delayed-1"></div>
<div class="absolute top-2/3 left-1/3 w-2 h-2 bg-primary-200/20 rounded-full animate-float-delayed-2"></div>
<svg class="absolute bottom-0 left-0 w-full h-[250px] opacity-20" viewBox="0 0 1440 250" preserveAspectRatio="none">
<path d="M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z" fill="none" stroke="url(#water-gradient-hero)" stroke-width="2">
<animate attributeName="d" dur="10s" repeatCount="indefinite" values="M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z;M0,180 Q360,80 720,180 T1440,180 L1440,250 L0,250 Z;M0,150 Q360,50 720,150 T1440,150 L1440,250 L0,250 Z"/>
</path>
<defs>
<linearGradient id="water-gradient-hero" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#40916c"/>
<stop offset="50%" stop-color="#74c69d"/>
<stop offset="100%" stop-color="#40916c"/>
</linearGradient>
</defs>
</svg>
<svg class="absolute bottom-0 left-0 w-full h-[200px] opacity-10" viewBox="0 0 1440 200" preserveAspectRatio="none">
<path d="M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="1">
<animate attributeName="d" dur="15s" repeatCount="indefinite" values="M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z;M0,120 Q240,20 480,120 T960,120 T1440,120 L1440,200 L0,200 Z;M0,100 Q240,200 480,100 T960,100 T1440,100 L1440,200 L0,200 Z"/>
</path>
</svg>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="grid lg:grid-cols-2 gap-12 items-start">
<div>
<span class="inline-block px-4 py-1.5 bg-white/20 text-white rounded-full text-sm font-medium mb-4">ระบบรั้ว</span>
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold mb-4">รั้วเทวดา</h1>
<p class="text-lg text-primary-100 mb-8 leading-relaxed">
ระบบรั้วสำเร็จรูปคุณภาพสูง ราคาคุ้มค่า เหมาะสำหรับโรงงาน โกดัง สถานที่เกษตร และอื่นๆ พร้อมบริการติดตั้งครบวงจรโดยทีมงานมืออาชีพ
</p>
<div class="flex flex-wrap justify-center gap-4 mb-8 lg:justify-start">
<a href="https://line.me/ti/p/~JPPSELECTION" target="_blank" rel="noopener" class="bg-accent-500 hover:bg-accent-600 text-white py-3 px-6 rounded-xl font-semibold flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.63 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.344.282-.629.627-.629h2.386c.349 0 .63.285.63.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.629.63-.629.345 0 .63.284.63.629v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.629.627-.629.349 0 .631.284.631.629v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.629.63-.629.348 0 .63.284.63.629v4.141h1.756c.348 0 .629.283.629.63 0 .344-.282.629-.629.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314"/></svg>
แชท Line
</a>
<a href="tel:0905551415" class="bg-white text-primary-700 hover:bg-primary-50 py-3 px-6 rounded-xl font-semibold flex items-center gap-2">
<svg class="w-5 h-5" 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" />
</svg>
090-555-1415
</a>
</div>
</div>
<div class="lg:sticky lg:top-24">
<div class="rounded-2xl overflow-hidden bg-white/10 p-2 max-w-md mx-auto lg:max-w-none">
<img src="/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_1.jpg" alt="รั้วเทวดา" class="w-full max-w-md mx-auto lg:max-w-none" loading="eager" />
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 bg-neutral-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">คุณสมบัติเด่น</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">ทำไมต้องเลือกรั้วเทวดา</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">🛡️</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">วัสดุคุณภาพ</h3>
<p class="text-sm text-neutral-600">แผ่นรั้วทำจากเหล็กพ่นสีชุบกันสนิม ทนทานต่อสภาพอากาศไทย</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">🔧</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ติดตั้งง่าย</h3>
<p class="text-sm text-neutral-600">ระบบ Prefab สำเร็จรูป ติดตั้งได้รวดเร็ว ลดค่าแรง</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">✨</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ดูแลรักษาง่าย</h3>
<p class="text-sm text-neutral-600">ไม่ต้องทาสี ทำความสะอาดง่าย อายุการใช้งานยาวนาน</p>
</div>
<div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-md transition-shadow text-center">
<div class="text-4xl mb-4">💰</div>
<h3 class="text-lg font-semibold text-neutral-900 mb-2">ราคาคุ้มค่า</h3>
<p class="text-sm text-neutral-600">ราคาถูกกว่ารั้วคอนกรีต แต่คุณภาพไม่แพ้กัน</p>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="grid md:grid-cols-3 gap-6">
<div class="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow">
<img src="/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_1.jpg" alt="รั้วเทวดา ภาพที่ 1" class="w-full h-auto" loading="lazy" />
</div>
<div class="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow">
<img src="/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_2.jpg" alt="รั้วเทวดา ภาพที่ 2" class="w-full h-auto" loading="lazy" />
</div>
<div class="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow">
<img src="/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_3.jpg" alt="รั้วเทวดา ภาพที่ 3" class="w-full h-auto" loading="lazy" />
</div>
</div>
</div>
</section>
<!-- Applications Section -->
<section class="py-16 bg-primary-700 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold mb-4">การประยุกต์ใช้งาน</h2>
<p class="text-primary-100 max-w-2xl mx-auto">เหมาะสำหรับหลายประเภทธุรกิจ</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4">
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">🏭</div>
<h4 class="font-medium text-sm">โรงงานอุตสาหกรรม</h4>
<p class="text-xs text-white/70 mt-1">รั้วกั้นพื้นที่โรงงาน ความปลอดภัยสูง</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">📦</div>
<h4 class="font-medium text-sm">โกดังสินค้า</h4>
<p class="text-xs text-white/70 mt-1">รั้วกั้นเขตเก็บสินค้า ทนทานต่อแรงกระแทก</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">🌾</div>
<h4 class="font-medium text-sm">สถานที่เกษตร</h4>
<p class="text-xs text-white/70 mt-1">รั้วล้อมไร่นา ฟาร์ม สวนเกษตร</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">🏝️</div>
<h4 class="font-medium text-sm">รีสอร์ทและโรงแรม</h4>
<p class="text-xs text-white/70 mt-1">รั้วกั้นพื้นที่ สวยงาม ทนสภาพอากาศ</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">🏫</div>
<h4 class="font-medium text-sm">สถานศึกษา</h4>
<p class="text-xs text-white/70 mt-1">รั้วกั้นโรงเรียน มหาวิทยาลัย</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-xl p-4 text-center hover:bg-white/20 transition-colors">
<div class="text-3xl mb-2">🏠</div>
<h4 class="font-medium text-sm">บ้านพักอาศัย</h4>
<p class="text-xs text-white/70 mt-1">รั้วรอบบ้าน ความเป็นส่วนตัวสูง</p>
</div>
</div>
</div>
</section>
<!-- Installation Steps -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">ขั้นตอนการติดตั้ง</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">ติดตั้งง่าย รวดเร็ว ด้วยทีมงานมืออาชีพ</p>
</div>
<div class="grid md:grid-cols-4 gap-6">
<div class="relative bg-white rounded-xl p-6 shadow-sm text-center border border-neutral-200">
<div class="w-12 h-12 bg-primary-600 text-white rounded-full flex items-start justify-center text-xl font-bold mx-auto mb-3">1</div>
<h4 class="font-semibold text-neutral-900 mb-1">วัดพื้นที่</h4>
<p class="text-sm text-neutral-600">วัดขนาดพื้นที่ที่ต้องการติดตั้งรั้ว</p>
</div>
<div class="relative bg-white rounded-xl p-6 shadow-sm text-center border border-neutral-200">
<div class="w-12 h-12 bg-primary-600 text-white rounded-full flex items-start justify-center text-xl font-bold mx-auto mb-3">2</div>
<h4 class="font-semibold text-neutral-900 mb-1">ปักเสา</h4>
<p class="text-sm text-neutral-600">ปักเสาเหล็กตามระยะที่กำหนด</p>
</div>
<div class="relative bg-white rounded-xl p-6 shadow-sm text-center border border-neutral-200">
<div class="w-12 h-12 bg-primary-600 text-white rounded-full flex items-start justify-center text-xl font-bold mx-auto mb-3">3</div>
<h4 class="font-semibold text-neutral-900 mb-1">ติดตั้งแผ่นรั้ว</h4>
<p class="text-sm text-neutral-600">ยึดแผ่นรั้วเข้ากับเสา</p>
</div>
<div class="relative bg-white rounded-xl p-6 shadow-sm text-center border border-neutral-200">
<div class="w-12 h-12 bg-primary-600 text-white rounded-full flex items-start justify-center text-xl font-bold mx-auto mb-3">4</div>
<h4 class="font-semibold text-neutral-900 mb-1">ตรวจสอบ</h4>
<p class="text-sm text-neutral-600">ตรวจสอบความเรียบร้อยและความแข็งแรง</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-neutral-50">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl lg:text-4xl font-bold text-primary-700 mb-4">คำถามที่พบบ่อย</h2>
<p class="text-neutral-600 max-w-2xl mx-auto">ข้อมูลเพิ่มเติมเกี่ยวกับรั้วเทวดา</p>
</div>
<div class="space-y-4">
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-start justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">รั้วเทวดาใช้เวลาติดตั้งนานแค่ไหน?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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"/></svg>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">สำหรับพื้นที่ 100 ตารางเมตร ใช้เวลาติดตั้งประมาณ 1-2 วัน ขึ้นอยู่กับสภาพพื้นที่</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-start justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">อายุการใช้งานของรั้วเทวดาเท่าไหร่?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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"/></svg>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">รั้วเทวดามีอายุการใช้งานประมาณ 15-20 ปี ขึ้นอยู่กับสภาพแวดล้อมและการดูแลรักษา</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-start justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">สามารถสั่งตัดขนาดพิเศษได้หรือไม่?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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"/></svg>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">ใช่ สามารถสั่งตัดขนาดตามความต้องการของลูกค้าได้ ราคาจะปรับตามขนาดที่สั่งทำ</div>
</details>
<details class="group bg-white rounded-xl shadow-sm">
<summary class="flex items-start justify-between p-5 cursor-pointer hover:bg-neutral-50">
<span class="font-medium text-neutral-900">มีบริการติดตั้งให้หรือไม่?</span>
<span class="ml-4 flex-shrink-0 text-primary-600 group-open:rotate-180 transition-transform">
<svg class="w-5 h-5" 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"/></svg>
</span>
</summary>
<div class="px-5 pb-5 text-neutral-600">มีบริการติดตั้งครบวงจร ทั้งในกรุงเทพฯ และต่างจังหวัด ค่าบริการขึ้นอยู่กับระยะทางและความยากง่าย</div>
</details>
</div>
</div>
</section>
<!-- CTA Section -->
</BaseLayout>
<!-- CTA -->
<section class="py-16 bg-gradient-to-br from-primary-700 to-primary-600 text-white relative overflow-hidden">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">สนใจสินค้านี้?</h2>
<p class="text-lg text-primary-100 mb-8">ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ JPPSELECTION</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="/contact-us" class="bg-white text-primary-700 py-3 px-8 rounded-xl font-semibold hover:bg-primary-50 transition-colors">ติดต่อเรา</a>
<a href="https://line.me/ti/p/~JPPSELECTION" target="_blank" rel="noopener" class="bg-accent-500 hover:bg-accent-600 text-white py-3 px-8 rounded-xl font-semibold transition-colors">แอดไลน์</a>
</div>
</div>
</section> </main>
</BaseLayout>