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

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