diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..0a116914 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -61,6 +61,22 @@ export const projectList = [ description: "Drag & Drop internal tool builder", tags: ["UI", "Database", "Editor"], }, + { + name: "Payload Components", + imageSrc: "https://avatars.githubusercontent.com/u/58126222?v=4", + projectLink: "https://github.com/Ducksss/payload-components/contribute", + description: + "MIT registry and CLI for installing wired Payload CMS blocks into Payload v3 and Next.js projects.", + loadIssues: true, + tags: [ + "TypeScript", + "Next.js", + "React", + "Payload CMS", + "shadcn", + "Tailwind CSS", + ], + }, { name: "Hamilton", @@ -1458,4 +1474,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];