diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 5d00e5ef..73ea49ca 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -265,6 +265,17 @@ export default function Index() { return ( + {/* Top Banner (editable via Admin → Operations) */} + {homeBanner?.enabled !== false && ( +
+
+ + {homeBanner?.text || "ROBLOX AUTH SOON"} + +
+
+ )} + {/* Hero Section - Geometric Design */}
{/* Geometric Background Pattern */}