Update src/app/why-jumanji/page.tsx

This commit is contained in:
2026-03-08 10:51:13 +00:00
parent f4ad788b86
commit db882976c5

View File

@@ -46,25 +46,13 @@ export default function WhyJumanjPage() {
features={[
{
id: 1,
title: "State-of-the-Art Arcade Games",
description: "We invest in the latest gaming technology, from classic arcade favorites to cutting-edge interactive entertainment that appeals to all ages and skill levels.",
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148780971.jpg",
imageAlt: "Modern arcade games",
},
title: "State-of-the-Art Arcade Games", description: "We invest in the latest gaming technology, from classic arcade favorites to cutting-edge interactive entertainment that appeals to all ages and skill levels.", imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148780971.jpg", imageAlt: "Modern arcade games"},
{
id: 2,
title: "Quality Food & Snacks",
description: "Our food court offers delicious, affordable options for the whole family. From classic snacks to full meals, we ensure no one goes hungry during their visit.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-bar_23-2147680758.jpg",
imageAlt: "Food and beverage area",
},
title: "Quality Food & Snacks", description: "Our food court offers delicious, affordable options for the whole family. From classic snacks to full meals, we ensure no one goes hungry during their visit.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-bar_23-2147680758.jpg", imageAlt: "Food and beverage area"},
{
id: 3,
title: "Clean, Professional Atmosphere",
description: "We maintain the highest standards of cleanliness and safety. Our professional staff ensures every guest has a welcoming, secure, and enjoyable experience.",
imageSrc: "http://img.b2bpic.net/free-photo/guy-talking-about-something-young-cheerful-friends-have-fun-bowling-club-their-weekends_146671-16673.jpg",
imageAlt: "Clean, professional entertainment venue",
},
title: "Clean, Professional Atmosphere", description: "We maintain the highest standards of cleanliness and safety. Our professional staff ensures every guest has a welcoming, secure, and enjoyable experience.", imageSrc: "http://img.b2bpic.net/free-photo/guy-talking-about-something-young-cheerful-friends-have-fun-bowling-club-their-weekends_146671-16673.jpg", imageAlt: "Clean, professional entertainment venue"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -79,54 +67,29 @@ export default function WhyJumanjPage() {
tag="Value Proposition"
plans={[
{
id: "affordability",
price: "$20-50",
name: "Unbeatable Affordability",
buttons={[
id: "affordability", price: "$20-50", name: "Unbeatable Affordability", buttons: [
{ text: "Call for Details", href: "tel:+15551234567" },
{ text: "Visit Today", href: "/" },
]}
features={[
"Lowest prices in the area",
"No hidden fees",
"Transparent pricing",
"Family-friendly budgets",
"Great value for groups",
]}
],
features: [
"Lowest prices in the area", "No hidden fees", "Transparent pricing", "Family-friendly budgets", "Great value for groups"],
},
{
id: "variety",
badge: "Top Rated",
badgeIcon: Sparkles,
price: "All Ages",
name: "Entertainment for Everyone",
buttons={[
id: "variety", badge: "Top Rated", badgeIcon: Sparkles,
price: "All Ages", name: "Entertainment for Everyone", buttons: [
{ text: "Explore More", href: "/" },
{ text: "Book Now", href: "tel:+15551234567" },
]}
features={[
"Games for kids to adults",
"Teens love our arcade zone",
"Multi-level entertainment",
"Something for every age",
"Family bonding experiences",
]}
],
features: [
"Games for kids to adults", "Teens love our arcade zone", "Multi-level entertainment", "Something for every age", "Family bonding experiences"],
},
{
id: "service",
price: "5★ Rating",
name: "Exceptional Service",
buttons={[
id: "service", price: "5★ Rating", name: "Exceptional Service", buttons: [
{ text: "See Reviews", href: "/" },
{ text: "Get in Touch", href: "tel:+15551234567" },
]}
features={[
"Professional, friendly staff",
"Quick, helpful responses",
"Birthday party specialists",
"Custom event planning",
"Your satisfaction guaranteed",
]}
],
features: [
"Professional, friendly staff", "Quick, helpful responses", "Birthday party specialists", "Custom event planning", "Your satisfaction guaranteed"],
},
]}
animationType="slide-up"