27 lines
2.2 KiB
Plaintext
27 lines
2.2 KiB
Plaintext
---
|
|
import BaseLayout from '@/layouts/BaseLayout.astro';
|
|
import Header from '@/components/common/Header.astro';
|
|
import Footer from '@/components/common/Footer.astro';
|
|
---
|
|
|
|
<BaseLayout title="สินค้าของเรา" description="สินค้าของเรา ส่งฟรี กรุงเทพมหานคร ปริมณฑล สามารถสอบถามไ">
|
|
<Header slot="header" />
|
|
|
|
<main class="px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-primary-50 via-white to-accent-50 min-h-screen">
|
|
<section id="product-detail" class="section">
|
|
<div class="container-custom">
|
|
<div class="max-w-4xl mx-auto">
|
|
<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="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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<Footer slot="footer" />
|
|
</BaseLayout>
|