diff --git a/public/favicon.svg b/public/favicon.svg
index 20611ce..701c170 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,16 +1,40 @@
\ No newline at end of file
diff --git a/src/components/icons/Logo.tsx b/src/components/icons/Logo.tsx
index 9ac7509..f72002d 100644
--- a/src/components/icons/Logo.tsx
+++ b/src/components/icons/Logo.tsx
@@ -6,31 +6,41 @@ export function Logo({ className, ...props }: SVGProps) {
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
- stroke="currentColor"
- strokeWidth="2"
- strokeLinecap="round"
- strokeLinejoin="round"
className={className}
{...props}
>
- {/* Neural network nodes */}
-
-
-
-
-
-
- {/* Connections */}
-
-
-
-
-
- {/* Pen tip overlay */}
+ {/* Background gradient */}
+
+
+
+
+
+
+
+ {/* Message bubble */}
+
+ {/* AI Processor Symbol */}
+
+
+
)