style:mengubah icon home view

This commit is contained in:
2026-05-15 18:01:55 +07:00
parent e359365139
commit d855f2e75a
2 changed files with 74 additions and 18 deletions
+36 -9
View File
@@ -98,13 +98,40 @@ export const products = [
]
export const categories = [
"Semua",
"Laptop",
"PC",
"Monitor",
"Keyboard",
"Router",
"Switch",
"Server",
"Access Point"
{
name: "Semua",
icon: "Boxes"
},
{
name: "Laptop",
icon: "Laptop"
},
{
name: "PC",
icon: "PcCase"
},
{
name: "Monitor",
icon: "Monitor"
},
{
name: "Keyboard",
icon: "Keyboard"
},
{
name: "Router",
icon: "Router"
},
{
name: "Switch",
icon: "Network"
},
{
name: "Server",
icon: "Server"
},
{
name: "Access Point",
icon: "Wifi"
}
]