diff --git a/app/page.js b/app/page.js
index 0aabd63..261451d 100644
--- a/app/page.js
+++ b/app/page.js
@@ -8,6 +8,7 @@ import Akey from '../components/akey'
import okiLogo from '../public/logo-512x512.png'
import Footer from '../components/footer'
+import Aso from '../components/akey/aso'
async function jwennDone() {
const statistik = await jwennStats()
@@ -27,6 +28,7 @@ export default async function Page() {
+
diff --git a/components/akey/aso.js b/components/akey/aso.js
new file mode 100644
index 0000000..e2161ed
--- /dev/null
+++ b/components/akey/aso.js
@@ -0,0 +1,23 @@
+import {Container, Link, Typography} from '@mui/material'
+
+export default function Aso() {
+ return (
+
+
+ Qui sommes-nous ?
+
+
+ Nous sommes une association à but non lucratif.
+
+
+ Notre objectif principal est de promouvoir nos langues.
+
+
+ Par ailleurs, nous avons récemment lancé un site web d’actualités multilingue : MEDUKAM.
+
+
+ Nous sommes également présents sur le Fédiverse avec Gadé (PeerTube) et Mizik (Funkwhale).
+
+
+ )
+}
diff --git a/components/akey/statistik.js b/components/akey/statistik.js
index fe09936..d4102d6 100644
--- a/components/akey/statistik.js
+++ b/components/akey/statistik.js
@@ -5,7 +5,7 @@ import KatAkey from './kat-akey'
export default function Statistik({statistik}) {
return (
-
+