Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f01fd3fb3 | |||
| cf24e3bb5f | |||
| 0d68d411cd |
@@ -1,11 +1,8 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import "@/styles/globals.css";
|
||||||
import "./globals.css";
|
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -14,7 +11,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body className={inter.className}>{children}
|
<body>{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "destroyer", badge: "Most Popular", badgeIcon: Zap,
|
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: [
|
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"
|
"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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
badgeClassName="px-3 py-1.5 rounded-full border-2 border-primary bg-primary/10 text-primary font-semibold text-sm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user