diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3692aea..50522de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,12 @@
-# Guide de Contribution
+# Guide de Contribution - GalsenUI
-Merci de votre intérêt pour contribuer à **Galsen UI** !
+Merci de votre intérêt pour contribuer à **GalsenUI** !
Voici les étapes à suivre pour ajouter des composants :
-## Étape 1 : Comment faire pour contribuer
+## Étape 1: Comment faire pour contribuer
-1. **[Fork le projet](https://github.com/GalsenDev221/galsen.ui)**.
+1. **[Fork le projet](https://github.com/GalsenDev221/galsen.ui.git)**.
2. **Clonez votre fork**.
@@ -18,7 +18,7 @@ Voici les étapes à suivre pour ajouter des composants :
6. **Attendez que la pull request soit mergé**.
-## Étape 2 : Créer un fichier `.mdx`
+## Étape 2: Créer un fichier `.mdx`
1. Accédez au dossier `src/components`.
2. Créez un fichier nommé `galsen-ui-nom-du-fichier.mdx` en respectant le format suivant :
@@ -27,7 +27,7 @@ Voici les étapes à suivre pour ajouter des composants :
---
title:
emoji:
-
+
title:
description:
components:
@@ -35,13 +35,8 @@ Voici les étapes à suivre pour ajouter des composants :
title:
---
- # Nom Components
-
-
+ # Nom Components
+
```
- **title** : Le titre du composant.
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index ae89f04..0000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# MIT License
-
-Copyright (c) 2024-present Galsen DEV
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
index a9cc0f4..4d27247 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Galsen UI
-**Galsen UI** est une bibliothèque de composants **Tailwind** et **CSS pur** réutilisables, conçue pour la communauté des développeurs du Sénégal. Ce projet **made in Senegal** a pour but de partager des éléments UI modernes et flexibles pour aider les développeurs à accélérer la création de projets.
+**Galsen UI** est une bibliothèque de composants **Tailwind CSS** et **CSS pur** réutilisables, conçue pour la communauté des développeurs du Sénégal. Ce projet **made in Senegal** a pour but de partager des éléments UI modernes et flexibles pour aider les développeurs à accélérer la création de projets.
Ce projet vient renforcer les projets et activités de la communauté **Galsen DEV**.
## Sommaire
@@ -29,7 +29,9 @@ L’objectif est de fournir aux développeurs une base solide pour créer des ap
---
-![Made-In-Senegal](https://github.com/GalsenDev221/made.in.senegal/blob/master/assets/badge.svg)
+![Made-In-Senegal](./public/svgs/madeinsenegal.svg)
+
+🚧 Si vous souhaitez contribuer à ce projet, veuillez lire **[CONTRIBUTING.md](../CONTRIBUTING.md)** d'abord !
---
@@ -77,19 +79,19 @@ Une fois le projet lancé, ouvrez votre navigateur et accédez à [http://localh
## Contribuer
-Les contributions sont les bienvenues !
-
-🚧 Si vous souhaitez contribuer sur Galsen UI, veuillez prendre le temps de bien lire le fichier **[CONTRIBUTING](CONTRIBUTING.md)** d'abord !
+Les contributions sont les bienvenues ! Pour contribuer à **Galsen UI**, suivez les étapes ci-dessous :
-Merci à tout ceux qui ont contribués ❤️
+1. **Fork** le dépôt.
+2. **Créez une branche** pour votre fonctionnalité (`git checkout -b fonctionnalité/ma-fonctionnalité`).
+3. **Commitez vos changements** (`git commit -m 'Ajout d'une nouvelle fonctionnalité'`).
+4. **Pushez** la branche (`git push origin fonctionnalité/ma-fonctionnalité`).
+5. Ouvrez une **pull request** pour examiner et intégrer vos modifications.
-
-
-
+Nous vous invitons également à consulter notre [Code de Conduite](CODE_OF_CONDUCT.md) pour un environnement de collaboration respectueux.
## Licence
-Ce projet est sous **[licence MIT](LICENSE.md)**. Vous êtes libre de l'utiliser et de le modifier selon vos besoins.
+Ce projet est sous licence [MIT](LICENSE.md). Vous êtes libre de l'utiliser et de le modifier selon vos besoins.
Merci d'utiliser **Galsen UI** et de soutenir la communauté Galsen DEV !
Pour toute question, suggestion ou amélioration, n'hésitez pas à nous contacter.
diff --git a/components/TheFooter.tsx b/components/TheFooter.tsx
index c7e80ac..d33a64d 100644
--- a/components/TheFooter.tsx
+++ b/components/TheFooter.tsx
@@ -6,7 +6,7 @@ export default function TheFooter() {