fitur fitur darkmode dan foto foto

This commit is contained in:
2026-05-19 10:47:55 +07:00
parent 7e1cb94689
commit 6c36f7565e
57 changed files with 7867 additions and 236 deletions
+21 -36
View File
@@ -98,40 +98,25 @@ export const products = [
]
export const categories = [
{
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"
}
"Semua",
"Laptop",
"PC",
"Monitor",
"Keyboard",
"Router",
"Switch",
"Server",
"Access Point"
]
export const categoryOptions = [
{ 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" }
]