diff --git a/src/components/UI/downloads/DownloadsTable.tsx b/src/components/UI/downloads/DownloadsTable.tsx
new file mode 100644
index 0000000000..83ae1ba097
--- /dev/null
+++ b/src/components/UI/downloads/DownloadsTable.tsx
@@ -0,0 +1,113 @@
+import {
+ Stack,
+ Tabs,
+ TabList,
+ Tab,
+ Text,
+} from '@chakra-ui/react';
+
+export const DownloadsTable = () => {
+ return (
+
+
+
+
+
+ LINUX
+
+
+
+
+ MACOS
+
+
+
+
+ WINDOWS
+
+
+
+
+ IOS
+
+
+
+
+ ANDROID
+
+
+
+
+ Test
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/UI/downloads/index.ts b/src/components/UI/downloads/index.ts
index 3296aa7933..597af494c8 100644
--- a/src/components/UI/downloads/index.ts
+++ b/src/components/UI/downloads/index.ts
@@ -1,2 +1,3 @@
export * from './DownloadsHero';
-export * from './DownloadsSection'
\ No newline at end of file
+export * from './DownloadsSection'
+export * from './DownloadsTable'
\ No newline at end of file
diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx
index b2ad5a1212..bd44893997 100644
--- a/src/pages/downloads.tsx
+++ b/src/pages/downloads.tsx
@@ -12,7 +12,11 @@ import {
} from '@chakra-ui/react';
import type { NextPage } from 'next';
-import { DownloadsHero, DownloadsSection } from '../components/UI/downloads';
+import {
+ DownloadsHero,
+ DownloadsSection,
+ DownloadsTable,
+} from '../components/UI/downloads';
import {
GETH_REPO_URL
@@ -107,9 +111,7 @@ const DownloadsPage: NextPage = ({}) => {
-
- TABLE
-
+
-
- TABLE
-
+