Update src/app/layout.tsx

This commit is contained in:
2026-03-04 22:43:45 +00:00
parent 0d68d411cd
commit cf24e3bb5f

View File

@@ -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 (
<html lang="en">
<body className={inter.className}>{children}
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `