diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx
index 252ffdb0..f1833007 100644
--- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx
+++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx
@@ -1,6 +1,7 @@
import { Stack, Text as TextTam, XStack, YStack } from 'tamagui'
import { Button, Shadow, Text } from '@status-im/components'
import { Link } from 'react-router-dom'
+import OverviewCard from './OverviewCard'
const Overview = () => {
return (
@@ -37,70 +38,10 @@ const Overview = () => {
-
-
- Current APR
-
-
- 4.40%
-
-
-
-
- Total ETH Staked
-
-
- 19,451,123
-
-
-
-
- Estimated Activation Time
-
-
- 32 Days
-
-
-
-
- Validator Queue
-
-
- 92603
-
-
+
+
+
+