diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7424cea..91b6a85 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,3 @@ -// import type { Metadata } from "next"; -// import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; import AuthButtons from "@/components/AuthButtons"; import { Providers } from "@/components/Providers"; @@ -13,37 +11,42 @@ export const metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( -
+Join the fun — earn coins, win cool cards!
+Comment. Collect Coins. Win MTG Cards!
- 450 coins =
- 100×1 + 100×0.5 + 100×0.25 + 50×0.1 =
- 180 tickets!
- If you want to spend them in one giveaway.
+ )}
+
+ {activeTab === "entries" && (
+
+ Each giveaway has a base coin cost for one entry. As more entries are added, the cost increases:
+| Prize Tier | -Min. Coins | -Burn (Optional) | -
|---|---|---|
| $1–5 card | -500 | -None | -
| $10–25 card | -1,000 | -None | -
| $50+ special set | -2,000+ | -+50 for extra entries | -
- 📌 You keep your coins — they arent spent to enter! But optional burns can boost your odds. -
-+ Become a patron and receive coins automatically every month — no commenting required! +
+⚠️ Subject to change. See full rules in description or Discord.
+⚠️ This system is evolving — always check our Discord or YouTube for updates.
Hi, {session.user?.name}!
*/} @@ -22,7 +22,7 @@ export default function AuthButtons() { return (