Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Unleash Your Rage"
|
||||
description="Step into Vienna's premier rage room and smash your way to stress relief. Break glass, destroy furniture, and experience the ultimate cathartic release."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Pure Energy"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -77,19 +77,22 @@ export default function LandingPage() {
|
||||
id: "smasher", badge: "Entry Level", badgeIcon: Flame,
|
||||
price: "€35", subtitle: "Perfect starter package", buttons: [{ text: "Start Smashing", href: "contact" }],
|
||||
features: [
|
||||
"30-minute session", "5 glass items to break", "Basic weapon selection", "Safety gear included", "Photo documentation"],
|
||||
"30-minute session", "5 glass items to break", "Basic weapon selection", "Safety gear included", "Photo documentation"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "destroyer", badge: "Most Popular", badgeIcon: Zap,
|
||||
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"],
|
||||
"60-minute session", "15 items to destroy", "Premium weapon arsenal", "Safety gear & gloves", "HD photo & video package", "Music selection included", "Post-session lounge access"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "annihilator", badge: "Ultimate Experience", badgeIcon: Skull,
|
||||
price: "€120", subtitle: "Maximum destruction", buttons: [{ text: "Go Ultimate", href: "contact" }],
|
||||
features: [
|
||||
"120-minute session", "Unlimited destruction items", "Full weapon arsenal", "Premium protective gear", "Professional 4K video", "Custom music playlist", "VIP lounge access", "Celebratory drink included", "Group coordination support"],
|
||||
"120-minute session", "Unlimited destruction items", "Full weapon arsenal", "Premium protective gear", "Professional 4K video", "Custom music playlist", "VIP lounge access", "Celebratory drink included", "Group coordination support"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -105,22 +108,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Weber", role: "IT Professional", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Marcus Weber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Marcus Weber"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Klein", role: "Project Manager", company: "Finance Sector", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Sarah Klein"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Sarah Klein"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Felix Müller", role: "Student", company: "University Vienna", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Felix Müller"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Felix Müller"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Julia Richter", role: "HR Director", company: "Corporate Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Julia Richter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Julia Richter"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Thomas Huber", role: "Business Owner", company: "Restaurant Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Thomas Huber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Thomas Huber"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anna Fischer", role: "Therapist", company: "Wellness Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-with-natural-expression_24972-2928.jpg", imageAlt: "Anna Fischer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-with-natural-expression_24972-2928.jpg", imageAlt: "Anna Fischer"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user