import PropTypes from 'prop-types' 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' 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'} ] return ( #OKi Organisation KA Internationale {kantite.map(k => )}