Remove อุปกรณ์ปรับอากาศ page and all references

This commit is contained in:
Kunthawat Greethong
2026-05-24 15:43:13 +07:00
parent d231325a4d
commit 984c2571c5
4 changed files with 2 additions and 305 deletions

View File

@@ -28,8 +28,6 @@ const products = [
{ name: "ปั๊มน้ำ Water Pump", href: "/water-pump", image: "/images/products-cropped/water-pump_000C.jpg", category: "ปั๊มและระบบน้ำ" },
{ name: "ระบบกรองน้ำ", href: "/water-treatment", image: "/images/products-cropped/water-treatment_000C.jpg", category: "ปั๊มและระบบน้ำ" },
// อุปกรณ์ปรับอากาศ
{ name: "อุปกรณ์ปรับอากาศ", href: "/อุปกรณ์ปรับอากาศ", image: "/images/products-raw/ball-jet/main-ball-jet.jpg", category: "อุปกรณ์ปรับอากาศ" },
{ name: "กริลแอร์", href: "/grilles", image: "/images/products-cropped/grilles_000C.jpg", category: "อุปกรณ์ปรับอากาศ" },
// ฉนวนและรั้ว
@@ -55,7 +53,7 @@ const categories = [
{ name: "เครื่องเชื่อมท่อ", id: "welding", count: 4 },
{ name: "วาล์ว", id: "valve", count: 2 },
{ name: "ปั๊มและระบบน้ำ", id: "pump", count: 2 },
{ name: "อุปกรณ์ปรับอากาศ", id: "ac", count: 2 },
{ name: "อุปกรณ์ปรับอากาศ", id: "ac", count: 1 },
{ name: "ฉนวนและรั้ว", id: "fence", count: 8 },
];
---