Files
dealplustech-astro/src/pages/all-projects/index.astro

27 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
import BaseLayout from '@/layouts/BaseLayout.astro';
import Header from '@/components/common/Header.astro';
import Footer from '@/components/common/Footer.astro';
---
<BaseLayout title="all-projects" description="all-projects">
<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">all-projects</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">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>
</section>
</main>
<Footer slot="footer" />
</BaseLayout>