This commit is contained in:
marzban-dev
2025-03-04 20:42:30 +03:30
parent 5533c37e1e
commit 95c698f357
20 changed files with 1649 additions and 2630 deletions
+8 -1
View File
@@ -25,7 +25,14 @@ export type GetHomeDataResponse = {
"description2": string,
"link1": string,
"link2": string
}
},
"show_case_slider" : {
"id": number,
"title": string,
"description": string,
"link": string,
"image": string,
}[]
};
const useHomeData = () => {