From 5d549ed32cb04eb6ae82615a8a30f0c34bef2859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 16:08:28 +0100 Subject: [PATCH] design: finalize logo and update Pastel to palette icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Logo Updates: - Using authentic Lucide brush and wrench icons - Wrench vertical, brush horizontal (90° rotation) - Aligned bottom edges for visual balance - Scaled up to 5x for better visibility - Removed center dot for cleaner look Pastel Icon: - Changed from paintbrush to proper palette icon - Palette with thumb hole and color dots - Better represents color manipulation tool Visual improvements: - Clean, professional crossed tools design - Proper alignment and spacing - Large, visible icons at all sizes - Consistent with Lucide icon library 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/icon.svg | 25 +++++++------------------ components/Logo.tsx | 33 +++++++-------------------------- components/ToolsGrid.tsx | 9 +++++---- 3 files changed, 19 insertions(+), 48 deletions(-) diff --git a/app/icon.svg b/app/icon.svg index 4580ac6..492389d 100644 --- a/app/icon.svg +++ b/app/icon.svg @@ -2,8 +2,8 @@ - - + + - - + + - - - @@ -54,13 +51,5 @@ - - - - - - - - diff --git a/components/Logo.tsx b/components/Logo.tsx index feaa403..96d74d2 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -15,9 +15,9 @@ export default function Logo({ className = '', size = 120 }: { className?: strin animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.6, ease: 'easeOut' }} > - {/* Wrench (Lucide) - rotated 45 degrees, bottom-left to top-right */} + {/* Wrench (Lucide) - vertical */} - {/* Brush (Lucide) - rotated -45 degrees, top-left to bottom-right */} + {/* Brush (Lucide) - horizontal flipped */} - {/* Center circle */} - - {/* Gradient definitions */} @@ -81,14 +70,6 @@ export default function Logo({ className = '', size = 120 }: { className?: strin - - - - - - - - ); diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index 4df604e..9e33ed2 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -26,10 +26,11 @@ const tools = [ badges: ['Open Source', 'WCAG', 'Free'], icon: ( - - - - + + + + + ), },