Change menu label to ตู้ดับเพลิง

This commit is contained in:
Kunthawat Greethong
2026-05-24 15:36:03 +07:00
parent d52e62254c
commit 856ad5ff7a
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ const productCategories = [
{ label: "Maxflex", href: "/maxflex" },
{ label: "เทอร์โมเบรค Thermobreak", href: "/เทอร์โมเบรค-thermobreak" },
{ label: "Realflex", href: "/realflex" },
{ label: "อุปกรณ์ดับเพลิง", href: "/ตู้ดับเพลิง" },
{ label: "ตู้ดับเพลิง", href: "/ตู้ดับเพลิง" },
{ label: "รั้วเทวดา", href: "/รั้วเทวดา" },
{ label: "ระบบรั้วไวน์แมน", href: "/ระบบรั้วไวน์แมน" },
]

View File

@@ -53,10 +53,10 @@ const categories = [
]
},
{
name: 'อุปกรณ์ดับเพลิง',
name: 'ตู้ดับเพลิง',
slug: '/ตู้ดับเพลิง',
subcategories: [
{ name: 'อุปกรณ์ดับเพลิง', slug: '/ตู้ดับเพลิง' },
{ name: 'ตู้ดับเพลิง', slug: '/ตู้ดับเพลิง' },
{ name: 'Realflex', slug: '/realflex' },
]
},