fix: Add Header/Footer to all pages and fix missing images

- Added Header and Footer to privacy-policy, terms pages
- Fixed image references in product markdowns
- Using existing images (hdpe_pipe_main.jpg, etc.)
- All pages now have proper navigation and layout
This commit is contained in:
Kunthawat
2026-03-11 16:09:15 +07:00
parent c99c43fd61
commit 13abb5b553
7 changed files with 13 additions and 7 deletions

View File

@@ -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 คืออะไร?

View File

@@ -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
- ท่อเยอรมัน

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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';
---
<BaseLayout title="นโยบายความเป็นส่วนตัว" description="นโยบายความเป็นส่วนตัวของดีล พลัส เทค ตาม พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA)">
<Fragment slot="header"><Header /></Fragment>
<BaseLayout title="นโยบายความเป็นส่วนตัว" description="นโยบายความเป็นส่วนตัวของดีล พลัส เทค ตาม พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA)">
<main class="min-h-screen py-12 bg-secondary-50">
<article class="container mx-auto px-4 max-w-4xl">
<div class="bg-white rounded-2xl shadow-lg p-6 md:p-12">

View File

@@ -1,8 +1,11 @@
---
import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro';
import BaseLayout from '../layouts/BaseLayout.astro';
---
<BaseLayout title="ข้อกำหนดการใช้งาน" description="ข้อกำหนดและเงื่อนไขการใช้งานเว็บไซต์ดีล พลัส เทค">
<Fragment slot="header"><Header /></Fragment>
<BaseLayout title="ข้อกำหนดการใช้งาน" description="ข้อกำหนดและเงื่อนไขการใช้งานเว็บไซต์ดีล พลัส เทค">
<main class="min-h-screen py-12 bg-secondary-50">
<article class="container mx-auto px-4 max-w-4xl">
<div class="bg-white rounded-2xl shadow-lg p-6 md:p-12">