diff --git a/constants/index.ts b/constants/index.ts index 99f2cc0..2233c14 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -95,6 +95,12 @@ const projects = ref([ opensource: true, }, { + title: "HaftStudio Website", + image: "/images/portfolio.jpg", + url: "https://haftstudio-website.vercel.app", + body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.", + techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"], + }, { title: "Pro-Manager.com", image: "/images/portfolio3.png", @@ -114,13 +120,6 @@ const projects = ref([ "Docker", ], }, - { - title: "HaftStudio Website", - image: "/images/portfolio.jpg", - url: "https://haftstudio-website.vercel.app", - body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.", - techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"], - }, ]); export { experiences, projects };