diff --git a/src/pages/ValidatorManagement/ManagementCard.tsx b/src/pages/ValidatorManagement/ManagementCard.tsx
index 4f1d63fd..c105b027 100644
--- a/src/pages/ValidatorManagement/ManagementCard.tsx
+++ b/src/pages/ValidatorManagement/ManagementCard.tsx
@@ -1,7 +1,31 @@
-import { XStack } from 'tamagui'
+import { Text } from '@status-im/components'
+import { Separator, Stack, YStack } from 'tamagui'
const ManagementCard = () => {
- return
+ return (
+
+
+
+ Validators
+
+
+
+
+
+ Total Balance
+
+
+
+
+
+ Total Income
+
+
+
+ )
}
export default ManagementCard