diff --git a/app/icon.svg b/app/icon.svg index 7b3e086..4580ac6 100644 --- a/app/icon.svg +++ b/app/icon.svg @@ -1,44 +1,65 @@ - - + + - - + + - - - - - - + + + + + + + + + + + + + - + + + + + + + + + + + + diff --git a/components/Logo.tsx b/components/Logo.tsx index aa4ec37..feaa403 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -15,62 +15,78 @@ export default function Logo({ className = '', size = 120 }: { className?: strin animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.6, ease: 'easeOut' }} > - {/* Background circle */} + {/* Wrench (Lucide) - rotated 45 degrees, bottom-left to top-right */} + + + + + {/* Brush (Lucide) - rotated -45 degrees, top-left to bottom-right */} + + + + + + {/* Center circle */} - {/* Wrench icon (Lucide style) */} - - - - - {/* Paintbrush icon (Lucide style) */} - - - - - {/* Gradient definitions */} - + - + + + + + + + + + + + +