The JSON-LD Product schema in 6 product pages had hardcoded URLs to dealplustech.co.th, but astro.config.mjs configures the site as dealplustech.com. When this project replaces the old site, those URLs would 404. Changes: - Replace `https://dealplustech.co.th/images/...` with relative `/images/...` paths (resolved by Astro at build time) - Replace `https://dealplustech.co.th/<page>` with `https://dealplustech.com/<page>` (canonical domain) - Special case: vineman schema `image` referenced an .svg that doesn't exist locally — switch to the .jpg version that does (also used by the page body) at /images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg Files changed: - realflex.astro - วาล์ว-valve.astro - water-treatment.astro - เครื่องเชื่อม-hdpe.astro - ระบบรั้วไวน์แมน.astro - เทอร์โมเบรค-thermobreak.astro
580 lines
49 KiB
Plaintext
580 lines
49 KiB
Plaintext
---
|
||
import BaseLayout from '@/layouts/BaseLayout.astro';
|
||
import Header from '@/components/common/Header.astro';
|
||
import Footer from '@/components/common/Footer.astro';
|
||
import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
|
||
---
|
||
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "Product",
|
||
"name": "ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม",
|
||
"description": "จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
|
||
"image": "/images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg",
|
||
"offers": {
|
||
"@type": "Offer",
|
||
"url": "https://dealplustech.com/ระบบรั้วไวน์แมน-vineman-2",
|
||
"priceCurrency": "THB",
|
||
"availability": "https://schema.org/InStock"
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<BaseLayout title="ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม" description="จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
||
<Header slot="header" />
|
||
|
||
<main class="bg-white min-h-screen pb-24 md:pb-0">
|
||
<!-- 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">
|
||
|
||
<!-- Animated Background -->
|
||
<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>
|
||
|
||
<!-- Floating Particles -->
|
||
<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>
|
||
|
||
<!-- Water-inspired Waves -->
|
||
<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>
|
||
|
||
<!-- Second Wave Layer -->
|
||
<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">
|
||
<nav class="text-sm mb-4 text-primary-100">
|
||
<a href="/" class="hover:text-white">หน้าแรก</a> / <a href="/all-products" class="hover:text-white">สินค้าทั้งหมด</a> / <span class="text-white">ระบบรั้วไวน์แมน</span>
|
||
</nav>
|
||
<div class="grid lg:grid-cols-2 gap-12 items-start">
|
||
<div class="lg:sticky lg:top-24">
|
||
<div class="rounded-2xl overflow-hidden bg-white/10" p-2>
|
||
<img src="/images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg" alt="ระบบรั้วไวน์แมน Vineman" class="w-full" loading="eager" />
|
||
</div>
|
||
</div>
|
||
<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">ระบบรั้วไวน์แมน | Vineman</h1>
|
||
<p class="text-lg sm:text-xl text-white/80 mb-6 leading-relaxed">ส่งฟรี กรุงเทพมหานคร ปริมณฑล รั้วตาข่ายคุณภาพสูงจากออสเตรเลีย ทนทาน ดีไซน์ทันสมัย</p>
|
||
<div class="flex flex-wrap gap-4 mb-8">
|
||
<a href="https://line.me/ti/p/~JPPSELECTION" target="_blank" class="bg-accent-500 hover:bg-accent-600 text-white py-3 px-6 rounded-xl font-semibold flex items-start 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>
|
||
<span>แชท Line</span>
|
||
</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-start 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>
|
||
<span>090-555-1415</span>
|
||
</a>
|
||
<a href="#pricelist" data-price-button class="hidden bg-white text-primary-700 hover:bg-primary-50 py-3 px-6 rounded-xl font-semibold flex items-start 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="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
|
||
</svg>
|
||
<span>ราคาสินค้า</span>
|
||
</a>
|
||
</div><div class="flex flex-wrap gap-4 text-primary-100 text-sm">
|
||
<div class="flex items-start gap-1">
|
||
<svg class="w-5 h-5 text-accent-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>
|
||
<span>ลวดแรงดึงสูง เหนียว ทนต่อแรงกระแทก</span>
|
||
</div>
|
||
<div class="flex items-start gap-1">
|
||
<svg class="w-5 h-5 text-accent-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>
|
||
<span>ชุบสังกะสีหนา ตามมาตรฐาน ASTM</span>
|
||
</div>
|
||
<div class="flex items-start gap-1">
|
||
<svg class="w-5 h-5 text-accent-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>
|
||
<span>อายุการใช้งานมากกว่า 50 ปี</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Products Overview -->
|
||
<section class="py-16 px-4 bg-neutral-50">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">ลวดหนาม/เสารั้ว/เสารับแรง</h2>
|
||
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ระบบรั้วไวน์แมน.jpg" alt="ระบบรั้วไวน์แมน" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">ระบบรั้วไวน์แมน</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ลวดหนาม.jpg" alt="ลวดหนาม" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">ลวดหนาม</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ตาข่ายถักปม.jpg" alt="ตาข่ายถักปม" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">ตาข่ายถักปม</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ฟิคซ์ล็อค.jpg" alt="ฟิคซ์ล็อค" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">ฟิคซ์ล็อค</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- 6 Techniques Section -->
|
||
<section class="py-16 px-4">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">6 เทคนิคน่ารู้ ก่อนเลือกใช้ ระบบรั้วตาข่าย</h2>
|
||
<div class="grid lg:grid-cols-2 gap-8 items-start">
|
||
<div>
|
||
<img src="/images/products-raw/vineman/เทคนิคน่ารู้-ก่อนเลือกใช้-ระบบรั้วตาข่าย-488x1024.jpg" alt="6 เทคนิคน่ารู้" class="w-full h-auto rounded-xl max-w-md mx-auto" loading="lazy" />
|
||
</div>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">01</span>
|
||
<span class="text-neutral-700">ทนทาน ด้วยลวดแรงดึงสูง เหนียว ทนต่อแรงกระแทก ไม่ขาดง่าย</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">02</span>
|
||
<span class="text-neutral-700">คุ้มค่า ราคาถูกกว่า รั้วลวดหนาม รั้วคอนกรีต รั้วคาวบอย รั้วตาข่ายถัก CHAINLINK</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">03</span>
|
||
<span class="text-neutral-700">หนากว่า ด้วยลวดขนาด 2.50 มม. ชุบสังกะสีหนา ตามมาตรฐานอเมริกา (ASTM) อายุการใช้งานมากกว่า 50 ปี</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">04</span>
|
||
<span class="text-neutral-700">ดีไซน์เหนือกว่า ด้านล่างตีช่องถี่ ด้านบนช่องกว้าง ป้องกันสัตว์เล็กและสัตว์ใหญ่ได้พร้อมกัน</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">05</span>
|
||
<span class="text-neutral-700">ติดตั้งง่าย สะดวก รวดเร็ว พร้อมใช้งานเพียงตอกเสาเทปูน ขึงตึง</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<span class="flex-shrink-0 w-8 h-8 bg-primary-600 text-white rounded-full flex items-start justify-center font-bold">06</span>
|
||
<span class="text-neutral-700">สวยกว่า โปร่งโล่งสบายตา ไม่บดบังทัศนียภาพ ลมโกรก ถ่ายเทได้สะดวก</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Problems & Solutions -->
|
||
<section class="py-16 px-4 bg-neutral-50">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">ทุกปัญหา! ระบบรั้วเสาปูน แก้ไขด้วยระบบรั้วไวน์แมน</h2>
|
||
|
||
<!-- Problems Grid -->
|
||
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4 mb-8">
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/จุดเชื่อมของเสาค้ำยันไม่คงทน.jpg" alt="จุดเชื่อมของเสาค้ำยันไม่คงทน" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">จุดเชื่อมของเสาค้ำยันไม่คงทน</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/เปราะ-แตกหักง่าย.jpg" alt="เปราะ แตกหักง่าย" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">เปราะ แตกหักง่าย</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ตัวยึดลวดหนาม-หลุดง่าย.jpg" alt="ตัวยึดลวดหนาม หลุดง่าย" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">ตัวยึดลวดหนาม หลุดง่าย</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/เสาค้ำยันไม่แข็งแรง.jpg" alt="เสาค้ำยันไม่แข็งแรง" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">เสาค้ำยันไม่แข็งแรง</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/เกิดรอยร้าวง่าย.jpg" alt="เกิดรอยร้าวง่าย" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">เกิดรอยร้าวง่าย</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ต้องหล่อปูนทำฐานรากทุกต้น.jpg" alt="ต้องหล่อปูนทำฐานรากทุกต้น" class="w-full h-auto rounded-lg mb-2" loading="lazy" />
|
||
<p class="text-sm text-neutral-700">ต้องหล่อปูนทำฐานรากทุกต้น</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Solutions -->
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<img src="/images/products-raw/vineman/รั้วโปร่งโล่งสบายตา-1024x1013.jpg" alt="รั้วโปร่งโล่งสบายตา" class="w-full h-auto rounded-xl" loading="lazy" />
|
||
</div>
|
||
<div>
|
||
<img src="/images/products-raw/vineman/แข็งแรง-ติดตั้งง่าย-ได้ทุกภูมิทัศน์.jpg" alt="แข็งแรง ติดตั้งง่าย ได้ทุกภูมิทัศน์" class="w-full h-auto rounded-xl" loading="lazy" />
|
||
<p class="text-center text-neutral-700 font-medium mt-4">แข็งแรง ติดตั้งง่าย ได้ทุกภูมิทัศน์</p>
|
||
<p class="text-neutral-600 text-sm mt-2">ระบบรั้วตาข่ายไวน์แมน สามารถติดตั้งเดินแนวรั้วบนพื้นที่ทุกรูปแบบทั้งขึ้น-ลง เนินส่วนเว้า-ส่วนโค้งได้อย่างแข็งแรงและต่อเนื่อง</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Pole Types -->
|
||
<section class="py-16 px-4">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">รั้วตาข่ายไวน์แมน ใช้ได้กับเสาทุกประเภท</h2>
|
||
<div class="grid md:grid-cols-3 gap-6">
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/ระบบรั้วไวน์แมน-ระยะห่างของเสา-5-8-เมตร-1024x302.jpg" alt="ระยะห่างของเสา 5-8 เมตร" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">เสาไวน์แมน ระยะห่าง 5-8 เมตร</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/เสาปูน-ระยะห่างของเสา-4-6-เมตร-1024x299.jpg" alt="เสาปูน ระยะห่าง 4-6 เมตร" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">เสาปูน ระยะห่าง 4-6 เมตร</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<img src="/images/products-raw/vineman/เสาไม้เนื้อแข็ง-ระยะห่างของเสา-4-6-เมตร-1024x295.jpg" alt="เสาไม้เนื้อแข็ง ระยะห่าง 4-6 เมตร" class="w-full h-auto rounded-xl mb-3" loading="lazy" />
|
||
<p class="text-neutral-700 font-medium">เสาไม้เนื้อแข็ง ระยะห่าง 4-6 เมตร</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Semi-Spring Section -->
|
||
<section class="py-16 px-4 bg-neutral-50">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">ไวน์แมน รั้วตาข่ายกึ่งสปริง</h2>
|
||
<div class="grid lg:grid-cols-2 gap-8 items-start">
|
||
<div>
|
||
<img src="/images/products-raw/vineman/ไวน์แมน-รั้วตาข่ายกึ่งสปริง.jpg" alt="รั้วตาข่ายกึ่งสปริง" class="w-full h-auto rounded-xl" loading="lazy" />
|
||
</div>
|
||
<div class="space-y-4">
|
||
<p class="text-neutral-700 leading-relaxed">
|
||
รั้วตาข่ายไวน์แมน ผลิตจากลวดกึ่งสปริง คิดค้นและออกแบบรอยหยักบนเส้นลวดในแนวนอน สามารถสปริงตัวได้ รั้วไม่ยืด หรือหย่อยตัวง่าย มีความแข็งแรง ยืดหยุ่นสูง คืนตัวกลับได้ดี เมื่อโดนแรงกระแทก
|
||
</p>
|
||
<div class="flex items-start space-x-3">
|
||
<svg class="w-6 h-6 text-primary-600 mt-1 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||
</svg>
|
||
<span class="text-neutral-700">ยืดหยุ่นสูง เดินแนวรั้วขึ้น/ลงเนินได้อย่างต่อเนื่อง</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<svg class="w-6 h-6 text-primary-600 mt-1 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||
</svg>
|
||
<span class="text-neutral-700">เส้นแนวนอนมีแรงดึงสูง 750-900 นิวตัน/ตร.มม.</span>
|
||
</div>
|
||
<div class="flex items-start space-x-3">
|
||
<svg class="w-6 h-6 text-primary-600 mt-1 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||
</svg>
|
||
<span class="text-neutral-700">ทนสนิมด้วยชุบสังกะสีตามมาตรฐาน ASTM</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Buying Guide -->
|
||
<section class="py-16 px-4">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">VINEMAN Buying Guide</h2>
|
||
<div class="grid lg:grid-cols-2 gap-8">
|
||
<div>
|
||
<img src="/images/products-raw/vineman/VINEMAN-Buying-Guide.jpg" alt="VINEMAN Buying Guide" class="w-full h-auto rounded-xl" loading="lazy" />
|
||
</div>
|
||
<div class="space-y-4">
|
||
<p class="text-neutral-700 font-medium">สูตรคำนวณความยาวรอบพื้นที่โดยประมาณ</p>
|
||
<div class="bg-primary-50 p-6 rounded-xl text-center">
|
||
<p class="text-2xl font-bold text-primary-700">√ไร่ × 40 × 4</p>
|
||
</div>
|
||
<p class="text-neutral-600 text-sm">ตัวอย่าง: พื้นที่ขนาด 2 ไร่ มีความยาวรอบพื้นที่ = √2 × 40 × 4 = <strong>226 เมตร</strong></p>
|
||
<p class="text-neutral-500 text-xs">(สูตรในการคำนวณพื้นที่นี้ สามารถนำไปคำนวณกับพื้นที่รูปทรงสี่เหลี่ยมจตุรัส และพื้นที่รูปทรงอื่นๆ ได้โดยประมาณ)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Calculation Table -->
|
||
<section class="py-16 px-4 bg-neutral-50">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">ตาราง การคำนวณปริมาณเบื้องต้น</h2>
|
||
<img src="/images/products-raw/vineman/ตารางการคำนวณปริมาณเบื้องต้น-1024x322.jpg" alt="ตารางการคำนวณปริมาณเบื้องต้น" class="w-full max-w-3xl mx-auto h-auto rounded-xl" loading="lazy" />
|
||
<div class="mt-6 p-4 bg-yellow-50 rounded-xl max-w-3xl mx-auto">
|
||
<p class="text-neutral-700 text-sm"><strong>หมายเหตุ:</strong></p>
|
||
<ul class="text-neutral-600 text-sm list-disc list-inside space-y-1 mt-2">
|
||
<li>ตารางข้างต้น เป็นเพียงตัวอย่างในการคำนวณปริมาณเบื้องต้น สำหรับพื้นที่ราบ เส้นตรง รูปสี่เหลี่ยม (ไม่มีประตู) เท่านั้น</li>
|
||
<li>ควรติดตั้งเสารั้วทุก 4-8 เมตร ขึ้นอยู่กับสภาพพื้นดิน และประเภทของเสา</li>
|
||
<li>กรณีพื้นที่ขึ้น-ลงเนิน มีส่วนเว้า/โค้ง ควรเพิ่มแผง-เสารับแรง เพื่อความแข็งแรงของระบบรั้ว</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Product Features -->
|
||
<section class="py-16 px-4">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">จุดเด่นของระบบรั้วไวน์แมน</h2>
|
||
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ลวดแรงดึงสูง</h3>
|
||
<p class="text-neutral-600 text-sm">ผลิตจากลวดเหล็กกล้าคาร์บอนสูง แรงดึง 750-1,200 นิวตัน/ตร.มม. ทนต่อแรงกระแทกและการเสียดสี</p>
|
||
</div>
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.384-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.414 1.414.586 3.414-.586 3.414H12m5-15H7" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ชุบสังกะสีตามมาตรฐาน ASTM</h3>
|
||
<p class="text-neutral-600 text-sm">ชุบสังกะสีหนาพิเศษ Hot-dipped Galvanized Class 3 ทนสนิม อายุการใช้งานมากกว่า 50 ปี</p>
|
||
</div>
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">รั้วกึ่งสปริง</h3>
|
||
<p class="text-neutral-600 text-sm">ออกแบบรอยหยักบนเส้นลวดแนวนอน สามารถสปริงตัวได้ รั้วไม่ยืดหรือหย่อนตัวง่าย</p>
|
||
</div>
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ติดตั้งง่าย ประหยัด</h3>
|
||
<p class="text-neutral-600 text-sm">ใช้เสาระยะห่าง 4-8 เมตร ต้นเสาประหยัดกว่ารั้วประเภทอื่น ไม่ต้องเทปูนฐานทุกต้น</p>
|
||
</div>
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ดีไซน์โปร่งโล่ง</h3>
|
||
<p class="text-neutral-600 text-sm">ไม่บดบังทัศนียภาพ ลมโกรกถ่ายเทได้ดี สวยงาม เหมาะกับทุกสภาพภูมิทัศน์</p>
|
||
</div>
|
||
<div class="p-6 bg-neutral-50 rounded-xl">
|
||
<div class="w-12 h-12 bg-primary-100 rounded-full flex items-start justify-center mb-4">
|
||
<svg class="w-6 h-6 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ใช้ได้กับทุกประเภทเสา</h3>
|
||
<p class="text-neutral-600 text-sm">เข้ากันได้กับเสาไวน์แมน เสาปูน เสาไม้เนื้อแข็ง ติดตั้งเดินแนวรั้วขึ้น-ลงเนินได้</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Application Guide -->
|
||
<section class="py-16 px-4 bg-neutral-50">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">การใช้งานระบบรั้วไวน์แมน</h2>
|
||
|
||
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8">
|
||
<div class="text-center">
|
||
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-start justify-center mx-auto mb-4">
|
||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">โรงงาน/คลังสินค้า</h3>
|
||
<p class="text-neutral-600 text-sm">ล้อมรอบพื้นที่โรงงาน คลังสินค้า พื้นที่อุตสาหกรรม ป้องกันการเข้าถึงโดยไม่ได้รับอนุญาต</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-start justify-center mx-auto mb-4">
|
||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ฟาร์มปศุสัตว์</h3>
|
||
<p class="text-neutral-600 text-sm">เหมาะสำหรับฟาร์มเลี้ยงแพะ แกะ กวาง จิงโจ้ นกกระจอกเทศ ป้องกันสัตว์หลุดออกนอกพื้นที่</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-start justify-center mx-auto mb-4">
|
||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">สวนเกษตร/ไร่</h3>
|
||
<p class="text-neutral-600 text-sm">ล้อมสวนผลไม้ ไร่พืชไร่ ป้องกันสัตว์เข้ามาทำลายพืชผล ไม่บดบังแสงแดด</p>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-start justify-center mx-auto mb-4">
|
||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
|
||
</svg>
|
||
</div>
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-2">สถานที่สาธารณะ</h3>
|
||
<p class="text-neutral-600 text-sm">สนามกีฬา สวนสาธารณะ อาคารชุด หมู่บ้านจัดสรร กำแพงกันชน รั้วกั้นพื้นที่</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Application Table -->
|
||
<div class="bg-white p-6 rounded-xl">
|
||
<h3 class="text-lg font-bold text-neutral-900 mb-4">ตารางเปรียบเทียบการใช้งานตามประเภท</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="w-full text-sm">
|
||
<thead>
|
||
<tr class="bg-neutral-100">
|
||
<th class="text-left p-3 font-bold text-neutral-800">ประเภทการใช้งาน</th>
|
||
<th class="text-left p-3 font-bold text-neutral-800">รุ่นแนะนำ</th>
|
||
<th class="text-left p-3 font-bold text-neutral-800">ความสูง (เมตร)</th>
|
||
<th class="text-left p-3 font-bold text-neutral-800">ข้อแนะนำ</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-neutral-200">
|
||
<td class="p-3 text-neutral-700">โรงงาน คลังสินค้า</td>
|
||
<td class="p-3 text-neutral-700">13-175-15 / 14-200-15</td>
|
||
<td class="p-3 text-neutral-700">2.4 - 3.0</td>
|
||
<td class="p-3 text-neutral-700">เพิ่มลวดหนามบนสุดเพื่อความปลอดภัย</td>
|
||
</tr>
|
||
<tr class="border-b border-neutral-200">
|
||
<td class="p-3 text-neutral-700">ฟาร์มแพะ แกะ</td>
|
||
<td class="p-3 text-neutral-700">10-107-15 / 11-142-15</td>
|
||
<td class="p-3 text-neutral-700">1.0 - 1.5</td>
|
||
<td class="p-3 text-neutral-700">ตาข่ายถักปมช่องแคบกันสัตว์เล็ก</td>
|
||
</tr>
|
||
<tr class="border-b border-neutral-200">
|
||
<td class="p-3 text-neutral-700">ฟาร์มกวาง จิงโจ้</td>
|
||
<td class="p-3 text-neutral-700">11-155-15 / 12-120-15</td>
|
||
<td class="p-3 text-neutral-700">1.8 - 2.4</td>
|
||
<td class="p-3 text-neutral-700">ตาข่ายฟิคซ์ล็อคทนแรงกระแทก</td>
|
||
</tr>
|
||
<tr class="border-b border-neutral-200">
|
||
<td class="p-3 text-neutral-700">สวนผลไม้</td>
|
||
<td class="p-3 text-neutral-700">8-90-15 / 10-107-15</td>
|
||
<td class="p-3 text-neutral-700">1.2 - 1.8</td>
|
||
<td class="p-3 text-neutral-700">ประหยัด ทนทาน ไม่บดบังแสง</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="p-3 text-neutral-700">สถานที่สาธารณะ</td>
|
||
<td class="p-3 text-neutral-700">13-175-15 / 14-200-15</td>
|
||
<td class="p-3 text-neutral-700">2.0 - 3.0</td>
|
||
<td class="p-3 text-neutral-700">รั้วกึ่งสปริง ติดตั้งเร็ว สวยงาม</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- FAQ Section -->
|
||
<section class="py-16 px-4">
|
||
<div class="max-w-7xl mx-auto">
|
||
<div class="max-w-4xl mx-auto">
|
||
<h2 class="text-2xl font-bold text-neutral-900 mb-8 text-center">คำถามที่พบบ่อยเกี่ยวกับระบบรั้วไวน์แมน</h2>
|
||
|
||
<div class="space-y-4">
|
||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||
<details class="group">
|
||
<summary class="flex items-start justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||
<span class="font-medium text-neutral-900">ระบบรั้วไวน์แมนมีอายุการใช้งานนานเท่าไหร่?</span>
|
||
<svg class="w-5 h-5 text-neutral-500 group-open:rotate-180 transition-transform" 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>
|
||
</summary>
|
||
<div class="p-4 text-neutral-600 bg-white">
|
||
ระบบรั้วไวน์แมนมีอายุการใช้งานมากกว่า 50 ปี ขึ้นอยู่กับการชุบสังกะสีตามมาตรฐาน ASTM Class 3 ซึ่งผ่านการทดสอบ Salt Spray Test มากกว่า 3,000 ชั่วโมง สามารถทนทานต่อสภาวะกัดกร่อนในประเทศไทยที่มีความชื้นสูงได้เป็นอย่างดี
|
||
</div>
|
||
</details>
|
||
</div>
|
||
|
||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||
<details class="group">
|
||
<summary class="flex items-start justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||
<span class="font-medium text-neutral-900">ระยะห่างของเสาควรเท่าไหร่?</span>
|
||
<svg class="w-5 h-5 text-neutral-500 group-open:rotate-180 transition-transform" 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>
|
||
</summary>
|
||
<div class="p-4 text-neutral-600 bg-white">
|
||
ระยะห่างขึ้นอยู่กับประเภทเสาที่ใช้: เสาไวน์แมนแนะนำ 5-8 เมตร, เสาปูนหรือเสาไม้เนื้อแข็งแนะนำ 4-6 เมตร สำหรับพื้นที่ที่มีความเรียบ เส้นตรง ส่วนพื้นที่ที่มีความเป็นเนินหรือมีแนวโค้ง ควรลดระยะห่างลงและเพิ่มเสารับแรงเพื่อความแข็งแรงของระบบรั้ว
|
||
</div>
|
||
</details>
|
||
</div>
|
||
|
||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||
<details class="group">
|
||
<summary class="flex items-start justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||
<span class="font-medium text-neutral-900">ติดตั้งระบบรั้วไวน์แมนยากหรือไม่?</span>
|
||
<svg class="w-5 h-5 text-neutral-500 group-open:rotate-180 transition-transform" 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>
|
||
</summary>
|
||
<div class="p-4 text-neutral-600 bg-white">
|
||
การติดตั้งระบบรั้วไวน์แมนค่อนข้างง่ายและรวดเร็ว สามารถทำได้โดยตอกเสาลงพื้นดินหรือเทปูนรากเล็กน้อย จากนั้นขึงตาข่ายและยึดด้วยตัวยึดพิเศษ สำหรับพื้นที่ขนาดใหญ่สามารถติดตั้งได้ 100-200 เมตร/วัน ขึ้นอยู่กับสภาพพื้นที่และจำนวนช่าง
|
||
</div>
|
||
</details>
|
||
</div>
|
||
|
||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||
<details class="group">
|
||
<summary class="flex items-start justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||
<span class="font-medium text-neutral-900">ควรเลือกตาข่ายถักปมหรือตาข่ายฟิคซ์ล็อค?</span>
|
||
<svg class="w-5 h-5 text-neutral-500 group-open:rotate-180 transition-transform" 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>
|
||
</summary>
|
||
<div class="p-4 text-neutral-600 bg-white">
|
||
ตาข่ายถักปมเหมาะสำหรับการใช้งานทั่วไป เช่น ล้อมสวน โรงงาน สถานที่สาธารณะ ส่วนตาข่ายฟิคซ์ล็อคเหมาะสำหรับฟาร์มปศุสัตว์ที่ต้องการความแข็งแรงสูง เช่น ฟาร์มแพะ แกะ กวาง จิงโจ้ นกกระจอกเทศ เนื่องจากมีตัวล็อคพิเศษช่วยเพิ่มความทนทานต่อแรงกระแทกจากสัตว์
|
||
</div>
|
||
</details>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Contact CTA -->
|
||
<section class="py-16 px-4 bg-gradient-to-br from-primary-700 to-primary-600 text-white text-center relative overflow-hidden">
|
||
<div class="max-w-4xl mx-auto">
|
||
<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="https://line.me/ti/p/~JPPSELECTION" target="_blank" class="bg-white text-primary-700 py-3 px-8 rounded-xl font-semibold hover:bg-primary-50 flex items-start 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>
|
||
แชท
|
||
</a>
|
||
<a href="tel:0905551415" class="bg-accent-500 hover:bg-accent-600 text-white py-3 px-8 rounded-xl font-semibold flex items-start 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>
|
||
</section>
|
||
</main>
|
||
|
||
<Footer slot="footer" />
|
||
|
||
<StickyBottomCTA phone="0905551415" lineUrl="https://line.me/ti/p/~JPPSELECTION" slot="after-footer" />
|
||
</BaseLayout> |