diff --git a/pages/index.js b/pages/index.js
index 80c2a97..a3c81b1 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,58 +1,10 @@
import PropTypes from 'prop-types'
-import Image from 'next/image'
-import {Container, Grid, Typography, Button, Box} from '@mui/material'
-import GroupIcon from '@mui/icons-material/Group'
-import MusicNoteIcon from '@mui/icons-material/MusicNote'
-import {Pleroma, Peertube, Paypal} from '@icons-pack/react-simple-icons'
-import TelegramIcon from '@mui/icons-material/Telegram'
-import TwitterIcon from '@mui/icons-material/Twitter'
+import {Container, Grid, Typography, Box} from '@mui/material'
import KatKayLa from '../components/kat-kay-la'
import HeadLayout from '../components/head-layout'
import Footer from '../components/footer'
import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api'
-import RezoMenu from '../components/rezo-menu'
-
-import okiLogo from '../public/logo-192x110.png'
-
-const TELEGRAM_GROUP = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
-const TWITTER_USERNAME = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'
-const PAYPAL_DONATE_ID = process.env.NEXT_PUBLIC_PAYPAL_ADDRESS || '5Q3KPR79CAZVW'
-
-const REZO = [
- {
- id: 'twitter',
- tit: 'Twitter',
- icon: ,
- link: `https://twitter.com/${TWITTER_USERNAME}`
- },
- {
- id: 'telegram',
- tit: 'Telegram',
- icon: ,
- link: `https://t.me/${TELEGRAM_GROUP}`
- },
- {
- id: 'mizik',
- tit: 'Mizik',
- icon:
- },
- {
- id: 'pale',
- tit: 'Palé',
- icon:
- },
- {
- id: 'gade',
- tit: 'Gadé',
- icon:
- },
- {
- id: 'mobilize',
- tit: 'Mobilizé',
- icon:
- }
-]
export default function Home({kantiteAwtis, kantiteTeks}) {
const kantite = [
@@ -63,39 +15,15 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
return (
-
+
-
+ #OKi
+
+
Organisation KA Internationale
-
-
-
-
-
-
- }
- onClick={() => window.open(`https://www.paypal.com/donate?hosted_button_id=${PAYPAL_DONATE_ID}`, '_blank')}
- >
- Don
-
-
-
-
-
{kantite.map(k => )}