diff --git a/docs/docs/exosphere/state-manager-setup.md b/docs/docs/exosphere/state-manager-setup.md
index df58e898..9965afb1 100644
--- a/docs/docs/exosphere/state-manager-setup.md
+++ b/docs/docs/exosphere/state-manager-setup.md
@@ -27,7 +27,7 @@ The Exosphere state manager is the core backend service that handles workflow ex
-e MONGO_DATABASE_NAME="your-database-name" \
-e STATE_MANAGER_SECRET="your-secret-key" \
-e SECRETS_ENCRYPTION_KEY="your-base64-encoded-encryption-key" \
- ghcr.io/exospherehost/state-manager:latest
+ ghcr.io/exospherehost/exosphere-state-manager:latest
```
2. **Verify the service is running**:
diff --git a/landing-page/src/app/layout.tsx b/landing-page/src/app/layout.tsx
index 5b9336b7..2adbbc3e 100644
--- a/landing-page/src/app/layout.tsx
+++ b/landing-page/src/app/layout.tsx
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
import { darkerGrotesque, pattanakarn } from '../lib/fonts';
import "./globals.css";
import { GoogleAnalytics } from '@next/third-parties/google'
+import RB2BLoader from '../components/RB2BLoader';
export const metadata: Metadata = {
title: "Exosphere | Async AI Workflows at Scale",
@@ -73,6 +74,7 @@ export default function RootLayout({
>
{children}
+