diff --git a/components/akey/index.js b/components/akey/index.js
new file mode 100644
index 0000000..267ae74
--- /dev/null
+++ b/components/akey/index.js
@@ -0,0 +1,51 @@
+import PropTypes from 'prop-types'
+import Container from '@mui/material/Container'
+import Typography from '@mui/material/Typography'
+import Box from '@mui/material/Box'
+import Grid from '@mui/material/Unstable_Grid2'
+import Button from '@mui/material/Button'
+import Image from 'next/image'
+import Link from 'next/link'
+
+export default function Akey({logo}) {
+ return (
+
+
+
+
+
+ OKI
+
+
+
+
+
+ Organisation KA Internationale
+
+
+ Paroles et traductions
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
+
+Akey.propTypes = {
+ logo: PropTypes.object.isRequired
+}
diff --git a/components/akey/statistik.js b/components/akey/statistik.js
new file mode 100644
index 0000000..fe09936
--- /dev/null
+++ b/components/akey/statistik.js
@@ -0,0 +1,17 @@
+import PropTypes from 'prop-types'
+
+import Grid from '@mui/material/Unstable_Grid2'
+import KatAkey from './kat-akey'
+
+export default function Statistik({statistik}) {
+ return (
+
+
+
+
+ )
+}
+
+Statistik.propTypes = {
+ statistik: PropTypes.object.isRequired
+}