diff --git a/app/icon.svg b/app/icon.svg index 7df1b1f..31682b4 100644 --- a/app/icon.svg +++ b/app/icon.svg @@ -1,17 +1,38 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + diff --git a/components/Logo.tsx b/components/Logo.tsx index 3d2a908..74a5e3b 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -11,107 +11,92 @@ export default function Logo({ className = '', size = 120 }: { className?: strin fill="none" xmlns="http://www.w3.org/2000/svg" className={className} - initial={{ opacity: 0, scale: 0.5, rotate: -180 }} - animate={{ opacity: 1, scale: 1, rotate: 0 }} - transition={{ duration: 1, ease: 'easeOut' }} + initial={{ opacity: 0, scale: 0.8 }} + animate={{ opacity: 1, scale: 1 }} + transition={{ duration: 0.8, ease: 'easeOut' }} > - {/* Toolbox base */} + {/* Suitcase body */} - {/* Toolbox handle */} + {/* Suitcase handle */} - {/* Wrench */} - - - - + {/* Suitcase latch */} + - {/* Pencil */} + {/* Brush handle */} - - - - - {/* Brush */} - + + + {/* Brush bristles */} + {/* Gradient definitions */} - + - - - - - + - + - +