Files
dealplustech-astro/src/pages/services/index.astro

27 lines
2.5 KiB
Plaintext

---
import BaseLayout from '@/layouts/BaseLayout.astro';
import Header from '@/components/common/Header.astro';
import Footer from '@/components/common/Footer.astro';
---
<BaseLayout title="บริการของเรา | Services" 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">บริการของเรา | Services</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">บริการของเรา | Services - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ บริษัท ดีล พลัส เทค จำกัด มีบริการหลังการขาย และ บริการเพื่อส่งเสริมการขายโดยมุ่งหวังให้ท่านได้รับความพึงพอใจ จากสินค้าของเรา และ เกิดผลประโยชน์ทางธุรกิจแก่ท่านผู้มีอุปการะคุณ อย่างสูงสุดเราบริการท่านด้วยประสบการณ์ ความสามารถ และ ความรับผิดชอบ พร้อมที่จะดูแลงานที่ท่านมอบหมายด้วยความซื่อสัตย์ เต็มใจ ดังนั้นท</p>
</div>
</div>
</div>
</div>
</section>
</main>
<Footer slot="footer" />
</BaseLayout>