27 lines
2.1 KiB
Plaintext
27 lines
2.1 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-lg text-secondary-700 leading-relaxed mb-4">ร่วมงานกับเรา - Deal Plus Tech บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่าย ท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก ปรึกษา Dealplustech ได้ตลอดเวลาทำการ Sales Engineer Search for: Search Button Contact Details บริษัท ดีล พลัส เทค จำกัด 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม.</p><p class="text-lg text-secondary-700 leading-relaxed mb-4">10160 ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล Telephone: 090-555-1415 E-mail: dealplustech@gmail.com Newsletter Sign up for our e-mail to get latest news.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<Footer slot="footer" />
|
|
</BaseLayout>
|