From af3da691501aa1710d28a992c47fc9fff72d242f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:47:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a87396e..ccb98d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,7 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./styles/base.css"; -import "./styles/variables.css"; -import "./globals.css"; - -const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "WildCraft - Free Online Survival Game", description: "Experience ultimate survival in WildCraft: explore wilderness, build shelters, craft weapons, hunt with crossbows, and survive in our free online nature survival game."}; + title: "WildCraft - Free Online Survival Game", description: "Explore infinite wilderness, build shelters, craft weapons, hunt wildlife, sail boats, and survive in WildCraft - the ultimate free online nature survival game."}; export default function RootLayout({ children, @@ -16,7 +10,7 @@ export default function RootLayout({ }) { return ( - + {children}