From cf24e3bb5fd545f130de2e86ccce38b71190408b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:43:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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}