diff --git a/app/components/ProjectsSection.jsx b/app/components/ProjectsSection.jsx index 423c6a7..c5b5f40 100644 --- a/app/components/ProjectsSection.jsx +++ b/app/components/ProjectsSection.jsx @@ -16,10 +16,28 @@ const projectsData = [ }, { id: 2, + title: "Discord Music Bot", + description: "A Discord bot that plays songs from YouTube", + image: "/images/projects/discord-bot.png", + tag: ["All", "Web", "Python"], + gitUrl: "https://github.com/DaniloNicacio/discord-bot", + previewUrl: "https://github.com/DaniloNicacio/discord-bot" + }, + { + id: 3, + title: "CuteBotYTD", + description: "A Discord bot that download videos and send it to the user", + image: "/images/projects/telegram-bot.png", + tag: ["All", "Python"], + gitUrl: "https://github.com/DaniloNicacio/cutebotytd", + previewUrl: "https://t.me/cuteytb_bot" + }, + { + id: 4, title: "Work in Progress", description: "This is just a placeholder", image: "/images/projects/work-in-progress.png", - tag: ["All", "Web"], + tag: ["All", "Web", "JavaScript","Python"], gitUrl: "/", previewUrl: "/" } @@ -61,6 +79,11 @@ const ProjectsSection = () =>{ name="JavaScript" isSelected={tag === "JavaScript"} /> +