From 2bb1a7413729e8bad7120c9c64d976716bc81af0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 21:11:47 +0000 Subject: [PATCH] Use GamifiedBanner on home and pass site setting values cgen-64a8918b375242799a7eab21396997e9 --- client/pages/Index.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index ffff5392..599eb5d3 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -267,13 +267,16 @@ export default function Index() { {/* Top Banner (editable via Admin → Operations) */} {homeBanner?.enabled !== false && ( -
-
- - {homeBanner?.text || "ROBLOX AUTH SOON"} - + <> + {/* Gamified top banner */} + {/* eslint-disable-next-line react/no-unknown-property */} +
+ {/* @ts-ignore - component default export */} + {/* Using dynamic styling keyed by homeBanner.style */} + {/* Prefer emoji prefix in text for style */} + {/* The component handles disabled state upstream */}
-
+ )} {/* Hero Section - Geometric Design */}