diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index ccd60d163..1be05098b 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -36,7 +36,12 @@ const { title, description, image } = Astro.props; {title} | ดีล พลัส เทค + + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 3ec13b6b1..b50660b40 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,22 +1,28 @@ --- import BaseLayout from '../layouts/BaseLayout.astro'; +import Header from '../components/Header.astro'; +import Footer from '../components/Footer.astro'; import FloatingContact from '../components/FloatingContact.astro'; import { productCategories } from '../data/site-config'; -// Featured products - key products for homepage +// Featured products const featuredProducts = productCategories.filter(p => ['ppr-elephant', 'hdpe', 'poloplast', 'syler', 'xylent'].includes(p.id) ).slice(0, 6); --- + +
+ +
ท่อพีพีอาร์คุณภาพสูง @@ -29,158 +35,53 @@ const featuredProducts = productCategories.filter(p => วัสดุท่อ อุปกรณ์ HVAC และฉนวนหุ้มท่อ -

- จำหน่ายและติดตั้งท่อ PPR, ท่อ HDPE, กริลแอร์, เทอร์โมเบรค และอุปกรณ์ระบบท่อครบวงจร พร้อมบริการให้คำปรึกษาจากทีมมืออาชีพ +

+ จำหน่ายท่อพีพีอาร์ ท่อ HDPE ท่อเหล็ก และอุปกรณ์ระบบท่อคุณภาพสูง

-
- -
- - -
-
-
-
-
- - - -
-

สินค้าคุณภาพ

-

- สินค้าทุกชิ้นผ่านมาตรฐานคุณภาพ พร้อมรับประกัน -

-
-
-
- - - -
-

จัดส่งรวดเร็ว

-

- จัดส่งสินค้าทั่วประเทศ รวดเร็วและปลอดภัย -

-
-
-
- - - -
-

บริการหลังการขาย

-

- ทีมงานพร้อมให้คำปรึกษาและดูแลอย่างต่อเนื่อง -

+ ดูสินค้าทั้งหมด + ติดต่อเรา
-
+
-

- สินค้าเด่น -

-

ผลิตภัณฑ์คุณภาพสูงที่ได้รับความนิยม

+

สินค้าแนะนำ

+

คุณภาพมาตรฐานสากล ราคาแข่งขันได้

{featuredProducts.map((product) => ( - -
- {product.name} -
-
- - -
-
- - -
-
-
-
-

- เกี่ยวกับเรา -

-

- บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชียวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR คุณภาพสูง ราคาถูก -

-

- ด้วยประสบการณ์ยาวนาน เราพร้อมให้บริการสินค้าคุณภาพและคำแนะนำจากผู้เชี่ยวชาญ เพื่อให้งานระบบของคุณมีประสิทธิภาพสูงสุด -

- - อ่านเพิ่มเติม - -
-
- เกี่ยวกับดีลพลัสเทค -
-
-
-
- - -
-
-

- สนใจสินค้าหรือต้องการคำปรึกษา? -

-

- ทีมงานของเราพร้อมให้คำแนะนำและช่วยคุณเลือกสินค้าที่เหมาะสมที่สุด -

-
+ + +