mobile header styled + refactoring + our strory section on company

This commit is contained in:
2024-04-18 18:08:52 +05:00
parent c92fabce9c
commit 9ad2e4ce81
21 changed files with 252 additions and 47 deletions
+4
View File
@@ -5,21 +5,25 @@ const tabs: Tab[] = [
value: "Masterplan",
id: "1",
count: 0,
path: "/masterplan",
},
{
value: "Search",
id: "2",
count: 0,
path: "/search",
},
{
value: "Favorites",
id: "3",
count: 3,
path: "/favorites",
},
{
value: "Company",
id: "4",
count: 0,
path: "/company",
},
];