diff --git a/README.md b/README.md index ab45840..aaec2b1 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Tailwind CSS 4 uses a new CSS-first configuration approach: - **Convert** - Modern browser-based file converter powered by WebAssembly (videos, images, audio) - **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing -- **Stirling** - Powerful PDF toolkit with 50+ operations (merge, split, convert, OCR, sign) +- **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) - **Figlet** - ASCII art text generator with 373 fonts (text banners, terminal art, retro designs) diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index b48ff88..caf6660 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -35,16 +35,15 @@ const tools = [ ), }, { - title: 'Stirling', - description: 'Powerful locally-hosted PDF toolkit with 50+ operations. Merge, split, convert, OCR, sign, and manipulate PDFs with complete privacy.', - url: 'https://stirling.kit.pivoine.art', + title: 'Audio', + description: 'Professional browser-based audio editor with multi-track editing, advanced effects, and real-time analysis. Record, edit, and export to WAV, MP3, OGG, or FLAC entirely in your browser.', + url: 'https://audio.kit.pivoine.art', gradient: 'gradient-purple-blue', accentColor: '#667eea', - badges: ['Open Source', 'PDF', 'Free'], + badges: ['Open Source', 'Audio Editor', 'Free'], icon: ( - - + ), },