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 */}