diff --git a/app/awtis/page.js b/app/awtis/page.js index bcc7636..4137b44 100644 --- a/app/awtis/page.js +++ b/app/awtis/page.js @@ -1,7 +1,7 @@ import {notFound} from 'next/navigation' import Box from '@mui/material/Box' import Container from '@mui/material/Container' -import Grid from '@mui/material/Grid2' +import Grid from '@mui/material/Grid' import ChecheAwtis from '../../components/awtis/cheche-awtis' import AwtisKat from '../../components/awtis/awtis-kat' diff --git a/app/error.js b/app/error.js index c0f4fe8..7d282f5 100644 --- a/app/error.js +++ b/app/error.js @@ -11,7 +11,8 @@ export default function Error() { width={192} height={192} src='/logo-192x192.png' - quality={20} + quality={[20, 75]} + loading='eager' /> 500 - Erreur du serveur 😭 Nous mettons tout en Ɠuvre pour rĂ©tablir le site dans les plus brefs dĂ©lais đŸ’ȘđŸŸ diff --git a/app/not-found.js b/app/not-found.js index b45ff7b..407ef73 100644 --- a/app/not-found.js +++ b/app/not-found.js @@ -11,7 +11,8 @@ export default function NotFound() { width={192} height={192} src='/logo-192x192.png' - quality={20} + quality={[20, 75]} + loading='eager' /> 404 - La page n’existe pas 😔 diff --git a/app/sipote/page.js b/app/sipote/page.js index b2bdcf6..427436f 100644 --- a/app/sipote/page.js +++ b/app/sipote/page.js @@ -11,10 +11,10 @@ export default function Sipote() { const [paymentMethod, setPaymentMethod] = useState(0) return ( - + - + Soutenir ORGANISATION KA INTERNATIONALE ! diff --git a/components/akey/aso.js b/components/akey/aso.js index f331a21..f0a6dbc 100644 --- a/components/akey/aso.js +++ b/components/akey/aso.js @@ -3,7 +3,7 @@ import {Container, Link, Typography} from '@mui/material' export default function Aso() { return ( - + Qui sommes-nous ? diff --git a/components/akey/index.js b/components/akey/index.js index 286c65c..cd5a50b 100644 --- a/components/akey/index.js +++ b/components/akey/index.js @@ -2,14 +2,14 @@ import PropTypes from 'prop-types' import Container from '@mui/material/Container' import Typography from '@mui/material/Typography' import Box from '@mui/material/Box' -import Grid from '@mui/material/Grid2' +import Grid from '@mui/material/Grid' import Button from '@mui/material/Button' import Image from 'next/image' import Link from 'next/link' export default function Akey({logo}) { return ( - + @@ -22,6 +22,7 @@ export default function Akey({logo}) { height={32} alt='OKI logo' src={logo} + loading='eager' /> @@ -32,8 +33,8 @@ export default function Akey({logo}) { - - + +