diff --git a/public/images/grilles/supply-air.jpg b/public/images/grilles/supply-air.jpg new file mode 100644 index 0000000..9263569 Binary files /dev/null and b/public/images/grilles/supply-air.jpg differ diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index b4c1b93..0e685db 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -9,7 +9,7 @@ const companyInfo = { }; const productLinks = [ - { title: "ท่อพีพีอาร์", href: "/ท่อ-ppr-thai-ppr" }, + { title: "ระบบท่อ", href: "/ท่อ-ppr-thai-ppr" }, { title: "ท่อ HDPE", href: "/ท่อ-hdpe" }, { title: "ท่อ UPVC", href: "/ท่อ-upvc" }, { title: "เครื่องเชื่อมท่อ", href: "/เครื่องเชื่อม-hdpe" }, diff --git a/src/components/common/Header.astro b/src/components/common/Header.astro index ba89945..d786bbe 100644 --- a/src/components/common/Header.astro +++ b/src/components/common/Header.astro @@ -6,7 +6,7 @@ const navItems = [ const productCategories = [ { - title: "ท่อพีพีอาร์", + title: "ระบบท่อ", items: [ { label: "ไทยพีพีอาร์", href: "/ท่อ-ppr-thai-ppr" }, { label: "ท่อ PPR ตราช้าง", href: "/ท่อ-ppr-scg" }, @@ -58,7 +58,7 @@ const productCategories = [ { label: "Armaflex", href: "/armflex" }, { label: "Aeroflex", href: "/aeroflex" }, { label: "Maxflex", href: "/maxflex" }, - { label: "เทอร์โมเบรค Thermobreak", href: "/เทอร์โมเบรค-thermobreak" }, + { label: "Thermobreak", href: "/เทอร์โมเบรค-thermobreak" }, { label: "Realflex", href: "/realflex" }, { label: "ตู้ดับเพลิง", href: "/ตู้ดับเพลิง" }, { label: "รั้วเทวดา", href: "/รั้วเทวดา" }, diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index eecb440..5ec548b 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -122,7 +122,7 @@ const organizationSchema = { const categories = [ { - name: 'ท่อพีพีอาร์', + name: 'ระบบท่อ', slug: '/ท่อ-ppr-thai-ppr', subcategories: [ { name: 'ไทยพีพีอาร์', slug: '/ท่อ-ppr-thai-ppr' }, @@ -176,7 +176,7 @@ const categories = [ { name: 'Armaflex', slug: '/armflex' }, { name: 'Aeroflex', slug: '/aeroflex' }, { name: 'Maxflex', slug: '/maxflex' }, - { name: 'เทอร์โมเบรค', slug: '/เทอร์โมเบรค-thermobreak' }, + { name: 'Thermobreak', slug: '/เทอร์โมเบรค-thermobreak' }, ] }, { @@ -315,7 +315,7 @@ if (jsonLd) { const productLinks = [ { title: "ไทยพีพีอาร์", href: "/ท่อ-ppr-thai-ppr" }, - { title: "เทอร์โมเบรค", href: "/เทอร์โมเบรค-thermobreak" }, + { title: "Thermobreak", href: "/เทอร์โมเบรค-thermobreak" }, { title: "กริลแอร์", href: "/grilles" }, { title: "หัวจ่ายแอร์ Ball Jet", href: "/หัวจ่าย-ball-jet" }, { title: "ท่อ HDPE", href: "/ท่อ-hdpe" }, diff --git a/src/pages/all-products.astro b/src/pages/all-products.astro index dd1505a..0a61d63 100644 --- a/src/pages/all-products.astro +++ b/src/pages/all-products.astro @@ -4,12 +4,12 @@ import BaseLayout from '@/layouts/BaseLayout.astro'; // Categories match the main menu in BaseLayout.astro (header dropdown order) const products = [ // ท่อพีพีอาร์ (6 items - matches main menu) - { name: "ไทยพีพีอาร์", href: "/ท่อ-ppr-thai-ppr", image: "/images/products-cropped/ppr-pipe_000C.jpg", category: "ท่อพีพีอาร์" }, - { name: "ท่อ PPR ตราช้าง", href: "/ท่อ-ppr-scg", image: "/images/products-cropped/ppr-scg.jpg", category: "ท่อพีพีอาร์" }, - { name: "ท่อ HDPE", href: "/ท่อ-hdpe", image: "/images/products-cropped/hdpe001.png", category: "ท่อพีพีอาร์" }, - { name: "ท่อ UPVC", href: "/ท่อ-upvc", image: "/images/products-cropped/upvc-pipe_000C.jpg", category: "ท่อพีพีอาร์" }, - { name: "ท่อ Syler", href: "/ท่อ-syler", image: "/images/products-cropped/syler-pipe-cold-water.jpg", category: "ท่อพีพีอาร์" }, - { name: "ท่อ XYLENT", href: "/ท่อ-xy-lent", image: "/images/products-cropped/XYLENT_001.png", category: "ท่อพีพีอาร์" }, + { name: "ไทยพีพีอาร์", href: "/ท่อ-ppr-thai-ppr", image: "/images/products-cropped/ppr-pipe_000C.jpg", category: "ระบบท่อ" }, + { name: "ท่อ PPR ตราช้าง", href: "/ท่อ-ppr-scg", image: "/images/products-cropped/ppr-scg.jpg", category: "ระบบท่อ" }, + { name: "ท่อ HDPE", href: "/ท่อ-hdpe", image: "/images/products-cropped/hdpe001.png", category: "ระบบท่อ" }, + { name: "ท่อ UPVC", href: "/ท่อ-upvc", image: "/images/products-cropped/upvc-pipe_000C.jpg", category: "ระบบท่อ" }, + { name: "ท่อ Syler", href: "/ท่อ-syler", image: "/images/products-cropped/syler-pipe-cold-water.jpg", category: "ระบบท่อ" }, + { name: "ท่อ XYLENT", href: "/ท่อ-xy-lent", image: "/images/products-cropped/XYLENT_001.png", category: "ระบบท่อ" }, // เครื่องเชื่อมท่อ (4 items) { name: "เครื่องเชื่อม HDPE", href: "/เครื่องเชื่อม-hdpe", image: "/images/HDPE-welding-crop.jpg", category: "เครื่องเชื่อมท่อ" }, @@ -35,7 +35,7 @@ const products = [ { name: "Armaflex", href: "/armflex", image: "/images/armflex/armaflex-sheet-roll.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "Aeroflex", href: "/aeroflex", image: "/images/aeroflex/aerocel-d-al-real.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "Maxflex", href: "/maxflex", image: "/images/maxflex/maxflex-fsk-foil.jpg", category: "ฉนวนหุ้มท่อ" }, - { name: "เทอร์โมเบรค Thermobreak", href: "/เทอร์โมเบรค-thermobreak", image: "/images/thermobreak/thermobreak-main.jpg", category: "ฉนวนหุ้มท่อ" }, + { name: "Thermobreak", href: "/เทอร์โมเบรค-thermobreak", image: "/images/thermobreak/thermobreak-main.jpg", category: "ฉนวนหุ้มท่อ" }, // ระบบรั้ว (2 items) { name: "รั้วเทวดา", href: "/รั้วเทวดา", image: "/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_1.jpg", category: "ระบบรั้ว" }, @@ -44,7 +44,7 @@ const products = [ // Categories match main menu in BaseLayout.astro const categories = [ - { name: "ท่อพีพีอาร์", id: "ppr" }, + { name: "ระบบท่อ", id: "ppr" }, { name: "เครื่องเชื่อมท่อ", id: "welding" }, { name: "ระบบน้ำ", id: "water" }, { name: "อุปกรณ์ปรับอากาศ", id: "ac" }, diff --git a/src/pages/grilles.astro b/src/pages/grilles.astro index 73b32d7..b9eca08 100644 --- a/src/pages/grilles.astro +++ b/src/pages/grilles.astro @@ -165,6 +165,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
+
@@ -280,7 +280,7 @@ const articles = (await getCollection('blog')).sort(
+
6 รายการ
ดูสินค้า @@ -346,7 +346,7 @@ const articles = (await getCollection('blog')).sort( -
+
+
+