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}