6 Commits

Author SHA1 Message Date
428511766e Update src/app/page.tsx 2026-03-08 10:57:55 +00:00
d9b792ea8b Merge version_2 into main
Merge version_2 into main
2026-03-08 10:55:53 +00:00
d851f542f2 Update src/app/page.tsx 2026-03-08 10:55:49 +00:00
e3247be249 Update src/app/layout.tsx 2026-03-08 10:55:48 +00:00
1c046173dd Merge version_1 into main
Merge version_1 into main
2026-03-08 10:51:17 +00:00
c8dcf300ab Merge version_1 into main
Merge version_1 into main
2026-03-08 10:49:59 +00:00
2 changed files with 19 additions and 1433 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -68,10 +68,10 @@ export default function HomePage() {
<AboutMetric
title="Why Families Love Jumanji - Quality, Affordability & Atmosphere"
metrics={[
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "★★★★★" },
{ icon: Zap, label: "Affordable Entertainment", value: "Best Value" },
{ icon: Users, label: "Trusted Locally", value: "4.5★" },
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages" },
{ icon: Heart, label: "Family-Friendly Atmosphere", value: "10,000+ Visits Annually" },
{ icon: Zap, label: "Affordable Entertainment", value: "$20-50 per Visit" },
{ icon: Users, label: "Trusted Locally", value: "2,500+ Happy Families" },
{ icon: Smile, label: "Multi-Level Fun", value: "All Ages Welcome" },
]}
metricsAnimation="blur-reveal"
useInvertedBackground={false}
@@ -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."},
{
@@ -234,4 +234,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}