diff --git a/README.md b/README.md index aaec2b1..6f64f90 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Tailwind CSS 4 uses a new CSS-first configuration approach: - **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing - **Audio** - Professional browser-based audio editor with multi-track editing, effects, and analysis (WAV, MP3, OGG, FLAC export) - **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.) -- **Draw** - Virtual whiteboard for sketching hand-drawn style diagrams (flowcharts, wireframes, collaborative editing) +- **Paint** - Modern browser-based image editor with multi-layer canvas, drawing tools, and 50+ filters (inspired by miniPaint) - **Figlet** - ASCII art text generator with 373 fonts (text banners, terminal art, retro designs) ## CI/CD Pipeline diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index c48d134..9873513 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -61,15 +61,16 @@ const tools = [ ), }, { - title: 'Draw', - description: 'Virtual whiteboard for sketching hand-drawn style diagrams. Create flowcharts, wireframes, and visual brainstorming with collaborative editing.', - url: 'https://draw.kit.pivoine.art', + title: 'Paint', + description: 'Modern browser-based image editor with multi-layer canvas, drawing tools, and 50+ filters. Inspired by miniPaint, built for the modern web with full editing capabilities.', + url: 'https://paint.kit.pivoine.art', gradient: 'gradient-pink-rose', accentColor: '#ec4899', - badges: ['Open Source', 'Collaborative', 'Free'], + badges: ['Open Source', 'Image Editor', 'Free'], icon: ( - + + ), },