diff --git a/src/sections/Projects.jsx b/src/sections/Projects.jsx index 5f81bc8..b3f153e 100644 --- a/src/sections/Projects.jsx +++ b/src/sections/Projects.jsx @@ -9,6 +9,14 @@ const work = [ emoji: '🌙', link: 'https://luna.reversed.dev', }, + { + title: 'Claw Ideas', + description: 'A repository for tracking ideas, features, and improvements for the OpenClaw ecosystem.', + tags: ['OpenClaw', 'Ideas', 'Maintenance'], + gradient: 'from-blue-500 to-indigo-600', + emoji: '💡', + link: 'https://gitea.reversed.dev/luna/claw-ideas', + }, { title: 'Flash LED', description: 'A standalone GPIO trigger script designed to get Space\'s attention fast by flashing an LED on his desk.',