feat(data): add 2 categories records (batch 1)

This commit is contained in:
GitApp 2025-12-19 15:50:37 +00:00
parent aa1f151a00
commit 8f70e4e61e
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"name": "Electronics",
"slug": "electronics",
"description": "Gadgets and tech devices",
"image": "https://placehold.co/400x400/333/fff?text=Category",
"parent": null,
"created": "2025-12-19T15:50:37.831Z",
"updated": "2025-12-19T15:50:37.831Z"
}

View File

@ -0,0 +1,9 @@
{
"name": "Clothing",
"slug": "clothing",
"description": "Fashion and apparel",
"image": "https://placehold.co/400x400/333/fff?text=Category",
"parent": null,
"created": "2025-12-19T15:50:37.831Z",
"updated": "2025-12-19T15:50:37.831Z"
}