diff --git a/components/kat-rezo-nou/gade.js b/components/kat-rezo-nou/gade.js new file mode 100644 index 0000000..add6f54 --- /dev/null +++ b/components/kat-rezo-nou/gade.js @@ -0,0 +1,36 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Gade() { + return ( + + + + + + Gadé + + + + Alternative pour YouTube + + + Streaming vidéo sans aucune publicité. +
+ Vous pouvez commenter les vidéos avec un compte {'"Palé"'}. +
+
+ + + + + +
+
+ ) +} diff --git a/components/kat-rezo-nou/nouvel.js b/components/kat-rezo-nou/nouvel.js new file mode 100644 index 0000000..0c840cc --- /dev/null +++ b/components/kat-rezo-nou/nouvel.js @@ -0,0 +1,36 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Nouvel() { + return ( + + + + + + Nouvèl + + + + Traite de l'actualité + + + Vous souhaitez devenir auteur ? +
+ Contactez-nous ➡️ kontak@oki.re +
+
+ + + + + +
+
+ ) +} diff --git a/components/kat-rezo-nou/pale.js b/components/kat-rezo-nou/pale.js new file mode 100644 index 0000000..c58edda --- /dev/null +++ b/components/kat-rezo-nou/pale.js @@ -0,0 +1,34 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Pale() { + return ( + + + + + + Palé + + + + Alternative pour Twitter + + + Les posts sont limités à 5 000 caractères. + + + + + + + + + + ) +}