Update categories

This commit is contained in:
2026-02-03 15:25:23 +04:00
parent bc4cd21771
commit 0e174e0e34
9 changed files with 137 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ export interface Project {
title: string;
description: string;
image: string;
category: "library" | "ai" | "software" | "website" | "game";
category: "proud" | "older" | "other";
techStack: string[];
status: "completed" | "in-progress" | "planned";
demoUrl?: string;