From 428511766e8cdec5f8fa246b3c495be8f5fe252e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:57:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7aa3d8..42ec585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,9 +193,9 @@ export default function HomePage() { sideDescription="Everything you need to know about visiting Jumanji" faqs={[ { - id: "1", title: "What are your hours?", content: "We're open Monday through Sunday, 10am to 10pm. Holiday hours may vary - call ahead to confirm. We offer extended hours during school breaks and special events."}, + id: "1", title: "How much do visits cost?", content: "General admission visits range from $20-50 depending on packages and time spent. Birthday parties start at $150 and group events have custom pricing. Kids get great value with included game credits. No admission fee - you only pay for what you play."}, { - id: "2", title: "How much do visits cost?", content: "General admission visits range from $20-50 depending on packages and time spent. Birthday parties start at $150 and group events have custom pricing. Kids get great value with included game credits. No admission fee - you only pay for what you play."}, + id: "2", title: "What are your hours?", content: "We're open Monday through Sunday, 10am to 10pm. Holiday hours may vary - call ahead to confirm. We offer extended hours during school breaks and special events."}, { id: "3", title: "Can I host a birthday party?", content: "Absolutely! We offer dedicated birthday packages for groups of all sizes. Packages include party space, food options, game credits, and entertainment access. We handle setup and cleanup so you can focus on celebrating."}, { -- 2.49.1