diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx
index 577e7c2..6db6fa8 100644
--- a/src/components/Projects.tsx
+++ b/src/components/Projects.tsx
@@ -1,5 +1,5 @@
import { motion } from 'framer-motion';
-import { ExternalLink, Github, MapPin, Wine } from 'lucide-react';
+import { ExternalLink, MapPin, Wine } from 'lucide-react';
import { useLanguage } from '../contexts/LanguageContext';
const Projects = () => {
@@ -20,7 +20,6 @@ const Projects = () => {
color: "#4CAF50",
icon: ,
links: {
- github: "https://github.com/Dayron-HELHa/travel_mate", // Remplacez par votre lien GitHub
demo: "#"
},
image: "/travel-mate-preview.png" // Ajoutez votre image dans le dossier public
@@ -39,7 +38,6 @@ const Projects = () => {
color: "#E91E63", // A distinct color
icon: ,
links: {
- github: "#", // Assuming private or not provided
demo: "https://shelbys.be"
},
image: "/shelbys-preview.png" // Placeholder, user might need to add this
@@ -59,7 +57,6 @@ const Projects = () => {
color: "#2196F3",
icon: ,
links: {
- github: "https://github.com/Dayron-HELHa/xeewy.eu", // Remplacez par votre lien
demo: "https://xeewy.be" // Remplacez par votre lien
}
}
@@ -183,19 +180,7 @@ const Projects = () => {
- {project.links.github !== "#" && (
-
-
- {t('projects.btn.code')}
-
- )}
+
{project.links.demo !== "#" && (