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: (
),
},