complete home page

This commit is contained in:
Alihaghighattalab
2024-08-06 16:24:04 +03:30
parent ee1fa04d3b
commit 02bd8ba075
12 changed files with 1497 additions and 12 deletions
+7
View File
@@ -48,3 +48,10 @@ export interface SocialsInterface {
name: string,
path: string
}
export interface StatusBoxItemInterface {
name: string,
title: string,
icon: React.ReactNode,
value: number
}