feat: add CommercialProjects component and related project cards; update project data structure
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m25s

This commit is contained in:
2025-11-19 15:04:22 +01:00
parent 1ebc812b05
commit 23defca001
5 changed files with 249 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ export interface Project {
github_url?: string | null;
visit_url?: string | null;
download_url?: string | null;
commercial?: boolean;
}