diff --git a/src/pages/all-products.astro b/src/pages/all-products.astro index 2056905..92a9e5a 100644 --- a/src/pages/all-products.astro +++ b/src/pages/all-products.astro @@ -39,9 +39,9 @@ const products = [ // ระบบรั้ว (2 items) { name: "รั้วเทวดา", href: "/รั้วเทวดา", image: "/images/tevada/LINE_ALBUM_รั้วเทวดา_260522_1.jpg", category: "ระบบรั้ว" }, - { name: "ROCKWOOL", href: "/rockwool", image: "/images/rockwool/prod_0.png", category: "ฉนวนหุ้มท่อ" }, - { name: "MICROFIBER", href: "/microfiber", image: "/images/microfiber/prod_0.jpg", category: "ฉนวนหุ้มท่อ" }, - { name: "SCG", href: "/scg", image: "/images/scg/prod_0.jpg", category: "ฉนวนหุ้มท่อ" }, + { name: "ROCKWOOL", href: "/rockwool", image: "/images/rockwool/cool-n-comfort-rl.jpg", category: "ฉนวนหุ้มท่อ" }, + { name: "MICROFIBER", href: "/microfiber", image: "/images/microfiber/microfiber-enf.jpg", category: "ฉนวนหุ้มท่อ" }, + { name: "SCG", href: "/scg", image: "/images/scg/scg-crb-g.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "ระบบรั้วไวน์แมน", href: "/ระบบรั้วไวน์แมน", image: "/images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg", category: "ระบบรั้ว" }, ];