diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx
index ea5b022e..1caecd5a 100644
--- a/src/app/(marketing)/page.tsx
+++ b/src/app/(marketing)/page.tsx
@@ -43,9 +43,9 @@ export default async function Landing() {
return (
<>
- {/* Preload globe textures so they're cached before the client component mounts */}
-
-
+ {/* ponytail: no texture preload — LiveGlobe is dynamic({ ssr: false }), so it
+ mounts after hydration anyway. Preloading pulled 6.5MB into the critical
+ window ahead of the render-blocking CSS that gates first paint. */}