--- const navItems = [ { label: "หน้าแรก", href: "/" }, { label: "เกี่ยวกับเรา", href: "/about-us" }, ]; const productCategories = [ { title: "ระบบท่อ", items: [ { label: "ไทยพีพีอาร์", href: "/ท่อ-ppr-thai-ppr" }, { label: "ท่อ PPR ตราช้าง", href: "/ท่อ-ppr-scg" }, { label: "ท่อ PP-R Poloplast", href: "/pp-r-poloplast" }, { label: "ท่อ HDPE", href: "/ท่อ-hdpe" }, ] }, { title: "ท่อ UPVC/Specialty", items: [ { label: "ท่อ UPVC", href: "/ท่อ-upvc" }, { label: "ท่อ Syler", href: "/ท่อ-syler" }, { label: "ท่อ PVC และข้อต่อ", href: "/ท่อ-และข้อต่อ-pvc" }, { label: "ท่อ XYLENT", href: "/ท่อ-xy-lent" }, ] }, { title: "เครื่องเชื่อมท่อ", items: [ { label: "เครื่องเชื่อม HDPE", href: "/เครื่องเชื่อม-hdpe" }, { label: "เครื่องเชื่อม PPR", href: "/เครื่องเชื่อม-ppr" }, { label: "Pipe Coupling", href: "/pipe-coupling" }, { label: "เม็กกรู๊ฟ คับปลิ้ง", href: "/เม็กกรู๊ฟ-คับปลิ้ง" }, ] }, { title: "วาล์ว", items: [ { label: "วาล์ว Valve", href: "/วาล์ว-valve" }, { label: "DURGO วาล์วเติมอากาศ", href: "/durgo-avvs" }, ] }, { title: "ปั๊มและระบบน้ำ", items: [ { label: "ปั๊มน้ำ Water Pump", href: "/water-pump" }, { label: "ระบบกรองน้ำ", href: "/water-treatment" }, ] }, { title: "อุปกรณ์ปรับอากาศ", items: [ { label: "กริลแอร์", href: "/grilles" }, ] }, { title: "ฉนวนและรั้ว", items: [ { label: "Armaflex", href: "/armflex" }, { label: "Aeroflex", href: "/aeroflex" }, { label: "Maxflex", href: "/maxflex" }, { label: "Thermobreak", href: "/เทอร์โมเบรค-thermobreak" }, { label: "Realflex", href: "/realflex" }, { label: "ตู้ดับเพลิง", href: "/ตู้ดับเพลิง" }, { label: "รั้วเทวดา", href: "/รั้วเทวดา" }, { label: "ระบบรั้วไวน์แมน", href: "/ระบบรั้วไวน์แมน" }, ] }, ]; const currentPath = Astro.url.pathname; ---