diff --git a/components/AnimatedFireLogo.js b/components/AnimatedFireLogo.js
index cea0b82..d348c8a 100644
--- a/components/AnimatedFireLogo.js
+++ b/components/AnimatedFireLogo.js
@@ -70,111 +70,117 @@ export default function AnimatedFireLogo({ size = 100 }) {
- {/* Right Card - Using exact SVG path */}
-
-
-
-
- {/* Left Card - Using exact SVG path */}
+ {/* Left Card - Simple rectangular card */}
-
+
+ {/* Small fire icon in corner */}
+
+
- {/* Center Card - Using exact SVG path */}
+ {/* Right Card - Simple rectangular card */}
+
+
+ {/* Small fire icon in corner */}
+
+
+
+
+ {/* Center Card - Simple rectangular card, larger */}
-
+
+ {/* Centered fire icon */}
+
+ {/* Inner flame accent */}
+
+
+
);