diff --git a/sobenfolio-frontend/public/images/projects/5.png b/sobenfolio-frontend/public/images/projects/5.png new file mode 100644 index 0000000..54ec908 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/5.png differ diff --git a/sobenfolio-frontend/public/images/projects/nitevale.png b/sobenfolio-frontend/public/images/projects/nitevale.png new file mode 100644 index 0000000..d33a627 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/nitevale.png differ diff --git a/sobenfolio-frontend/public/images/projects/nitevale2.png b/sobenfolio-frontend/public/images/projects/nitevale2.png new file mode 100644 index 0000000..a3aa342 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/nitevale2.png differ diff --git a/sobenfolio-frontend/public/images/projects/nitevale3.png b/sobenfolio-frontend/public/images/projects/nitevale3.png new file mode 100644 index 0000000..b8d8c09 Binary files /dev/null and b/sobenfolio-frontend/public/images/projects/nitevale3.png differ diff --git a/sobenfolio-frontend/src/app/components/ProjectsSection.jsx b/sobenfolio-frontend/src/app/components/ProjectsSection.jsx index 7712294..39dc84b 100644 --- a/sobenfolio-frontend/src/app/components/ProjectsSection.jsx +++ b/sobenfolio-frontend/src/app/components/ProjectsSection.jsx @@ -79,6 +79,19 @@ const projectsData = [ '/images/projects/sobstore3.png' ] }, + { + id: 4, + title: "NiteVale Corp", + description: "A spooky valentine template made to give to a special someone.", + image: "/images/projects/5.png", + tag: ["All", "Web"], + gitUrl: "https://nitevalecorp.vercel.app/", + projectImages : [ + '/images/projects/nitevale.png', + '/images/projects/nitevale2.png', + '/images/projects/nitevale3.png' + ] + }, ]; const ProjectsSection = () => {