From 6104c6c75932f587f7e7622a5e0c1d8022c05231 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 21:06:39 +0000 Subject: [PATCH] Insert top banner before hero section cgen-e97f7e3249c547549bd92f2f07dc1cde --- client/pages/Index.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 */}