diff --git a/pages/index.js b/pages/index.js index 72ede68..a6fabd2 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,6 +1,6 @@ import PropTypes from 'prop-types' import Image from 'next/image' -import {Container, Grid, Typography, Button} from '@mui/material' +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' @@ -62,45 +62,47 @@ export default function Home({kantiteAwtis, kantiteTeks}) { return ( -
- - Logo #OKi - - Organisation KA Internationale - - - - - - - - - + + + + Logo #OKi + + Organisation KA Internationale + + + + + + + + + + - - - - - {kantite.map(k => )} - - + + + + {kantite.map(k => )} + + +
+
) }