diff --git a/pages/index.js b/pages/index.js index d157a46..a01c8ae 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,17 +1,9 @@ -import PropTypes from 'prop-types' -import {Container, Grid, Typography, Box} from '@mui/material' +import {Container, 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' - -export default function Home({kantiteAwtis, kantiteTeks}) { - const kantite = [ - {id: 1, tit: 'Textes', kantite: kantiteTeks, route: '/teks'}, - {id: 2, tit: 'Artistes', kantite: kantiteAwtis, route: '/awtis?paj&paj=1'} - ] +export default function Home() { return ( @@ -24,31 +16,9 @@ export default function Home({kantiteAwtis, kantiteTeks}) { Organisation KA Internationale - - {kantite.map(k => )} -