diff --git a/components/providers/InitialLoader.tsx b/components/providers/InitialLoader.tsx
index a6387cf10..eeb11bcf5 100644
--- a/components/providers/InitialLoader.tsx
+++ b/components/providers/InitialLoader.tsx
@@ -74,31 +74,29 @@ export function InitialLoader({ shouldShowLoader = true }: { shouldShowLoader?:
transition={{ duration: 1.2, ease: [0.16, 1, 0.3, 1] }}
className="relative z-10 flex flex-col items-center w-full px-4"
>
- {/* Logo Container with Shimmer / Reflection effect */}
-
-
- {/* Animated Light Sweep over Logo */}
+ {/* Single Masked Logo Container to prevent double-logo offset */}
+
+ {/* Base logo color (slightly dimmed to make the sweep visible) */}
+
+
+ {/* Sweeping intense white light */}
diff --git a/components/providers/PageTransitionShutter.tsx b/components/providers/PageTransitionShutter.tsx
index 5777540e2..f5bb3788f 100644
--- a/components/providers/PageTransitionShutter.tsx
+++ b/components/providers/PageTransitionShutter.tsx
@@ -32,31 +32,29 @@ export function PageTransitionShutter() {
transition={{ duration: 0.4, delay: 0.2 }}
className="relative z-10 flex flex-col items-center w-full px-4"
>
- {/* Logo Container with Shimmer / Reflection effect */}
-
-
- {/* Animated Light Sweep over Logo (faster for page transitions) */}
+ {/* Single Masked Logo Container to prevent double-logo offset */}
+
+ {/* Base logo color (slightly dimmed to make the sweep visible) */}
+
+
+ {/* Sweeping intense white light */}