diff --git a/src/lib/projects.js b/src/lib/projects.js index 63b9671..211c400 100644 --- a/src/lib/projects.js +++ b/src/lib/projects.js @@ -43,12 +43,12 @@ export const projects = [ }, { category: 'nextjs', - title: 'Scaffolding the next project.', - url: 'https://titles-psi.vercel.app/', + title: 'Online Wine Shop.', + url: 'https://wine-shop-eta.vercel.app/', description: - 'I am exploring different librarys for ui, auth, ORM etc. for my next project. This time it is deployed to vercel, but I am still using workflows.', - repo: 'https://gitea.rannes.dev/rannes.dev/titles', - rss: 'https://gitea.rannes.dev/rannes.dev/titles.rss', + `To get more familiar with forms, sql and postgres I am building a online wineshop for my friend Ketil (that he didn't ask for). Besides the current technologies, I plan to implement Clerk or Auth.js for auth, and Zustand for state management if neccesary (Something tells me it's needed at least for cart)`, + repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop', + rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss', image: '', vendors: [ { @@ -61,16 +61,6 @@ export const projects = [ img: nextjsIcon, url: 'https://nextjs.org/' }, - { - name: 'Auth.js', - img: authjsIcon, - url: 'https://authjs.dev/' - }, - { - name: 'Nextui', - img: nextuiIcon, - url: 'https://nextui.org/' - }, { name: 'Tailwind', img: tailwindIcon,