fixxxxxxxx
This commit is contained in:
@@ -6,6 +6,8 @@ import { Toaster } from "@/components/ui/toaster";
|
||||
import Image from "next/image";
|
||||
import { QuickTopUI, QuickTopUILogoPart } from "@/components/site/QuickTopUI";
|
||||
import { ReactQueryProvider } from "@/components/providers/ReactQueryProvider";
|
||||
import { GameLaunchProvider } from "@/components/providers/GameLaunchProvider";
|
||||
import { GameLaunchDialog } from "@/components/providers/GameLaunchDialog";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
@@ -18,8 +20,10 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "home | ocbwoy3-chan's roblox",
|
||||
description: "roblox meets next.js i think"
|
||||
title: "Home | Roblox",
|
||||
description: "Roblox is a global platform that brings people together through play.",
|
||||
authors: [{name: "Roblox Corporation"}],
|
||||
keywords: ["free games", "online games", "building games", "virtual worlds", "free mmo", "gaming cloud", "physics engine"]
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -34,21 +38,24 @@ export default function RootLayout({
|
||||
>
|
||||
<ReactQueryProvider>
|
||||
<TooltipProvider>
|
||||
<main>
|
||||
{/* <Image
|
||||
src={"/bg.png"}
|
||||
width={1920}
|
||||
height={1080}
|
||||
className="w-screen h-screen bg-blend-hard-light fixed top-0 left-0 opacity-25"
|
||||
alt=""
|
||||
/> */}
|
||||
<QuickTopUI />
|
||||
<div className="backdrop-blur-lg z-10 isolate overflow-scroll no-scrollbar w-screen max-h-screen h-screen antialiased overflow-x-hidden">
|
||||
<QuickTopUILogoPart />
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
<Toaster />
|
||||
<GameLaunchProvider>
|
||||
<main>
|
||||
{/* <Image
|
||||
src={"/bg.png"}
|
||||
width={1920}
|
||||
height={1080}
|
||||
className="w-screen h-screen bg-blend-hard-light fixed top-0 left-0 opacity-25"
|
||||
alt=""
|
||||
/> */}
|
||||
<QuickTopUI />
|
||||
<div className="backdrop-blur-lg z-10 isolate overflow-scroll no-scrollbar w-screen max-h-screen h-screen antialiased overflow-x-hidden">
|
||||
<QuickTopUILogoPart />
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
<GameLaunchDialog />
|
||||
<Toaster />
|
||||
</GameLaunchProvider>
|
||||
</TooltipProvider>
|
||||
</ReactQueryProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user