diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 599eb5d3..352b9da9 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -12,6 +12,7 @@ import { Badge } from "@/components/ui/badge"; import LoadingScreen from "@/components/LoadingScreen"; import { SkeletonStats, SkeletonUserPath } from "@/components/Skeleton"; import { Link } from "react-router-dom"; +import GamifiedBanner from "@/components/GamifiedBanner"; import { ArrowRight, CheckCircle, @@ -267,16 +268,11 @@ export default function Index() { {/* Top Banner (editable via Admin → Operations) */} {homeBanner?.enabled !== false && ( - <> - {/* 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 */}