diff --git a/src/content/blog/ท่อ-ppr-คืออะไร.md b/src/content/blog/ท่อ-ppr-คืออะไร.md index 293996cfc..ca927fecb 100644 --- a/src/content/blog/ท่อ-ppr-คืออะไร.md +++ b/src/content/blog/ท่อ-ppr-คืออะไร.md @@ -5,7 +5,7 @@ excerpt: "ท่อ PPR (Polypropylene Random Copolymer) เป็นท่อ date: "2024-01-15" author: "Deal Plus Tech" categories: ["ท่อ PPR", "ความรู้", "คู่มือ"] -featuredImage: "/images/2021/03/ppr-pipe_000C.jpg" +featuredImage: "/images/2021/03/hdpe_pipe_main.jpg" --- ## ท่อ PPR คืออะไร? diff --git a/src/content/products/poloplast.md b/src/content/products/poloplast.md index ee505dbe2..8bc8bce3c 100644 --- a/src/content/products/poloplast.md +++ b/src/content/products/poloplast.md @@ -5,7 +5,7 @@ nameEn: POLOPLAST PP-R Pipe slug: pp-r-pp-rct-poloplast description: 'ท่อพีพีอาร์ POLOPLAST จากเยอรมนี มาตรฐาน DVGW และ SKZ ทนอุณหภูมิ 95°C รับประกัน 10 ปี' shortDescription: 'ท่อ PP-R/PP-RCT POLOPLAST คุณภาพเยอรมัน' -image: /images/2021/03/poloplast_000C.jpg +image: /images/2021/03/hdpe001.jpg keywords: - POLOPLAST - ท่อเยอรมัน diff --git a/src/content/products/ppr-elephant.md b/src/content/products/ppr-elephant.md index eeebc6fef..b78c0ca70 100644 --- a/src/content/products/ppr-elephant.md +++ b/src/content/products/ppr-elephant.md @@ -5,7 +5,7 @@ nameEn: PPR Elephant Pipe slug: ท่อพีพีอาร์ตราช้าง description: 'ท่อพีพีอาร์ตราช้าง (SCG) คุณภาพระดับสากล ทนอุณหภูมิสูง 95°C ทนความดัน 20 บาร์ อายุการใช้งาน 50 ปี' shortDescription: 'ท่อพีพีอาร์ตราช้าง SCG มาตรฐาน DIN 8077/8078' -image: /images/2021/03/ppr-pipe_000C.jpg +image: /images/2021/03/hdpe_pipe_main.jpg seoContent: 'ท่อพีพีอาร์ตราช้าง (PPR Elephant) ผลิตโดย SCG บริษัทชั้นนำของไทย เป็นท่อพลาสติกประเภท Polypropylene Random Copolymer (PP-R) ที่มีคุณภาพสูง ได้รับมาตรฐาน DIN 8077/8078 จากเยอรมนี และมาตรฐาน ISO 15874 ระดับสากล' keywords: - ท่อ PPR diff --git a/src/content/products/syler.md b/src/content/products/syler.md index 573718411..53c63ac67 100644 --- a/src/content/products/syler.md +++ b/src/content/products/syler.md @@ -5,7 +5,7 @@ nameEn: Syler Pipe slug: ท่อไซเลอร์ description: 'ท่อไซเลอร์ ท่อเหล็กบุ PE ทนแรงดัน 50 bar มาตรฐาน BS1387 FM APPROVED สำหรับระบบดับเพลิง' shortDescription: 'ท่อเหล็กบุ PE BS1387 FM APPROVED' -image: /images/2021/03/syler_000C.jpg +image: /images/2021/03/hdpe002.jpg keywords: - ท่อไซเลอร์ - Syler Pipe diff --git a/src/content/products/thai-ppr.md b/src/content/products/thai-ppr.md index 96055b54e..fd71c510b 100644 --- a/src/content/products/thai-ppr.md +++ b/src/content/products/thai-ppr.md @@ -5,7 +5,7 @@ nameEn: Thai PPR Pipe slug: ท่อppr-thaippr description: 'ท่อ PPR Thai PPR คุณภาพสูง มาตรฐาน มอก. เหมาะสำหรับงานประปาและระบบน้ำ' shortDescription: 'ท่อ PPR Thai PPR มาตรฐาน มอก.' -image: /images/2021/03/ppr-pipe_000C.jpg +image: /images/2021/03/hdpe_pipe_main.jpg keywords: - ท่อ PPR - Thai PPR diff --git a/src/pages/privacy-policy.astro b/src/pages/privacy-policy.astro index 3c9f9a4ba..e2feacd08 100644 --- a/src/pages/privacy-policy.astro +++ b/src/pages/privacy-policy.astro @@ -1,11 +1,14 @@ --- +import Header from '../components/Header.astro'; +import Footer from '../components/Footer.astro'; import BaseLayout from '../layouts/BaseLayout.astro'; const POLICY_VERSION = '1.0.0'; const LAST_UPDATED = '2026-03-10'; --- - +
+
diff --git a/src/pages/terms-and-conditions.astro b/src/pages/terms-and-conditions.astro index 35b8bc1ee..f0ad2ac1e 100644 --- a/src/pages/terms-and-conditions.astro +++ b/src/pages/terms-and-conditions.astro @@ -1,8 +1,11 @@ --- +import Header from '../components/Header.astro'; +import Footer from '../components/Footer.astro'; import BaseLayout from '../layouts/BaseLayout.astro'; --- - +
+