Replace list in index by KatRezoNou

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-02 07:34:19 +04:00
parent 74c9498ec6
commit 7e961128df
4 changed files with 3 additions and 112 deletions
+3 -6
View File
@@ -2,9 +2,8 @@ import {Container, Typography, Box} from '@mui/material'
import HeadLayout from '../components/head-layout'
import Footer from '../components/footer'
import Pale from '../components/kat-rezo-nou/pale'
import Gade from '../components/kat-rezo-nou/gade'
import Nouvel from '../components/kat-rezo-nou/nouvel'
import {rezoNou} from '../lib/rezo-lis'
import KatRezoNou from '../components/kat-rezo-nou'
export default function Home() {
return (
@@ -26,9 +25,7 @@ export default function Home() {
<Typography gutterBottom variant='body' component='h4'>
Rejoignez-nous !
</Typography>
<Pale />
<Gade />
<Nouvel />
{rezoNou.map(({tit, soutit, ko, lyen}) => <KatRezoNou key={tit} tit={tit} soutit={soutit} ko={ko} lyen={lyen} />)}
</Container>
</Box>
<Footer />