diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8334c70..bf83023 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; - -const inter = Inter({ subsets: ["latin"] }); +import "@/styles/globals.css"; export const metadata: Metadata = { - title: "Rage Room Vienna", description: "Experience the ultimate stress relief at Vienna's premier rage room. Break glass, destroy furniture, and unleash your frustration in a safe, controlled environment."}; + title: "Rage Room Vienna", description: "Experience the ultimate stress relief at Vienna's premier rage room. Smash, destroy, and release your frustrations safely."}; export default function RootLayout({ children, @@ -14,7 +11,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}