diff --git a/app/icon.svg b/app/icon.svg index 24410d0..7b3e086 100644 --- a/app/icon.svg +++ b/app/icon.svg @@ -1,56 +1,44 @@ - - + + - + - - - - + - + - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/components/Logo.tsx b/components/Logo.tsx index e618999..aa4ec37 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -11,105 +11,66 @@ export default function Logo({ className = '', size = 120 }: { className?: strin fill="none" xmlns="http://www.w3.org/2000/svg" className={className} - initial={{ opacity: 0, rotate: -45 }} - animate={{ opacity: 1, rotate: 0 }} - transition={{ duration: 0.8, ease: 'easeOut' }} + initial={{ opacity: 0, scale: 0.9 }} + animate={{ opacity: 1, scale: 1 }} + transition={{ duration: 0.6, ease: 'easeOut' }} > - {/* Wrench (bottom-left to top-right) */} - - {/* Wrench handle */} - - {/* Wrench head (open end) */} - - - - {/* Brush (top-left to bottom-right) */} - - {/* Brush handle */} - - {/* Brush ferrule (metal part) */} - - {/* Brush bristles */} - - - - - - - - - - {/* Center circle (intersection) */} + {/* Background circle */} + {/* Wrench icon (Lucide style) */} + + + + + {/* Paintbrush icon (Lucide style) */} + + + + + {/* Gradient definitions */} - + - - - - - - - - - - - - - - - - +