design: update Audio tool gradient to orange-red
- Change Audio gradient from purple-blue to orange-red - Update accent color to #f97316 (vibrant orange) - Better differentiation from Pastel (indigo-purple) - Orange-red gradient fits audio/music theme 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -38,8 +38,8 @@ const tools = [
|
|||||||
title: 'Audio',
|
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.',
|
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',
|
url: 'https://audio.kit.pivoine.art',
|
||||||
gradient: 'gradient-purple-blue',
|
gradient: 'gradient-orange-red',
|
||||||
accentColor: '#667eea',
|
accentColor: '#f97316',
|
||||||
badges: ['Open Source', 'Audio Editor', 'Free'],
|
badges: ['Open Source', 'Audio Editor', 'Free'],
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-12 h-12 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-12 h-12 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
|||||||
Reference in New Issue
Block a user