Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 22:43:49 +00:00
2 changed files with 5 additions and 7 deletions

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: `

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
},
{
id: "destroyer", badge: "Most Popular", badgeIcon: Zap,
price: "€65", subtitle: "Best Value 60 Minutes of Pure Release", buttons: [{ text: "Book Now", href: "contact" }],
price: "€65", subtitle: "Our customer favorite", buttons: [{ text: "Book Now", href: "contact" }],
features: [
"60-minute session", "15 items to destroy", "Premium weapon arsenal", "Safety gear & gloves", "HD photo & video package", "Music selection included", "Post-session lounge access"
],
@@ -98,6 +98,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
badgeClassName="px-3 py-1.5 rounded-full border-2 border-primary bg-primary/10 text-primary font-semibold text-sm"
/>
</div>