|
1 | | -// import type { Metadata } from "next"; |
2 | | -// import { Inter } from "next/font/google"; |
3 | | -// import "../styles/globals.css"; |
4 | | - |
5 | | -// const inter = Inter({ subsets: ["latin"] }); |
6 | | - |
7 | | -// export const metadata: Metadata = { |
8 | | -// title: "YellowLane - Invest in Virality", |
9 | | -// description: "Bet on creator growth. Powered by Yellow Network.", |
10 | | -// }; |
11 | | - |
12 | | -// export default function RootLayout({ |
13 | | -// children, |
14 | | -// }: { |
15 | | -// children: React.ReactNode; |
16 | | -// }) { |
17 | | -// return ( |
18 | | -// <html lang="en"> |
19 | | -// <body className={inter.className}> |
20 | | -// <main className="pb-16">{children}</main> |
21 | | -// </body> |
22 | | -// </html> |
23 | | -// ); |
24 | | -// } |
25 | | - |
26 | | -// // src/app/layout.tsx |
27 | | -// import type { Metadata } from "next"; |
28 | | -// import "@/styles/globals.css"; |
29 | | -// import { BackgroundCanvas } from "@/components/bg/BackgroundCanvas"; |
30 | | - |
31 | | -// export const metadata: Metadata = { |
32 | | -// title: "Entropy Arcade – Home", |
33 | | -// description: |
34 | | -// "Provably-random arcade modes powered by on-chain entropy (Pyth) for fair staking and high replayability.", |
35 | | -// }; |
36 | | - |
37 | | -// export default function RootLayout({ |
38 | | -// children, |
39 | | -// }: { |
40 | | -// children: React.ReactNode; |
41 | | -// }) { |
42 | | -// return ( |
43 | | -// <html lang="en" className="js-anim"> |
44 | | -// <head> |
45 | | -// <link |
46 | | -// href="https://api.fontshare.com/v2/css?f[]=eudoxus-sans@400,500,600,700&display=swap" |
47 | | -// rel="stylesheet" |
48 | | -// /> |
49 | | -// </head> |
50 | | -// <body className="overflow-x-hidden"> |
51 | | -// {/* Starry background */} |
52 | | -// <BackgroundCanvas /> |
53 | | - |
54 | | -// {/* Your content */} |
55 | | -// {children} |
56 | | -// </body> |
57 | | -// </html> |
58 | | -// ); |
59 | | -// } |
60 | | - |
61 | | -// // src/app/layout.tsx |
62 | | -// import type { Metadata } from "next"; |
63 | | -// import "@/styles/globals.css"; |
64 | | -// import { BackgroundCanvas } from "@/components/bg/BackgroundCanvas"; |
65 | | - |
66 | | -// export const metadata: Metadata = { |
67 | | -// title: "Entropy Arcade – Home", |
68 | | -// description: |
69 | | -// "Provably-random arcade modes powered by on-chain entropy (Pyth) for fair staking and high replayability.", |
70 | | -// }; |
71 | | - |
72 | | -// export default function RootLayout({ |
73 | | -// children, |
74 | | -// }: { |
75 | | -// children: React.ReactNode; |
76 | | -// }) { |
77 | | -// return ( |
78 | | -// <html lang="en" className="js-anim"> |
79 | | -// <head> |
80 | | -// <link |
81 | | -// href="https://api.fontshare.com/v2/css?f[]=eudoxus-sans@400,500,600,700&display=swap" |
82 | | -// rel="stylesheet" |
83 | | -// /> |
84 | | -// </head> |
85 | | -// <body className="overflow-x-hidden"> |
86 | | -// {/* Starry background */} |
87 | | -// <BackgroundCanvas /> |
88 | | - |
89 | | -// {/* Your content */} |
90 | | -// {children} |
91 | | -// </body> |
92 | | -// </html> |
93 | | -// ); |
94 | | -// } |
95 | | - |
96 | 1 | // src/app/layout.tsx |
97 | 2 | import type { Metadata } from "next"; |
98 | 3 | import "@/styles/globals.css"; |
|
0 commit comments