Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 428511766e | |||
| d9b792ea8b | |||
| d851f542f2 | |||
| e3247be249 | |||
| 1c046173dd | |||
| c8dcf300ab |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user