Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 22:41:22 +00:00
2 changed files with 7 additions and 42 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Rage Room Vienna | Stress Relief & Smashing", description: "Experience cathartic destruction at Vienna's premier rage room. Break glass, smash furniture, and release stress. Book your session today.", keywords: "rage room Vienna, stress relief, smashing, destruction therapy, team building", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Rage Room Vienna | Ultimate Stress Relief", description: "Unleash your rage at Vienna's top-rated rage room. Safe, fun, and therapeutic destruction.", type: "website", siteName: "Rage Room Vienna", images: [
{
url: "http://img.b2bpic.net/free-vector/realistic-glass-shard-pieces_52683-82591.jpg", alt: "Rage room destruction experience"},
],
},
twitter: {
card: "summary_large_image", title: "Rage Room Vienna - Destroy. Release. Heal.", description: "Book your smashing session at Vienna's ultimate rage room experience.", images: ["http://img.b2bpic.net/free-vector/realistic-glass-shard-pieces_52683-82591.jpg"],
},
};
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."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
},
{
id: "destroyer", badge: "Most Popular", badgeIcon: Zap,
price: "€65", subtitle: "Our customer favorite", buttons: [{ text: "Book Now", href: "contact" }],
price: "€65", subtitle: "Best Value 60 Minutes of Pure Release", 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"
],