diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ee1e8..43a9ef3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import { PrivyProvider } from "@privy-io/react-auth"; import { toSolanaWalletConnectors } from "@privy-io/react-auth/solana"; import { Toaster } from "sonner"; import { PracticeGameProvider } from "@/contexts/PracticeGameContext"; +import TopBanner from "@/components/TopBanner"; export default function Home() { @@ -41,9 +42,11 @@ export default function Home() { <>
+ + + -
diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 1d2408c..85e67a6 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -280,16 +280,7 @@ export default function HeroSection() { ) ) : (
- + {/* + {!isPracticeGameOpen && !isActiveGameOpen && ( +
+ +
+ )} + + ) +} \ No newline at end of file